An open API service indexing awesome lists of open source software.

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.

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