Category configuration
Guide to the categories.yml file
categories:
farming:
name: "Farming"
# You can lock the category behind a permission
# making it not progressable until the player have the permission.
permission: "my.permission"
levels:
my_level1:
percentage: 50
rewards:
my_command:
type: item
item:
material: diamond
display: "&8+&b1 shiny diamond"
mining:
name: "Mining"
combat:
name: "Combat"
foraging:
name: "Foraging"
fishing:
name: "Fishing"Last updated