Notifyz-HCF-Core/bin/reclaimsettings.yml

16 lines
569 B
YAML
Raw Normal View History

2023-10-15 19:43:55 +02:00
# You can use %PLAYER% for player name or %RANK% for rank name
# An example can be seen below
rankName:
name: 'RankName' # Put your rank name here
rankname: 'RankName' # Put your rank name here
commands:
- 'broadcast &c&l%PLAYER% &e&lhas reclaimed their %RANK% perks'
- 'example command1'
- 'example command2..'
rankName2:
name: 'RankName2' # Put your rank name here
rankname: 'RankName2' # Put your rank name here
commands:
- 'broadcast &c&l%PLAYER% &e&lhas reclaimed their %RANK%2 perks'
- 'example command1'
- 'example command2..'