
Gamemodes
Making gamemode swapping quicker and easier. Short gamemode swapping commands & ability to lock gamemodes. E.g: /gmc
- Загрузки
- 935
- Подписчики
- 1
- Обновлён
- 13 июня 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 1 июня 2025 г.
🎮 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
Default Config:
# 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
Ченджлог
1.6.0Релиз26.1.1, 26.1.2, 26.2 · 13 июня 2026 г.
Changes:
- Improve preformance of the update checker
- Notify players with the permission
gamemodes.notifyupdatewhen they join if an update is available - Improved error handling of the update checker
- Add new metrics for seeing which config options are enabled
1.5.0Релиз26.1, 26.1.1, 26.1.2 · 26 мая 2026 г.
Changes:
- The update checker has been completely revamped!
- Previously, update checker contacted the SpigotMC API to check for updates, we now use the Modrinth API!
Why?
This change is being done to prepare for when I no longer post updates on Spigot. While I love the Spigot platform, and will still support the server software for now, its site is super outdated, writing change logs and posting updates has become tedious.
Along with that, this change allows me to give information about the update when notifying users about the update! This wasn't possible without switching API's (or at least wouldn't have been worth it)
1.4.1Релиз26.1, 26.1.1, 26.1.2 · 25 мая 2026 г.
Change log:
- Quality of life improvements for me as the developer
- A small bug fix (remove unnecessary imports!)
- Fix incorrect contact information in the plugin config
1.4.0Релиз26.1, 26.1.1, 26.1.2 · 9 апреля 2026 г.
The gamemode blocking permissions update!
This update adds a bunch of new permissions which will allow you to block players (Or staff!) from accessing specific gamemodes!
List of new permissions:
gamemodes.blockaccess.adventuregamemodes.blockaccess.creativegamemodes.blockaccess.survivalgamemodes.blockaccess.spectator
Each permission will stop a player from going into it's respective gamemode, it will not swap a player out of the gamemode if they're already in it.
The only time the plugin currently checks if the player is in a gamemode they aren't allowed in is when they join the server! When the player joins the server, if they aren't allowed in their current gamemode then it sets their gamemode to the servers default gamemode!
1.3.0Релиз26.1, 26.1.1, 26.1.2 · 28 марта 2026 г.
Heyo yall! Hope everyone is enjoying the plugin so far! Slight changes today! New features:
Added /gmreload command - Reloads the plugins config!
Added gamemodes.reload permission - Allows usage of the new command
Slight change to the wording of the default config
1.2.0Релиз1.21.9, 1.21.10, 1.21.11 · 21 марта 2026 г.
It's finally here! v1.2.0!
This version comes with many improvements, both for me when developing the plugin, and for you, the end user
Here is a list of changes:
Made it so that the player is properly notified if the gamemode change is cancelled
Fixed bug which resulted in gamemode changes being cancelled when changing which gamemode a player is locked to
Made the tab-complete for the gamemode lock commands way better, it now properly filters out useless entries as you type
[Requested Feature!] Added a new config option which lets you choose whether or not players get notified when their gamemode gets changed (More details below)
Added a config version number (Which doesn't automatically change) to make it easier to tell when you need a config update (More details below)
Okay! That's all the changes!
For the new config option, if you're an existing user of the plugin, I'd recommend adding the new options to your config, resetting the config entirely, or grabbing the updated config from the main plugin page
If you want to add the new options to your config manually then you can copy them from below and adjust them to your liking, be sure to put the config version all the way at the bottom of your config file!
# 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.0
1.1.0Релиз1.21.9, 1.21.10, 1.21.11 · 11 марта 2026 г.
Made gamemodes tab-complete better
Added modrinth link to update needed notification
Improved checks when detecting if a players gamemode is locked
Fixed command & command permission capitalization
Fixed other capitalization in messages sent to console & to the player
1.0.4Релиз1.21.9, 1.21.10, 1.21.11 · 3 июня 2025 г.
In this update:
I've fixed a few bugs with the GMLock and GMUnlock commands and I edited the config file as it was missing a bracket, this is a very small update so feel free to not update, you likely don't need to :)
Комментарии
Загружаем…