-
Notifications
You must be signed in to change notification settings - Fork 10
Commands and Permissions
Syntax: /mw …
Aliases: /missilewars
Permission: -
This is the main command of the MissileWars plugin. Without specifying any arguments, it displays the available commands based on the user's permissions.
Syntax: /mw mapmenu
Aliases: votegui
Permission: mw.mapmenu
This command can be used to open the Map-Vote Menu. This is an inventory menu that displays the available arenas there are can be voted for and allows executing the corresponding Map-Vote command through item interaction.
Note: The menu can be partially reconfigured. All details can be found here.

Syntax: /mw vote <arena>
Aliases: -
Permission: mw.vote
This command can be used to vote for the desired arena-map in the game-phase "Lobby", if more than one map is available for the game and the map_choose_procedure is set to MAPVOTING in the arena config. If the command is used multiple times in the same game, the previous vote is overwritten.
Syntax: /mw teammenu
Aliases: changegui
Permission:
-
mw.teammenu- Permission to open the menu -
mw.change.team.player- Permission to see the two "player-team" items -
mw.change.team.spectator- Permission to see the "spectator-team" item
This command can be used to open the Team-Selection Menu. This is an inventory menu that displays the available teams (Team 1, Team 2 and Spectator) and allows executing the corresponding Team-Change command through item interaction.
Note: The menu can be partially reconfigured. All details can be found here.

Syntax: /mw change <1|2|spec>
Aliases: switch, team
Permission:
-
mw.change.use- Basic Permission to use the command -
mw.change.team.player- Permission to switch in one of the "player-teams" -
mw.change.team.spectator- Permission to switch in the "spectator-team"
This command can be used to change the team. This is possible in the game-phase "Lobby" and (if the arena setting teamchange_ongoing_game is enabled) in the game-phase "Ingame". The anti-spam interval (antispam_intervall.team_change_command) from the config.yml is used here so that the command cannot be used too quickly in succession. In the game-phase "Ingame", with executing the command the plugin checks whether the requested team-change is fair (in the lobby, the game simply does not start in this case). The maximum values for the game and the teams are also validated.
Syntax: /mw quit
Aliases: leave
Permission: mw.quit
You can use this command to leave a game if you are in one. It doesn't matter whether you are currently in a player team or watching in a spectator team. This command teleports you to the configured fallback_spawn position.
Warn: The stats system is outdated and will be reworked in the future.
Syntax: /mw stats [from] [arena]
Aliases: -
Permission: mw.stats
Shows stats.
Syntax: /mw stats recommendations [from] [arena]
Aliases: -
Permission: mw.stats.recommendations
Shows recommendations.
Syntax: /mw stats players [from] [arena]
Aliases: -
Permission: mw.stats.players
Shows player list.
Syntax: /mw stats list [from] [arena]
Aliases: -
Permission: mw.stats.list
Lists history of games.
Syntax: /mw listgames
Aliases: list, games
Permission: mw.listgames
This command lists the currently running games and shows important basic information about it.

Syntax: /mw paste <missile>
Aliases: -
Permission: mw.paste
This command can be used to manually paste a missile. The missiles that have been activated in the arena in the current game are available.
Warn: The command does not execute a normal Player-WorldEdit command and therefore cannot currently be undone with "//undo". The command should therefore be used with care. The missiles are pasted in the direction of player-view and according to the Missiles settings (
downanddistoffset) in the arena configuration.