/
Additions:
config.yml has been kept.
player-game-start - Runs for each player when the game starts.player-early-leave - Runs for each player who leaves before the game ends.team-win - Runs once for the winning team at the end of the game.player-team-win - Runs for each member of the winning team at the end of the game. This is similar to player-win, however the new placeholder runs for all team members, even if these players have already left the game or were killed.game-start - Runs once when the game starts.{playerUuid}, {game}, {team} and {death} (returns true/false). Whether or not they are available depends on the context. For example, game-start provides {game}, but not {player} or {playerUuid}.Changes:
Fixes: