The
best help command plugin EVER!
WARNING: If you have an older version of this plugin (made before 2023) then you must re-read the installation!
INSTALLATION
Installing
1. Add
CriticalCore.
2. Add HelpCMD.
3. Restart
Migration from pre-2023 versions
To migrate from versions before 2023:
1. Remove SysomanderAPI entirely.
2. Add
CriticalCore.
3. Add the latest HelpCMD build.
4. Restart.
/help - The base help command. Makes the player run all the player commands in the config, makes the console run all the console commands in the config, and opens the GUI if enabled in config.
/help reload - Reloads the plugin and the config.
/helpgui - In-game editor for the GUI! Can edit name, material, lore, enchants, metadata, and more!
helpcommand.use: Allows you to use /help. Default to players.
helpcommand.reload: Allows you to use /help reload. Default to operators.
helpcommand.gui: Allows you to use /helpgui. Default to operators.
Default Config Below:
Read the comments to understand.
Code (YAML):
# HELPCOMMAND (WITH GUI)
# MATERIAL LIST:
# USE THE TERM "AIR" FOR A NULL ITEM!
# List is: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
# PLACEHOLDERS:
# <Player> the username of the player
# <Prefix> the plugin prefix (see prefix field below)
# <NextLine> a new line. ONLY USABLE IN oncommand.message
console-not-allowed
:
"<Prefix> &cSorry, but console is not allowed"
prefix
:
"&9[&4&lHelp&c&lCommand&9]"
oncommand:
open-gui
: true
#Open the gui below?
message
:
"<Prefix> &fYou just used /help<NextLine>Line two"
#Message on command sent
show-message
: true
#Show the message or not
console-commands
:
#List of console commands on /help
- tellraw @a
{
"text":
"<Player>&f just executed /help!",
"color":
"red"
}
#Broadcast (default)
player-commands
:
#Lise of player commands on /help
-
"say I executed /help!"
#Say message (default)
gui:
item1:
type
: REDSTONE_BLOCK
#Item material. See material list above (at top).
name
:
"&cItem #1"
#Item name
lore
:
#Item lore
-
"Lore line 1"
-
"Edit me in the &bconfig!"
-
"I can have &cC&6O&eL&aO&3R&b C&9O&5D&dE&fS&7!"
hide-enchants
: true
#Show enchants in lore?
add-enchant-glow
: true
#Adds unbreaking 1 to item. Reccomended hide-enchants: true
item2:
type
: GRASS_BLOCK
name
:
"Placeholder Item"
lore
:
-
"Edit me in config.yml"
hide-enchants
: true
add-enchant-glow
: true
item3:
type
: GRASS_BLOCK
name
:
"Placeholder Item"
lore
:
-
"Edit me in config.yml"
hide-enchants
: true
add-enchant-glow
: true
item4:
type
: GRASS_BLOCK
name
:
"Placeholder Item"
lore
:
-
"Edit me in config.yml"
hide-enchants
: true
add-enchant-glow
: true
item5:
type
: GRASS_BLOCK
name
:
"Placeholder Item"
lore
:
-
"Edit me in config.yml"
hide-enchants
: true
add-enchant-glow
: true
item6:
type
: GRASS_BLOCK
name
:
"Placeholder Item"
lore
:
-
"Edit me in config.yml"
hide-enchants
: true
add-enchant-glow
: true
item7:
type
: GRASS_BLOCK
name
:
"Placeholder Item"
lore
:
-
"Edit me in config.yml"
hide-enchants
: true
add-enchant-glow
: true
images
/helpgui
/helpgui -> click on item
confirm image in editor
actual helpgui on /help
message sent when /help