Fixed: A bug where, the yaw + pitch werent saved when setting a game spawn point with the command
Fixed: A bug where, the game wasnt ending if 1 player remained
Added: Ability to add + remove players to/from games via command
Added: /truefalse + /tfquiz as the main command alias' (/tf still works too)
/tf game <gameID> addPlayer | removePlayer <player>
Adds or removes a player from the game.
Add these to your messages.yml
Code (Text):
admin_command_usage:
- "#01d54a--------- Admin Help ---------"
- "#01d54a/tf game <gameID> addPlayer|removePlayer<player> &7- Adds|Removes a player from the game"
Code (Text):
game_admin_command_usage:
- "#01d54a--------- Game Help ---------"
- "#01d54a/tf game <gameID> addPlayer|removePlayer<player> &7- Adds|Removes a player from the game"
Code (Text):
game_player_added: "&e%player% &ahas been added to game %game_ID%"
game_player_added_error: "&cThis game is not currently accepting new players"
game_invalid_gamemode_error_other: "&cThe player must be in survival mode to join this game"
game_player_already_in_game: "&e%player% &cis already in a game"
game_player_removed: "&e%player% &ahas been removed from game %game_ID%"
game_player_not_in_game: "&e%player% &cis not in that game"
forced_game_leave: "&aAn admin removed you from game %game_ID%"