Commit Graph

19 Commits

Author SHA1 Message Date
JaTiTV b6347c8fad 2.7.0 2022-04-28 19:40:41 +02:00
JaTiTV f3feddd317 api changes & clean code 2022-04-22 19:05:34 +02:00
JaTiTV cfd07b01f2 2.7.0_Snapshot-6 | Fix
Fixes:
- If there was a function in the GUI that did not exist, then an error occurred in the console and the GUI could not be opened, this was fixed.
- If you changed the slot of the UseItem, the Protection (RemoveItemWhenItIsDisabled) was ignored and you got the item.
2022-04-21 01:58:54 +02:00
JaTiTV c5bc880ab1 Add SQLITE & Bugfix
Add: SQLITE as storage medium
Change: The MYSQL connection has been slightly optimized
Fix: The command 'gui-item slot <number>' dat not set the item to the right place?
2022-04-19 18:03:44 +02:00
JaTiTV 520df8dc97 2.7.0_Snapshot-3 | Perm Update
Removed permissiond regestration from plugin.yml and regestred via code.
- The Slot See and Use Permissions are now included in OP and commandgui.admin
2022-04-19 09:22:56 +02:00
JaTiTV f2a666773f 2.7.0 Snapshot 1
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.

In 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 <guiname>' 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.
2022-04-19 07:08:33 +02:00
JaTiTV c17733fe3f insert 2022-04-16 14:32:22 +02:00
JaTiTV 4cbe8ed802 2.6.0
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
2022-03-08 20:12:02 +01:00
JaTiTV fe7ae61242 Update database to Hikari 2022-01-16 03:03:04 +01:00
JaTiTV c4525a0055 add debugmessages 2022-01-11 02:44:36 +01:00
JaTiTV 7e81c3403d 2.5.20 | bugfix 2022-01-08 07:47:49 +01:00
JaTiTV 8377667f55 code changes 2022-01-06 02:21:27 +01:00
JaTiTV b36fdc2d67 2.5.17 2022-01-01 03:40:54 +01:00
JaTiTV 02cf238cd2 Fix UseItem.InventorySlot.SlotEnforce 2021-12-29 06:34:29 +01:00
JaTiTV fda80bf9fc Update to T2CodeLib 8 2021-12-22 20:18:50 +01:00
JaTiTV 3792e0ebfc Update MSG.java
Minor errors in the language files
2021-12-22 19:51:09 +01:00
JaTiTV 613b8652b4 Update Load.java
BungeeCommands could not be executed
2021-12-22 19:48:50 +01:00
JaTiTV e0da2cd88d 2.5.13 2021-12-22 18:29:16 +01:00
JaTiTV 6b6ebbcd18 1.2.0 2021-12-21 05:57:29 +01:00