HelpGUI-Plugin
This plugin will no longer be updated here!
To get the newest version and support, go to the spigot-page!

Are you bored about help plugins, that are all like "/help [Name]"?
Well... HelpGUI is YOUR choise!
What is HelpGUI?
HelpGUI is a simple and easy to use help-request-plugin!
You just need to type /help or /h in the chat and a Inventory with the head of every player on the server opens!
Now you can just click on a playerhead to ask for help!
Simple as that!
Commands and permissions
- /help or /h
Permission: helpgui.disablehelp
Use the permission, to disable the command for certain players. (This has no effect to players with OP) - helpgui [help/reload] or /hgui [help/reload]
Permission: helpgui.admin
Help: Shows you all accessable hgui-commands.
Reload: Reloads the yml-files.
Other functions
HelpGUI has some other functions, like...
- A lang.yml to change the text, like you want!
- Possibility to remove certain players from the Inventory. (config.yml -> DisabledPlayers)
You can turn it into a whitlist. In this mode, only players, that are in the list, will be visible in the inv. - Possibility to disable the command in certain worlds. (config.yml -> DisabledWorld)
- A staff-mode, that only shows player with the permission helpgui.admin
- You can search for specific players with /h [Name]
- You can search for groups with /h group:[Groupname]
Instalation
- Download the jar.
- Put it in the plugins-folder
- restart the server
If you edit the lang.yml or the config.yml you just need to reload the plugin (/hgui reload)
config.yml and lang.yml
HelpGUI:
DisabledPlayers:
# Here you can add players, that wont be shown in the HelpGUI.
# They still can send a help-message!
# To disable this you need to give them the permission
# helpgui.disablehelp
- player1
- player2
- player3
DisabledWorlds:
# In this section are all worlds listet, in that you should not be able
# to use /help.
- Example_World
- Example_World_the_end
- Example_World_nether<br /><br />
Languages:
HelpGUI:
# The description will be showed in the lore of the
# Item in the Inventory
InvTitle: '&8[&aHelp&2GUI&8] '
Description: '&7Click on a playerhead to ask for help!'
Search: '&bSearch Player!'
SearchDesc: 'Enter playername!'
Messages:
# This are all messages of the plugin!
PluginLoadet: 'HelpGUI successfully enabled!'
HelpSend: '&7Help send to player &b{PLAYER}&7!'
HelpRecieved: '&b{PLAYER} &7needs your help!'
Disabled: '&cYou are not allowed to use this command'
NotOnline: '&cThis player is not online!'
DisabledWorld: '&cYou cannot use HelpGUI in this world.'
ReloadSuccess: '&aFiles reloadet successfully!'
NoPlayer: 'This command is only for players!'
NoPlayersFound: '&cNo players found. :,('
PlayerSearch: '&7Type &b/help [Player] &7to search for players.'
NoGroup: '&cPlease add a groupname after group:'
Commands:
FewArgs: '&7To few arguments. Type &b/hgui help &7for commands.'
UnknownArg: '&7Unknown argument. Type &b/hgui help &7for commands.'
HelpDesc: '&7Shows the commands.'
ReloadDesc: '&7Reloads the files.'
NoPerm: '&cSry. No Permission for that!'
Comments