io.github.dailystruggle.rtp.common.configuration.enums.EconomyKeys Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of RTP Show documentation
Show all versions of RTP Show documentation
a random teleport plugin
package io.github.dailystruggle.rtp.common.configuration.enums;
public enum EconomyKeys {
refundOnCancel,
price,
otherPrice,
paramsPrice,
biomePrice,
balanceFloor,
version
}