SimpleGamemode icon

SimpleGamemode -----

Simplify commands to change the gamemode (/gm)



Tired of writing long commands to change the game mode?
Try SimpleGamemode!

[​IMG]
[​IMG]

Commands:
/gm [gamemode] {player}
/gmreload


config.yml
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

 
Metrics:
[​IMG]
Resource Information
Author:
----------
Total Downloads: 567
First Release: Feb 23, 2021
Last Update: May 1, 2021
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings