BetterGUI icon

BetterGUI 10.4

An animated menu, a simple menu-designing tool, or just a better GUI plugin

Page 1 2 3
A big change
Please read the update, there are breaking changes.


Main Plugin

  1. Remove Args Menu
  2. Remove Alternative Command Manager
    1. It was moved to a specialized addon
  3. Remove default-menu-type & default-button-type
  4. Update HSCore for the new GUI library
    1. Optimize Animated Button to use math & logic instead of Scheduler
  5. Remove the unnecessary check if a string has Variables
  6. Change the format of Permission Action
    permission (<permission1>, <permission2>, ...): <command>


Addon

  1. Update most official addons to the latest build
  2. Deprecate
    1. ComplexTextSender: Use PaperSpec instead
    2. OptEcoBridge: The plugin is abandoned
  3. Change
    1. MetaPlay: Change the format to meta(<name>): <value>
    2. PaperSpec: Add Component-variant of tell and broadcast
    3. ASCII-Placeholders: Fix the config not being set up
  4. New
    1. EnchantKeyring: Custom enchantments with NamespacedKey
    2. ExterHeads: Get heads from popular head plugins
    3. AlternativeCommandListener: A command listener that overrides duplicated commands



Wiki

The wiki was (once again) reworked under a new name called Docs. It now uses Hugo and the Relearn theme to make it more appealing for readers & flexible for maintainers to add more content. It also support translations so that other teams could (hopefully) translate the wiki and attract more users.
You can check out the new Wiki (Docs) here: https://bettergui-mc.github.io/Docs
Let's start the argument
1670321035394.gif
Use coupon code HSGAMER to get 10% off for any transaction

 

  1. Introduce Argument Processor
    This is a new menu component that handles the arguments of the command to open the menu.
    It's more loose-coupling than the old approach to the argument handler. By supporting multiple processors, you can make all sort of possible ideas to work with the arguments of the menu. Developers can even make crazier ones of their favorite without duplicating the same code.
    More details can be found here
  2. Support Tab Complete on the command to open the menu
    This is one more benefit of the Argument Processor. Developers can specify the suggestions when a player do a tab-complete on the open-menu command.
  3. Deprecate Args Menu
    This menu type is deprecated in favor of the new Argument Processor. You should switch to the new Argument Processor ASAP.
    It's planned to be removed in the 8.0 update.
  4. Deprecate Alternative Command Manager
    This feature is deprecated because of inactivity. I don't see a reason to keep maintaining as a main feature of the main plugin.
    If you are using this, you are recommended to use the commands.yml or wait for a specialized addon.
    It's planned to be removed in the 8.0 update, and will be moved to an addon.
Var
1670321035394.gif
Use coupon code HSGAMER to get 10% off for any transaction

 

  • Update libraries
  • Expose ButtonMap & GUIHolder from BaseInventoryMenu and its implementation
  • Improve Get Variables Command to correctly get variables from menus
More to Inventory Creator for Developers
1670321035394.gif
Use coupon code HSGAMER to get 10% off for any transaction

 

  • Add Menu as an argument to InventoryBuilder
Inventory Creator for Developers
1670321035394.gif
Use coupon code HSGAMER to get 10% off for any transaction

 

  • Add InventoryBuilder to make it possible to create a custom inventory provided by addons
    It can be used via the creator option from menu-settings
Permission & Affiliate
1670321035394.gif
Use coupon code HSGAMER to get 10% off for any transaction
  • Fix an exception with Permission Action that prevents it from working properly
  • Add an affiliate link & a coupon code on Origin Builds
    Yes, I did join the first affiliate program. I need money ;)
Extra Step
  • Correctly treat actions without colon as actions instead of player commands
No more version, No more Math, No more...
Read Carefully

Finally, All needed to finish the big update were done.
There are a lot of changes that I can't remember what I've done. Therefore, I'll only tell the breaking changes and how you can migrate to this version.


Changes: https://github.com/BetterGUI-MC/BetterGUI/releases/tag/7.0

Wiki

The Wiki has been moved to a new site.
It contains more details of every elements of the plugin and its addons.
You can find the wiki here.
Also, the source code of the wiki is hosted here. That means you can view the source and edit it.


Issue Tracker

The Issue Tracker has been moved to this repository.
I thought the issues should be treated separately so that they can be viewed by not just me, but also other users that find similar issues.


Material, Enchantment, Skull, Potion & Sound

Prior to 7.0, the plugin used XSeries to get version-independent values for these item modifiers and actions. Because XSeries is slow to update to the new values of the new versions, I decided to remove XSeries from the plugin starting from this update.
That means the value now depends on the version your server are using. Unless you used values that are not available in your server version, you would be fine to update the plugin.
If you want to use XSeries and get these version-independent values, you can install the new addon XCross and use its settings.


Expression & Condition

Prior to 7.0, this plugin used EvalEx to provide advanced Math expressions & conditions for the menu & button settings. I decided to remove EvalEx from the plugin because I want to maintain the function in a separated addon.
For now, the Condition requirement will only check if the value is "true", "on", "yes" or "0".
If you want to use advanced Math expressions & conditions or your menu are using them, you should install EvalExtra.


Addon Downloader

I've moved the Addon Downloader to be a new Menu Type.
If you want to use Addon Downloader, you should go to this page, copy the format, create a new menu file and paste the format to the file. This will restore the feature.
I don't know... 1.18.2... Okay, small update
  • Update XSeries to fix some exceptions on Skulls, Enchantments & Potions on 1.18.2
I am speechless
Fix a conflict when using variables with PlaceholderAPI's placeholders that require a bracket placeholder
Like the String expansion
Small fixes that fly
Update HSCore
Update XSeries to fix a bug on Reflection
1.18 Support
Update XSeries to support 1.18
Update HSCore to fix a few bugs
Blacklist / Whitelist... Did I name it correctly ?
Support List Of Strings in Variables for Template Button
Optimize Skull Modifier a bit
Add an option on config.yml to ignore / override the commands on Alternative Command Manager
Update HSCore
Small changes in the code
Nothing noticeable
Now all expressions in condition action and requirement will always be treated as Boolean Expressions
Update HSCore to fix a compatibility issue in old versions
Add permissions on loading
Small code optimizations
A big update... after almost 3 months... most likely a comeback... but it's not
Minecraft 1.17.X support
Update HSCore
Update XSeries
Update all official addons
Update the example menus and a new example with Template Button
Update the wiki (IMPORTANT)
Optimize the skull loading (on Paper)
Optimize the player (UUID) storage in some menus
Support for multiple files of template buttons (You need to move your template-buttons.yml to the new template folder)
Variables on Template Button
The button settings will be loaded in the proper order
Refactor a lot of code
...and more (I can't list all the changes)
Material & Permission
Updated HSCore to use the rainbow method
Updated XSeries to update the Material & Note Block list
Use Bukkit's Permission to reduce delay on creating permissions
Well... this is important, I think
Updated bStats
Make the skull loading asynchronously (not affect the menu)
Small fixes
Changed the empty argument behavior in ArgsMenu
Should not replace the arg variable if it's not found
Updated bStats
Unregister the menu before unregistering the variables
Properly handle the value in some requirements
Misc and Myth
Fixed Back Action not working properly
Updated HSCore
Small changes in the example menu
Tweaked to gain more performances
Finally... PlaceholderAPI
PlaceholderAPI is now working properly
Some tweaks to make this plugin smoother
Page 1 2 3
You might also like...