Gamemodes
Making gamemode swapping quicker and easier. Short gamemode swapping commands & ability to lock gamemodes. E.g: /gmc
📖About Gamemodes
🎮 Gamemodes
Stop waiting time with the regular gamemode command and get this plugin instead, you won't regret it.
🌟 Main Commands
/gmc
- Switches your gamemode to creative! (Or optionally supply a different player!)
- Permission:
gamemodes.gmc
/gms
- Switches your gamemode to survival! (Or optionally supply a different player!)
- Permission:
gamemodes.gms
/gma
- Switches your gamemode to adventure! (Or optionally supply a different player!)
- Permission:
gamemodes.gma
/gmsp
- Switches your gamemode to spectator! (Or optionally supply a different player!)
- Permission:
gamemodes.gmsp
Alternatively, you can just use the permission gamemodes.all to give access to all the commands above
/gmlock
- Locks the specified player to the specified gamemode until unlocked
- Permission:
gamemodes.gmlock
/gmunlock
- Unlocks the specified player's gamemode
- Permission:
gamemodes.gmunlock
/gmreload
- Reloads the plugin's config
- Permission:
gamemodes.reload
❌ Gamemode Blocking Permissions
gamemodes.blockaccess.creative
- Prevents whoever has the permission from swapping to gamemode creative
gamemodes.blockaccess.survival
- Prevents whoever has the permission from swapping to gamemode survival
gamemodes.blockaccess.adventure
- Prevents whoever has the permission from swapping to gamemode adventure
gamemodes.blockaccess.spectator
- Prevents whoever has the permission from swapping to gamemode spectator
👍 Other Permissions
- gamemodes.notifyupdate
- Players with this permission will be notified in chat when an update becomes available (checked when joining the server)
🪶 Features
Quickly swap between gamemodes
- No more typing out long commands such as
/gamemode creative, just use/gmcinstead!
- No more typing out long commands such as
Lock the gamemode of players
Great for preventing plugins from changing your gamemode while testing things
Useful when you have a player that keeps finding bugs to escape survival mode
Prevent staff from changing your gamemode without permission, simply lock your gamemode and don't give them the permisson to unlock it
Prevent swapping to specific gamemodes using permissions
Allows world specific gamemode blocking
Prevents players from getting into gamemodes they shouldn't be in
Simple setup, works with plugins you already use like Luckperms
Checks players gamemodes when they join the server to ensure they're allowed to be in their current gamemode
Whenever you change gamemodes a nice sound effect is played!
- This can be disabled in the config if you don't like it! Simply set
do-sound-effects: false!
- This can be disabled in the config if you don't like it! Simply set
Players get a notification when their gamemode is changed!
- This can also be disabled in the config by simply setting
send-target-message: false!
- This can also be disabled in the config by simply setting
Statistics
# Made with love by Typo from TypoCreates (https://typocreates.com/#)
# Report bugs to me on Github <3.#
# Do you want to play a sound whenever you receive a message such as when you switch someone's gamemode?
# The sound effect will be played to anyone who receives a message. Default value = true
# Options: true, false
do-sound-effects: true
# When changing another players gamemode, should the target player be notified when their gamemode is changed?
# Options: true, false
send-target-message: true
# Config version:
version: 1.0.1