Releases Tags
-
2.7.0_Snapshot-1 | Big changes, new features and bug fixes
released this 2 months ago | 0 commits to 2.7.0 since this release
This version may contain errors or bugs!
If you notice any bugs, please report them to me in Discord support.
In this update some functions were rewritten, changed and added.
Also some minor bugs have been fixed.
The GUIs files have been split into GUI files and function files, this provides more clarity in the complete plugin structure and offers the possibility to access a function from multiple GUIs. Thus, for example, you can create a back button as a function and open it from 3 GUIs, the item, the function can also be in different places, because the slot is set in the GUI file.
Config differences: https://git.t2code.net/JaTiTV/CommandGUI/src/branch/2.7.0/Config%20Update%20V5In the GUI files is thus specified on which slot which function should be located.
In addition, the permission for See and for Use of the functions can now be set individually in the GUI Config.In the functions also 2 new functions were added, with which players can switch permissions on and off and an option to switch the UseItem on and off.
Placeholders have been added.
This update includes a converter that builds the new structure from the old config structure. Your options should be taken over. For security reasons your old GUI files are saved under the path 'plugins/CommandGUI/OldConfig/GUIs/Version4'.
Bug fixes:
- Fixed a bug that prevented GUIs from opening.
- The OpenGUI option, the command '/cgui ' did not work. The GUI that was set as default GUI in UseItem was always opened. This was fixed
New features:
- Placeholders
- %commandgui_useitem% - Shows if you have activated or deactivated the UseItem (in color, customizable in config.yml)
- %commandgui_useitem_boolean% - Shows if you have enabled or disabled the UseItem
- %commandgui_useitem_slot% - shows on which slot you have set the UseItem
- ToggleUseItem as new option for slots
- TogglePermission as new option for slots
Changes:
- The config structure has been revised.
If there are any errors, bugs or questions, please contact me in the Discord support.
Downloads
-
2.6.10_Snapshot-3 | Bugfix
released this 2 months ago | 55 commits to main since this release
The OpenGUI option, the command '/cgui ' did not work. The GUI that was set as default GUI in UseItem was always opened. This was fixed
Downloads
-
2.6.10_Snapshot-2 | BugFix
released this 2 months ago | 55 commits to main since this release
Fixed a bug that prevented GUIs from opening.
Downloads
-
2.6.10_Snapshot-1 | New functions, placeholders and bug fixes
released this 3 months ago | 0 commits to 2.6.10 since this release
In this update, new features and placeholders have been added and minor bugs have been fixed.
New features:
- Placeholders
- %commandgui_useitem% - Shows if you have activated or deactivated the UseItem (in color, customizable in config.yml)
- %commandgui_useitem_boolean% - Shows if you have enabled or disabled the UseItem
- %commandgui_useitem_slot% - shows on which slot you have set the UseItem
- ToggleUseItem as new option for slots
- TogglePermission as new option for slots
Slots: Key: Toggle: Permission: Enable: false Permission: '' UseItem: Enable: false
Changes:
- Minor code changes
Downloads
- Placeholders
-
2.6.2 | Bugfix
released this 3 months ago | 61 commits to main since this release
If you didn't have the permission to see an item, you could still click on it and get the message that you don't have the permission. This has now been changed so that you only get the message if you can see the item.
Downloads
-
2.6.2_Snapshot-2
released this 3 months ago | 0 commits to open-gui-test since this release
[
17b1a05
]- If you didn't have the permission to see an item, you could still click on it and get the message that you don't have the permission. This has now been changed so that you only get the message if you can see the item.
Downloads
-
2.6.2_Snapshot-1
released this 3 months ago | 1 commits to open-gui-test since this release
[
1c6e6d6
] The GUI listener has been redesigned in terms of code and improved in terms of performance.Downloads
-
2.6.1 | Changed the permission for slots in the GUI
released this 3 months ago | 61 commits to main since this release
Changed the permission for slots in the GUI.
2 new permissions have been added to see the item in the GUI
- to see: 'commandgui.gui..slot..see'
- to use: 'commandgui.gui..slot..use'
The old permission 'commandgui.gui..slot.' still works and includes both new permissions.
Downloads
-
2.6.0 | 1.18.2 Support and minor changes
released this 4 months ago | 64 commits to main since this release
[
4cbe8ed
]
Add:- 1.18.2 Support
Bugfix:
- Fixed a bug where bungee commands were executed multiple times when multiple players were on the server.
New features:
- Bungee commands can now also be executed from the server
Downloads
-
2.5.23 | Bugfix
released this 5 months ago | 65 commits to main since this release
[
ce07fd2
] - Bugfix in the plugin info at '/cgui admin info'.Downloads