Customize your /help with HelpAdvanced.
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
Help advanced does not require any other plugins just drop the .jar file into your plugins folder. This plugin lets you add plugins and commands you have on your server with just a bit of changing the config then all your players have to do is /help <the plugin they want help with>. There is also a helpchat where their message can go to a staff member.
This is only V1.0Code (Text):
#the message displayed when a player types /help or /?
help-message:
- ""
- "&l&1Welcome to the server!"
- " "
- "&r&aDo /help <one of the plugins below> to get help for that plugin"
- "&r&9Do /helpchat <message> or /hc <message> to talk to a &cStaff Member"
- " "
#Staff members need the "help.chat.recieve" to recieve helpchat messages and players need "help.chat.send" to send messages
#should it show the list of plugins after the help message
show-plugins: "true"
plugin-list-color: "&e"
#the plugin list should be set out like this but without the hashtag at the begining:
#plugins:
# ExamplePlugin:
# commands:
# /example:
# description: "&aProvided as an example"
# usage: "/example <argument>"
# description: "&5 This plugin is here as an example"
# SecondExample:
# commands:
# /nextexample:
# description: "&aSecond Example"
# usage: "/nextexample <player>"
plugins:
plugin:
commands:
/gmc:
description: "&aProvides gamemode creative"
usage: "/gmc [<player>]"
/gms:
description: "&aProvides gamemode survival"
usage: "/gms [<player>]"
/gmsp:
description: "&aProvides gamemode spectator"
usage: "/gmsp [<player>]"
/gma:
description: "&aProvides gamemode adventure"
usage: "/gma [<player>]"
description: "Custom plugin"
recieve helpchat messages: help.chat.recieve
send helpchat messages: help.chat.send