- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.13
- 1.14
- 1.15
- 1.16
Tired of writing long commands to change the game mode?
Try SimpleGamemode!
Commands:
/gm [gamemode] {player}
/gmreload
config.yml Metrics:Code (YAML):
# SimpleGamemode
# 1.13.2 - 1.16.5
messages:
# error messages
noPermission: '&7SGM | &cYou don''t have permission!'
inGame: '&7SGM | &cYou can only use this in game!'
unknownGamemode: '&7SGM | &cUnknown game mode!'
unknownCommand: '&7SGM | &cUnknown command!'
playerOffline: '&7SGM | &cThis player is not on the server!'
# info messages
giveMessage: '&7SGM | &aYou have set &6{player} &agamemode to &6{gamemode}'
getMessage: '&7SGM | &aYour gamemode was set to &6{gamemode}'
reloadMessage: '&7SGM Admin | &aConfig reloaded'
# other messages
onEnable: 'Plugin enabled.'
onDisable: 'Plugin disabled.'
placeholders:
# {gamemode} placeholder
gamemode:
survival: 'survival'
creative: 'creative'
adventure: 'adventure'
spectator: 'spectator'
# set gamemode on join
onJoinGamemode:
enabled: false
# SURVIVAL, ADVENTURE, SPECTATOR or CREATIVE
gamemode: CREATIVE
permissions:
# Reload config
# /gmreload
reloadConfig:
permission: simplegm.reload
needPerm: true
# Change gamemode yourself
# /gm {gamemode}
gamemodeSurvival:
permission: simplegm.set.survival
needPerm: true
gamemodeCreative:
permission: simplegm.set.cretive
needPerm: true
gamemodeAdventure:
permission: simplegm.set.adventure
needPerm: true
gamemodeSpectator:
permission: simplegm.set.spectator
needPerm: true
# Change gamemode other players
# /gm {gamemode} [player]
gamemodeSurvivalOther:
permission: simplegm.set.other.survival
needPerm: true
gamemodeCreativeOther:
permission: simplegm.set.other.cretive
needPerm: true
gamemodeAdventureOther:
permission: simplegm.set.other.adventure
needPerm: true
gamemodeSpectatorOther:
permission: simplegm.set.other.spectator
needPerm: true
![]()

SimpleGamemode 1.3.0
Simplify commands to change the gamemode (/gm)
Recent Updates
- On Join Gamemode & Micro Fix May 1, 2021
- micro config update and minor fix Mar 3, 2021
- hotfix /gmreload Feb 25, 2021