Releases: typowastaken/gamemodes
Release list
v1.6.0 - Player update notifier!
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
v1.5.0 - Revamped update checker!
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)
v1.4.1 Small improvements!
This update includes the following!
- Quality of life improvements for me as the developer
- A small bug fix (remove unnecessary imports!)
- Fix incorrect contact information in the plugin config
A little update:
I'm hoping to get a better update checker out in the next few updates, it's unfortunately taking longer than I'd like, I've been quite busy.
Along with that, I might do a big general improvements update soon, I made this plugin quite awhile ago now, and I've learned better ways to do things now and I want to fix this plugin up
Anyways! Have a good day everyone, enjoy the update! :D
v1.4.0 Gamemode blocking permissions!
Gamemode blocking permissions have been added!
Each permission will allow you to block a player from swapping to a specific gamemode!
That's pretty much all that was added, here's the copy-pasted change-log from Modrinth!
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!
v1.3.0 - Reload command!
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
Release v1.2.0 - Big improvements!
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
Release v1.1.0 - General improvements & Fixes
First release on Github, not sure if I'll release future updates here or not but I figured I'd do at least one version here!
Changes in this version:
-
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