This plugin allows a user to easily change their gamemode. The plugin could be used if, for example, you have a build team but you only want them to be able to access creative in one world then you can give them the permission but disable the plugin in all other worlds.
Commands
gmc >> Change your gamemode to creative
gms >> Change your gamemode to survival
gma >> Change your gamemode to spectator
gmsp >> Change your gamemode to adventure
fly >> Toggle the fly mode
flyspeed >> Change your flyspeed
Permission
simplegamemode.gamemode >> Use a gamemode commands
simplegamemode.fly >> Use a fly command
simplegamemode.flyspeed >> Use a flyspeed command
Configuration
Code (YAML):
# SimpleGamemode config, by corrysamu Message:
Gamemode: "&6Change your gamemode in &3%gamemode%" FlyEnable: "&aThe fly has been enabled" FlyDisable: "&cThe fly has been disabled" FlySpeed: "&aFlight speed set to: %speed%" FlySpeedError: "&cThe speed must be between 0 and 10" FlyValidNumber: "&cPlease enter a valid number for speed" NoPermission: "&cYou not have permission to execute this command"