PluginGUI is a simple plugin that replaces the default /plugins command with a GUI interface. This interface will show you the name, version, authors, and description of each plugin installed.
PluginGUI supports an unlimited number of installed plugins and provides translation and customization support through the config file.
Code (YAML):
enabled-plugin-item: GREEN_WOOL
disabled-plugin-item: RED_WOOL
messages:
not-player: '&cOnly players can use this command.'
no-permission: '&cYou do not have permission to do this.'
reload-success: '&aConfig Reloaded.'
inventory-name: '&0Plugins'
previous-page: '&6&lPrevious'
next-page: '&6&lNext'
plugins:
name: '&6&l
%name%' disabled-name: '&6&l
%name% &c&l(Disabled)' version: '&3Version
: &6%version%' authors: '&3Authors
: &6%authors%' website: '&3Website
: &6%website%' description: '&3Description
: &6%description%'
Code (YAML):
commands:
plugins:
description: Open the plugin GUI
aliases: [pl
] plugingui:
aliases: [plgui
] usage: /plugingui <reload>
permissions:
plugingui.reload:
description: Lets a user reload the plugin
plugingui.plugins:
description: Lets a user view the plugin GUI