https://github.com/minebench/simplegamemodes
Simple gamemode management bukkit plugin.
https://github.com/minebench/simplegamemodes
Last synced: 11 months ago
JSON representation
Simple gamemode management bukkit plugin.
- Host: GitHub
- URL: https://github.com/minebench/simplegamemodes
- Owner: Minebench
- License: gpl-3.0
- Created: 2015-02-22T02:18:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T16:18:34.000Z (about 6 years ago)
- Last Synced: 2025-02-25T21:43:38.452Z (over 1 year ago)
- Language: Java
- Homepage: https://ci.minebench.de/job/SimpleGamemodes/
- Size: 27.3 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleGamemodes
Simple permission based gamemode management bukkit plugin.
It features permission based auto gamemode on server join and world change. It also has some Essentials-like gamemode change commands (/gms etc.)
#### Commands:
gamemode:
aliases: [gm]
description: Main gamemode change command
usage: / []
permission: simplegamemodes.command.gamemode
permission-message: You don't have the permission
gmc:
description: Change gamemode to creative
usage: / []
permission: simplegamemodes.command.gamemode
permission-message: You don't have the permission
gms:
description: Change gamemode to survival
usage: / []
permission: simplegamemodes.command.gamemode
permission-message: You don't have the permission
gma:
description: Change gamemode to adventure
usage: / []
permission: simplegamemodes.command.gamemode
permission-message: You don't have the permission
gmsp:
description: Change gamemode to survival
usage: / []
permission: simplegamemodes.command.gamemode
permission-message: You don't have the permission
checkgamemode:
aliases: [checkmode,cgm]
description: Get the gamemode of a player
usage: / []
permission: simplegamemodes.command.checkgamemode
permission-message: You don't have the permission
#### Permissions:
simplegamemodes.command.gamemode:
description: Gives permission to use the gamemode command
default: op
simplegamemodes.command.gamemode.others:
description: Gives permission to use the gamemode command on other players
default: op
simplegamemodes.command.checkgamemode:
description: Gives permission to use the checkgamemode command
default: op
simplegamemodes.command.checkgamemode.others:
description: Gives permission to use the checkgamemode command on other players
default: op
simplegamemodes.gamemode.creative:
description: Gives permission to access the gamemode creative via command & join/world change. Priority 1
default: op
simplegamemodes.gamemode.survival:
description: Gives permission to access the gamemode survival via command & join/world change. Priority 2
default: op
simplegamemodes.gamemode.adventure:
description: Gives permission to access the gamemode adventure via command & join/world change. Priority 3
default: op
simplegamemodes.gamemode.spectator:
description: Gives permission to access the gamemode spectator via command & join/world change. Priority 4
default: op
simplegamemodes.autogamemodeexempt:
description: Does not set your gamemode on join or world change.
default: op