I fixed the Server-Context feature added in
v0.0.1.
If enabled in the configuration file, users can now choose between
Global or Server-context addition or removal of roles. To be honest this only matters if BungeeCord or other server network is being used. If not this update only features some code cleanup.
Feature added in the configurations. Inside the customAdd.yml file I removed the "display-name" and "slot" positions. But i fixed the Item: type. You can now customize every role's item and format from the 2 files inside the config folder.
Version : 1.1.0 ~
First Officially Complete Version
What's new:
1. The permission nodes have changed and I am going to keep this format from now on. New permission nodes:
~ unluckygui.*
- Full access. ~ unluckygui.use -
Access to the entire GUI and roles except for gamemode granting. ~ unluckygui.gamemode -
You must have the .use but this one in addition will allow you to grant gamemodes too. I still reccomend using the unluckygui.* for everyone who should have access to the plugin.
2. A lot of changes have been made to the ymlfiles so you should probably remove your UnluckyGUI folder and restart the server. For some reason i cannot make it so the files get re-written!
Actual changes to the yml files include
expiration time in the
roleSettings.yml. You can follow the example in there for clarifications.
3.Overall faster sync with most of the actions.
I should note ~ v1.x.y (if the x changes expect major changes, everything else is just small improvements) Next update ~ 1.1.1 ( ETA: 3/12/2025 ) I said i would handle a better GoBack logic but i overlooked it again so that is going to be a main focus for the next update.
Version : 1.0.1 ~
What's new:
To use the plugin you need to have the
unluckygui.manage.roles and
unluckygui.use permission nodes.
I recommend just having the
unluckygui.* since i just played around with how permissions work and got to lazy to remove the other nodes.
The commands are pretty much the same.
I also added a
config.yml with some useful configurations like setting up the server context (default to "survival"), enabling show-context and show-expiration, changeable Menu Titles and success messages!
Next update ~
Better Go Back navigation (I had to redo the whole thing for consistency and it works poorly now).
Solving some minor warns in the code.