new permission paintball.play to manage who can play paintball
fix for inventories getting saved too early
We have now added a list in the config in which commands can be entered that get triggered at the end of a game!
Reward your players for participating or give them extra prizes for winning!
Code (YAML):
command-triggers: # commands that run once when a game ends game-end-commands: - summon firework_rocket
# commands that run for each winning/losing player # use %player% as placeholder for player names player-win-commands: - balance
%player% add 100$ player-lose-commands: - kill
%player%