A powerful lightweight plugin that helps you organizing game modes on your server.
Download GameModeControl for your server version:
This plugin uses an auto updater, to keep itself up-to-date. You can disable this in your config by changing
options.auto-updateto false.
options.bstatsto false.
Help:
Command |
Function |
Permission |
| /gm <id> [player] /gamemode* <id> [player] |
Change the gamemode of a player to the specified one |
gmc.gamemode[.self | .others] |
| — valid values for id: 0, 1, 2, 3, survival, creative, adventure, spectator, su, c, a, sp | ||
| /gm0 [player] /survival [player] |
Change the gamemode of a player to survival |
gmc.survival[.self | .others] |
| /gm1 [player] /creative [player] |
Change the gamemode of a player to creative |
gmc.creative[.self | .others] |
| /gm2 [player] /adventure [player] |
Change the gamemode of a player to adventure |
gmc.adventure[.self | .others] |
| /gm3 [player] /spectator [player] |
Change the gamemode of a player to spectator |
gmc.spectator[.self | .others] |
| /gmonce <player> [survival] [creative] [adventure] [spectator] |
Allow a player to change his/her game mode only one time |
gmc.gmonce |
| /gmtemp <player> <game mode> <seconds> |
Change the game mode of a player only temporary (e.g. 30s) |
gmc.gmtemp |
| /gmh [page | command] | Show all commands for GMC or help for a specific command |
gmc.gmh |
| /gmi | Shows information about GMC, such as the version |
gmc.gmi |
| /gmr | Reloads the whole server in order to reload the config of GMC |
gmc.gmr |
<small>* overrides the standard '/gamemode' from minecraft; you can still use /minecraft:gamemode for the "normal" /gamemode command.</small>
If you want to reset the config, just delete the 'config.yml' file (in <your server folder>/plugins/GMC/). GMC will generate it on server startup. If you need an example, take a look at this example configuration.
Please visit: minecraft.gamepedia.com/Formatting_codes
Alias |
Description |
Example |
| $player | will be replaced with the specified player | &cCould not find this player: &7$player |
| $gm | will be replaced with the game mode, that has not been found | &cCould not find this gamemode: &7$gm |
force-gamemodeenable this feature to change the game mode of every player with the permission gmc.forcegm that joins your server to the specified game mode.
auto-updatetrue if you want GameModeControl to keep itself always up to date, false if you just want to be notified if a newer version is available.
bstatstrue if you want to send server and player statistics to bstats.org. false if you want to disable this feature. The collected data is sent to bstats.org/plugin/bukkit/GMC.
You can find the source code here on github.com: github.com/ricardoboss/GameModeControl
There are no bugs at the moment :) (at least noone reported one). If you want to report a bug, please use the github issues system.
