This is a
stable release
- MariaDB support officially added (For some people it worked in the past but others may encountered issues that are now solved)
- Fixed Typos (Compare Requirement)
- Fixed Bungee Send Action erroring
- Fixed Hikari Error on startup
- Relocated Tablist Editor Button
- Added Donation GUI to thank Donators
Currently Im aiming at cleaning up everything so we can move onto the next big updates.
You may notice that all features will be enabled after updating. Just disable those again that were disabled before
- Cleaned up a lot of code
- Replaced an entire Storage
- Removed Massive Stats
Added Rain & Sun Action to control the weather.
The Session Variable Requirement got renamed to Variable Requirement.
Remove the Stylefile
This update contains some final improvements of the Stylefile:
- Removed unused Settings
- Increased userfriendlyness of the Stylefile (By removing Settings which could easily break GUI's)
- Replaced all § with & to prevent utf8 issues
At the current state you have to remove the UGUIStorage.dat and UGUIButtonStorage.dat before switching between 1.12 and 1.13.
If you are using MySQL you have to delete the according tables
Its highly recommended to get this version since you can now basically use all 1.13 blocks with the plugin. This fixes a lot of errors introduced by the latest update due to having the compatibility layer of spigot still enabled.
After installing you wont be able to downgrade
Hydra will now completely take advantage of the new 1.13 item api. If you are still using 1.12 or below, you are completely fine since it will automatically adapt to that. All item ids and datas will be automatically converted to our new 1.13 item names to ensure full compatibility for newer versions of Minecraft.
Noticeable Changes:
-
You can now use 1.13 Items
- Stylefile now uses Item Names instead of ItemId:ItemData
- Own GUIs will no longer show item attributes
- Fixed the Sound Action not executing the following action
- Fixed Server Commands Manager breaking on certain plugins
- Added 1.13 Support
Not everything is 100% tested but in theory everything should work flawlessly. Enjoy!
- Added Sound Action
Have fun
- Fixed that the Chat Editor GUI did not open
- Decreased active Connection amount for MySQL
- Added World Requirement
Now you can check in which world a player is
- Fixed a bug that the action will not be saved if changed via the Q key
- Readded Massive Stats
- Added GUI Delete Confirmation
- GUI's or Buttons will no longer disappear if semicolons are used
- Removed Massive Stats Service
- Fixed Action / Requirements not showing up when stored in mysql
Execute this via phpmyadmin or similar:
Code (Text):
ALTER TABLE `ActionStorage` CHANGE `serializedData` `serializedData` VARCHAR(2048) NULL DEFAULT NULL;
ALTER TABLE `RequirementStorage` CHANGE `serializedData` `serializedData` VARCHAR(2048) NULL DEFAULT NULL;
- Fixed a bug that the placeholder of a Block Picker Action will not be set
- Fixed Dialog being blank
Changes:
- Dialog Action now shows a title + subtitle
When creating a command you have specific placeholders that you can use to get the arguments of the command. This update allows you to get a certain length of arguments at once.
Here are some examples:
/test This is a cool Command
{Arg:2-4} ->
is a cool
{Arg:3-*} ->
a cool Command
...
Some Users experienced that they are loosing their Actions & Requirements when updating. This update will force yet again everyone loosing their Scripts but after that update you will never loose those again!
Just make some screenshots of what you have made to restore your actions & requirements!
Other Changes:
- Adds Stop All Action
- Actions & Requirements can now be edited by pressing Q.
So you no longer have to remove and recreate the entire actions or requirement.
- Cloning a button will no longer clone its requirements and actions
This fixes all issues that the last update introduced. Besides majorly upgrading the GUI Manager it also provides other Item related changes that will be required for the future.
Changelog:
- Fixed Lores not appearing
- Fixed GUI Buttons not saving
- Fixed Heads not beeing player heads & more
In the last update I uploaded the wrong jar. My bad
The following updates including this one will completely revamp the Action & Requirement System. This update will revamp it for the
GUI Creator and
Tablist Editor. Note that all saved settings for it will be removed.
Benefits of the new System:
- All Requirements can be reverted
- Each Action has its own requirements
- For Player Specific Actions & Requirements you can change the target
Other cool changes:
- Dialog Action (Get the users input from the chat and save it as a placeholder!)
- Block Picker Action (Opens a block picker GUI and saves the id of the clicked block as a placeholder)
I hope you like it!
A new action has been added to the Command Manager which allows the player to pick a material. That id will be saved to a placeholder which can be combined with other actions
For the Keymapper & Own Command Manager the Dialog Action is now available!
You are now able to get the user input via the chat!
All userdata from the command manager & keymapper will be removed. This was the last time I promise.
This update fixes the Delay Action and will open up possibilities for things like dialog actions, player picker actions and much more fancy stuff.
This update adds the possibility that you can have spaces in your commands.
So you can now make commands like:
/create town
... which was not possible before!
- The Teleport Action can now get saved
- Actions can now be removed properly
Please delete the Stylefile first!
The following updates including this one will completely revamp the Action & Requirement System. This update will revamp it for the
Own Commands. Note that all saved settings for it will be removed.
Benefits of the new System:
- All Requirements can be reverted
- Each Action has its own requirements
- For Player Specific Actions & Requirements you can change the target
I hope you like it!
Ive added 2 Layouts on request to the Tablist Editor.
Enjoy.
The following updates including this one will completely revamp the Action & Requirement System. This update will revamp it for the
Keymapper. Note that all saved settings for it will be removed.
Benefits of the new System:
- All Requirements can be reverted
- Each Action has its own requirements
- For Player Specific Actions & Requirements you can change the target
I hope you like it!
After you pressed a number key, the Key Mapper executed the actions from the old and new slot. This is now fixed
- Fixed a bug that materials don't save properly
- Removed Massive Statistics Service because of recent downtimes
Delete your Stylefile before updating
This update will speed up all GUI's & Dialogs and it offers you a completely remade Stylefile that is actually human readable! Animations have been adjusted and added to a lot of buttons that were static before.
This update required me to rewrite all GUI's & Dialogs and more.
That was the reason that the plugin didnt got that many updates the past months.
Added {Group} placeholder which will be replaced with the players primary group. Vault is required for it.
Removed Support Key System.
If you were using the newest Ultra Permissions version your animations would accelerate. This is now fixed.
Fixed double Updating Messages / Removed Console Updating Messages
Fixed Tab Complete for Commands.
I made a mistake in the GameMode Action which is now fixed.
- Fixed Send Server Action not closing GUI
- Fixed Chat Activation Storage Error
Apparently I was using the older Spigot API that got removed so now I switched to the newer api.
Will pass if the player is on your server. It makes sense to use it in combination with an command argument.
This Requirement can be useful in combination with a command variable. That way you can check if a typed in player name is valid
As requested, I added a button to easily copy items from your player inventory into your GUI Editor! This can be really timesaving for shops.
Further small improvements have been made to the code.
- Added {Arg.*} Session Variable
(Will represent all arguments of an own command)
- Fixed Burn-In on Session Variables
- Fixed Duplication Edit Glitch
For everyone having issues with tablist sorting, it should now be fixed.
Remember that you remove operator rights because then you would have all permissions from tablist.1 to tablist.10.
This should theoretically fix the issue