-
Notifications
You must be signed in to change notification settings - Fork 1
Game Commands
Usage: /hg join <game>
Description: Joins a new game
Permission: None
Usage: /hg leave
Description: Leaves the game that you are playing
Permission: None
Usage: /hg add <game>
Description: Adds a new game
Permission: hg.command.add (OP)
Usage: /hg del <game>
Description: Deletes a game
Permission: hg.command.del (OP)
Usage: /hg min <game> <number>
Description: Changes the number of minimum players required to start a game
Permission: hg.command.min (OP)
Usage: /hg max <game> <number>
Description: Changes the number of maximum players that can enter a game
Permission: hg.command.max (OP)
Usage: /hg level <game> <level name>
Description: Changes what level the players are going to go
Permission: hg.command.level (OP)
Usage: /hg ws <game> <number>
Description: Sets amount of seconds to wait before the game starts
Permission: hg.command.ws (OP)
Usage: /hg gs <game> <number>
Description: Sets the amount of seconds to pass before the death match starts
Permission: hg.command.gs (OP)
Usage: /hg addslot <game> <name>
Description: Adds a new slot to the game (positions sets where you are standing)
Permission: hg.command.slot.add (OP)
Usage: /hg delslot <game> <name>
Description: Deletes a slot from game by name
Permission: hg.command.slot.del (OP)
Usage: /hg lobby <game>
Description: Sets the lobby position of a game where you're standing
Permission: hg.command.lobby (OP)
Usage: /hg dm <game>
Description: Sets the death match position of a game where you're standing
Permission: hg.command.dm (OP)