- Added a way to specify a command to run per-player for the winning team in a soccer game. This way, the regular console-command-on-end config entry will run once (such as to broadcast), and the console-command-on-end-per-player will run per player (such as to award currency).
- Added the
/lg leaderboard clearplayer <player> <game> command. This will clear a specific player's entries off of a specific game type's leaderboard.
The following lines were added to the config:
Code (Text):
soccer:
console-command-on-end-per-player: "" #Runs once for each player on winning team. Example: "eco give %player% 25"