CommandGUI | FunctionsGUI | Spigot & Bungee [1.8.x - 1.19.x] https://www.spigotmc.org/resources/commandgui-functionsgui-spigot-bungee-1-8-x-1-18-x.90671/
Go to file
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
.gitea/ISSUE_TEMPLATE Update question.md 2021-12-31 05:47:45 +01:00
CommandGUI V1 1.2.0 2021-12-21 05:57:29 +01:00
CommandGUI V2 2.7.0 Snapshot 1 2022-04-19 07:08:33 +02:00
Configs 1.2.0 2021-12-21 05:57:29 +01:00
.gitattributes 1.2.0 2021-12-21 05:57:29 +01:00
.gitignore 1.2.0 2021-12-21 05:57:29 +01:00
README.md 1.2.0 2021-12-21 05:57:29 +01:00

README.md


Links

CommandGUI | FunctionsGUI is a handy plugin that allows you to create as many and different GUIs (user interfaces) as you need for your server.

Features:

  • With CommandGUI you can send commands, messages to players.
  • You can also charge money for it via Economy (Vault and Economy plugin required).
  • You can decide per slot if the players need certain permissions or not.
  • You can play a custom sound for each slot.
  • You can also open another GUI directly via slots.
  • You can also just display information by setting a lore for the items in the GUIs, these also support placeholders.
  • There is an item that players can get in the inventory, with which they can open a specific GUI.

Optional:

  • Permission Plugin LuckPerms recommended
  • Vault
  • Economy Plugin Recommendations: Economy, EssentialsX, CMI (Paid) (more possible)

/commandgui - Open the default GUI (adjustable)

/commandgui [gui] - Open the selected GUI

/gui-item on - Activate the GUIItem for you.

/gui-item off - Disable the GUIItem for you.

/commandguihelp - Open the help file.

/commandguiadmin info - Open the CommandGUI info.

/commandguiadmin createdefaultgui - create a default GUI

/commandguiadmin reload - Reload the plugin.