config.yml

Reclaim Configuration Files


# Reclaim command, it will not update the command aliases unless you
# reboot (restart) your server.
command: reclaim
aliases:
- claim

reset-reclaim-permission: mantic.reclaim.reset
reload-permission: mantic.reclaim.reload

# Settings
log-to-console: true
log-to-console-msg: '&6{player}&e ({uuid}) has redeemed their &6{rank}&e reclaim!'

# If true, only the reclaim with the highest priority will be given that the player has permission.
# If false, all reclaims will be given that they have permission for.
only-give-top-priority-reclaim: false

# Messages
msg-no-reclaims: '&c&lReclaim &8➸ &7You have no available ranks to reclaim.'
msg-reclaim-redeemed: '&c&lReclaim &8➸ &7You have redeemed your {rank} reclaim.'
msg-usage-reset-reclaim: '&c&lReclaim &8➸ &c/reclaim resetreclaim <player> <rank>'
msg-invalid-player: '&c&lReclaim &8➸ &cYou have entered an invalid player name!'
msg-reclaim-not-used: '&c&lReclaim &8➸ &cThis player has not used their {rank} reclaim
  yet.'
msg-reclaim-reset: '&c&lReclaim &8➸ &aReset {rank} reclaim for player {player}.'

# Reclaim types
reclaim-ranks:
- rank: Owner
  permission: reclaim.owner
  priority: 10
  commands-to-run:
  - crate give {player} rare 1
  - eco give {player} 15000
- rank: Developer
  permission: reclaim.developer
  priority: 5
  commands-to-run:
  - crate give {player} common 1
  - eco give {player} 5000
- rank: VIP
  permission: reclaim.vip
  priority: 1
  commands-to-run:
  - crate give {player} donator 1
  - eco give {player} 2500

Last updated