- Support for LuckPerms
- Support for economy mods using OctoEconomyAPI (ex. EightsEconomyP)
- Players with sufficient permissions can use commands to create gym badges
config/fcgymbadges/config.json
{
"economy": "None",
"vanillaCurrencyItem": "minecraft:diamond",
"gymBadgeCreatePrice": 0
}
economy
:Vanilla
orOctoEconomy
vanillaCurrencyItem
: Any item specified by id (ex.minecraft:gold_ingot
)gymBadgeCreatePrice
: Non-negative floating point number
Economy feature can be disabled if economy
is set to any other random strings
{
"economy": "Vanilla",
"vanillaCurrencyItem": "minecraft:iron_ingot",
"gymBadgeCreatePrice": 4
}
Players with sufficient permission can create gym badges for the price of four iron ingots
{
"economy": "OctoEconomy",
"vanillaCurrencyItem": "minecraft:diamond",
"gymBadgeCreatePrice": 100
}
Players with sufficient permission can create gym badges for 100 dollars (or whatever currency their servers use)
Given that a player has sufficient permission (fcgymbadges.firebadge.create
), the player can execute following command to create Fire Badge
/fcgymbadges firebadge create
Only players with op permission (minimum level of 2) can use the commands