Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardoboss/gamemodecontrol
A powerful lightweight plugin, that helps you control the game modes of every player
https://github.com/ricardoboss/gamemodecontrol
bukkit bukkit-plugin gamemodes gmc minceraft plugin spigot spigot-plugin
Last synced: 2 months ago
JSON representation
A powerful lightweight plugin, that helps you control the game modes of every player
- Host: GitHub
- URL: https://github.com/ricardoboss/gamemodecontrol
- Owner: ricardoboss
- License: bsd-3-clause
- Created: 2015-07-24T18:10:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T18:44:26.000Z (7 months ago)
- Last Synced: 2024-10-16T09:30:51.756Z (3 months ago)
- Topics: bukkit, bukkit-plugin, gamemodes, gmc, minceraft, plugin, spigot, spigot-plugin
- Language: Java
- Homepage: http://bit.ly/MC-GMC
- Size: 1.06 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GameModeControl
A powerful lightweight plugin that helps you to organize game modes on your server.
**Download GameModeControl for all your servers:** for 1.7 and below: **_Beta 1.3.6 (MC1.7.10)_**; for 1.8 and above use **_the newest version._**
Current development stage: v1.6
## Commands
**Help**:
* <> = required
* [] = optional
* 1 | 2 = 1 or 2, but not both
* gmc.<_permission_> = permission to change your own and the gamemode of other players
* gmc.<_permission_>.self = you are only allowed to change your own gamemode
* gmc.<_permission_>.others = you have the permission to change the gamemode of other playersCommand
Function
Permission
/gm <id> [player]
/gamemode* <id> [player]Change the gamemode of a
player to the specified onegmc.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 survivalgmc.survival[.self | .others]
/gm1 [player]
/creative [player]Change the gamemode of a
player to creativegmc.creative[.self | .others]
/gm2 [player]
/adventure [player]Change the gamemode of a
player to adventuregmc.adventure[.self | .others]
/gm3 [player]
/spectator [player]Change the gamemode of a
player to spectatorgmc.spectator[.self | .others]
/gmonce <player>
[survival] [creative]
[adventure] [spectator]Allow a player to change
his/her game mode only one
time to one of
the ones specified by yougmc.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 commandgmc.gmh
/gmi
Shows information about GMC,
such as the versiongmc.gmi
/gmr
Reloads the whole server in
order to reload the config of GMCgmc.gmr
* overrides the standard '/gamemode' from mojang; you can still use /mojang:gamemode for the "normal" /gamemode command.
## Installation
1. Copy the file you have downloaded into your "plugins"-folder
2. Restart your server, then stop it
3. Edit the 'config.yml' and set the messages you want
4. Start your server and enjoy## Configuration
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.
### Formatting codes
Please visit: [minecraft.gamepedia.com/Formatting_codes](http://minecraft.gamepedia.com/Formatting_codes)
### Aliases
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
### Settings
* **force-gamemode**:
_enable_ this feature to change the game mode of every player with the permission _gmc.forcegm_ that joins your server to the specified _game mode_.## Source code
You can find the source code here on github.com: [github.com/ricardoboss/GameModeControl](https://github.com/ricardoboss/GameModeControl)
## ToDo list
* Please send me a [pm](http://dev.bukkit.org/home/send-private-message/?to=ricardoboss), post a comment or use the [github issues system](https://github.com/ricardoboss/GameModeControl/issues) and add the label 'enhancement' to it to suggest a feature
## Bugs
There are no bugs at the moment :) (at least no one reported one).
If you want to report a bug, please use the [github issues system](https://github.com/ricardoboss/GameModeControl/issues).