This repository was archived by the owner on Feb 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Rewards.yml
Devin Fritz edited this page Sep 26, 2020
·
4 revisions
The rewardsystem is a simple system for you, that can be used to reward a player after he verified himself. The commands are able to be executed on bungeecord and bukkit (extension required). The structure of the commands should be pretty selfexplaining. If you want to execute a specific command everytime a player verifies/unlinks himself set the option "ignoreRewardState" in the config.yml to true.
If you want to use a bukkit command, you need to use the extension (DB-Verifier Bukkit). Otherwise the commands wont work For placeholders only %player% (playername) work at the moment, if you have any ideas for new placeholders, let me know.
verified:
commands:
bungee:
- "glist"
bukkit:
- "give %player% diamonds 10"
unlinked:
commands:
bungee:
- "kick %player%"
bukkit:
- "say %player% unlinked himself"