Minecraft Vercion: 1.5.x, 1.6.x, 1.7.x, 1.8.x
English (Ingles)
You like that you add something to the plugin send me a private message!!
Español (Spanish)
Te gustaria añadiar algo al plugin mandame un mensaje privado!!
compatible with PlaceholderAPI: PlaceholderAPI (OPTIONAL)
- /CustomHelp - CustomHelp.help
- /CustomHelp reload - CustomHelp.reload
- /CustomHelp about - NO PERMISSION
- CustomHelp.* - to access all commands
- CustomHelp.* - para acceder a todos los comandos
Spanish (Español)
Enviame tu video (Send your video)
English (Ingles)
Send your video (Enviame tu video)
- You are not allowed to decompile CustomHelp.
- You can not edit source of CustomHelp.
English (Ingles)
You like that you add something to the plugin send me a private message!!
Español (Spanish)
Te gustaria añadiar algo al plugin mandame un mensaje privado!!
compatible with PlaceholderAPI: PlaceholderAPI (OPTIONAL)
- MessagesCustom | Mensages 100% configurables
- Pages infinite | Create paginas infinitas
- Pages with Permission | Paginas con permisos
- Create a new command without pages | crea comandos infinitos sin paginas
- compatible with placeholderapi | compatible con placeholderapi
- add cooldown to commands and pages y helps | tiempo de reutilizacion en comandos y paginas y en la help main
- /CustomHelp - CustomHelp.help
- /CustomHelp reload - CustomHelp.reload
- /CustomHelp about - NO PERMISSION
- CustomHelp.* - to access all commands
- CustomHelp.* - para acceder a todos los comandos
Spoiler: config.yml
Code (Text):
##########################################
#
# CustomHelp v2.0
# Plugin made by ZuckerGames (flemdogga)
#
##########################################
# Variables:
#
# {PLAYER_NAME} - Player name
# {PLAYER_NICK} - Player nickname
# {TODAY_IS} - Server data
# {COOLDOWN} - Current coldown
# {PAGE_NO_EXIST} - get command executed no exist!
Prefix:
Enable: true
Prefix: "&7[&cCustomHelp&7]:"
DataFormat: MM/dd/yy HH:mm:ss
NoPermission: "&cYou don't have permission."
ConfigReload: "&aConfig reloaded"
#
# CustomHelp v2.0
# Plugin made by ZuckerGames (flemdogga)
#
##########################################
# Variables:
#
# {PLAYER_NAME} - Player name
# {PLAYER_NICK} - Player nickname
# {TODAY_IS} - Server data
# {COOLDOWN} - Current coldown
# {PAGE_NO_EXIST} - get command executed no exist!
Prefix:
Enable: true
Prefix: "&7[&cCustomHelp&7]:"
DataFormat: MM/dd/yy HH:mm:ss
NoPermission: "&cYou don't have permission."
ConfigReload: "&aConfig reloaded"
Spoiler: help.yml
Code (Text):
## --------------------------------------- ##
## HELP
## --------------------------------------- ##
#
## ACTIONS:
## --------
## BROADCAST: <message> - Broadcasts the following message to the server
## CONSOLE: <command> - Executes the command as the console
## PLAYER: <command> - Executes the command as a player
## OP: <command> - Executes the command as the console
#
# this is for private message
# - "'here your message'"
#
## PATCH:
## ------
## permission: here your permission
## nopermission:
## - ""
## cooldown: here a time for second
## currentcooldown:
## - ""
## IS OPTIONAL!!!
Help:
Main:
permission: help
actions:
- "&a--------------------------------"
- "&f&l {PLAYER_NAME}"
- "&e/help twitter &7- link to our twitter"
- "&e/help facebook &7- link to our facebook"
- "&e/help instagram &7- link to our instagram"
- ""
- "&a--------------------------------"
Pages:
twitter: # This is the subcommand /help twitter
subcommand: twitter
permission: help.twitter
nopermission:
- "&6&l------------------------------------"
- "&cYou need permission &7help.twitter &cto access this command"
- "&6&l------------------------------------"
actions:
- "&9-----------------------------------"
- "&f&l Twitter"
- "&aLink:"
- "&e Twitter: &7www.twitter.com/"
- "&9-----------------------------------"
instagram:
subcommand: instagram
permission: help.instagram
nopermission:
- "&6&l------------------------------------"
- "&cYou need permission &7help.instagram &cto access this command"
- "&6&l------------------------------------"
cooldown: 10
currentcooldown:
- "&cYou must wait another &e{COOLDOWN} &cbefore using this"
actions:
- "&9-----------------------------------"
- "&f&l Instagram"
- "&aLink:"
- "&e Instagram: &7www.instagram.com/"
- "&9-----------------------------------"
facebook:
subcommand: facebook
cooldown: 30
currentcooldown:
- "&cYou must wait another &e{COOLDOWN} &cbefore using this"
actions:
- "&9-----------------------------------"
- "&f&l Facebook"
- "&aLink:"
- "&e Facebook: &7www.facebook.com/"
- "&9-----------------------------------"
PageNotExist:
actions:
- "&7-----------------------------------"
- "&f&l Error"
- "&e &cpage &7{PAGE_NO_EXIST} &cdoes not exist"
- "&7-----------------------------------"
## HELP
## --------------------------------------- ##
#
## ACTIONS:
## --------
## BROADCAST: <message> - Broadcasts the following message to the server
## CONSOLE: <command> - Executes the command as the console
## PLAYER: <command> - Executes the command as a player
## OP: <command> - Executes the command as the console
#
# this is for private message
# - "'here your message'"
#
## PATCH:
## ------
## permission: here your permission
## nopermission:
## - ""
## cooldown: here a time for second
## currentcooldown:
## - ""
## IS OPTIONAL!!!
Help:
Main:
permission: help
actions:
- "&a--------------------------------"
- "&f&l {PLAYER_NAME}"
- "&e/help twitter &7- link to our twitter"
- "&e/help facebook &7- link to our facebook"
- "&e/help instagram &7- link to our instagram"
- ""
- "&a--------------------------------"
Pages:
twitter: # This is the subcommand /help twitter
subcommand: twitter
permission: help.twitter
nopermission:
- "&6&l------------------------------------"
- "&cYou need permission &7help.twitter &cto access this command"
- "&6&l------------------------------------"
actions:
- "&9-----------------------------------"
- "&f&l Twitter"
- "&aLink:"
- "&e Twitter: &7www.twitter.com/"
- "&9-----------------------------------"
instagram:
subcommand: instagram
permission: help.instagram
nopermission:
- "&6&l------------------------------------"
- "&cYou need permission &7help.instagram &cto access this command"
- "&6&l------------------------------------"
cooldown: 10
currentcooldown:
- "&cYou must wait another &e{COOLDOWN} &cbefore using this"
actions:
- "&9-----------------------------------"
- "&f&l Instagram"
- "&aLink:"
- "&e Instagram: &7www.instagram.com/"
- "&9-----------------------------------"
facebook:
subcommand: facebook
cooldown: 30
currentcooldown:
- "&cYou must wait another &e{COOLDOWN} &cbefore using this"
actions:
- "&9-----------------------------------"
- "&f&l Facebook"
- "&aLink:"
- "&e Facebook: &7www.facebook.com/"
- "&9-----------------------------------"
PageNotExist:
actions:
- "&7-----------------------------------"
- "&f&l Error"
- "&e &cpage &7{PAGE_NO_EXIST} &cdoes not exist"
- "&7-----------------------------------"
Spoiler: commands
Code (Text):
## --------------------------------------- ##
## COMMANDS
## --------------------------------------- ##
#
## ACTIONS:
## --------
## BROADCAST: <message> - Broadcasts the following message to the server
## CONSOLE: <command> - Executes the command as the console
## PLAYER: <command> - Executes the command as a player
## OP: <command> - Executes the command as the console
#
# this is for private message
# - "'here your message'"
#
## PATCH:
## ------
## permission: <here your permission>
## nopermission:
## - ""
## cooldown: <here a time for second>
## currentcooldown:
## - ""
## IS OPTIONAL!!!
# This command is with permission!
first_command:
command: first
permission: firstcmd.use
nopermission:
- "&6&l------------------------------------"
- "&cYou need permission &7firstcmd.use &cto access this command"
- "&6&l------------------------------------"
actions:
- "&a------------------------------------"
- "&athis is the action for the messages"
- "&a------------------------------------"
second_command:
command: second
actions:
- "&a---------------------"
- "&7This command no require of permission!"
- "&a---------------------"
# This command is with cooldown!
three_command:
command: three
cooldown: 300
currentcooldown:
- "&cYou must wait another &e{COOLDOWN} &cbefore using this"
actions:
- "&9----------------------------"
- "ðis commmand are used each 5 minutes"
- "&9----------------------------"
- "CONSOLE: eco give {PLAYER_NAME} 1"
## COMMANDS
## --------------------------------------- ##
#
## ACTIONS:
## --------
## BROADCAST: <message> - Broadcasts the following message to the server
## CONSOLE: <command> - Executes the command as the console
## PLAYER: <command> - Executes the command as a player
## OP: <command> - Executes the command as the console
#
# this is for private message
# - "'here your message'"
#
## PATCH:
## ------
## permission: <here your permission>
## nopermission:
## - ""
## cooldown: <here a time for second>
## currentcooldown:
## - ""
## IS OPTIONAL!!!
# This command is with permission!
first_command:
command: first
permission: firstcmd.use
nopermission:
- "&6&l------------------------------------"
- "&cYou need permission &7firstcmd.use &cto access this command"
- "&6&l------------------------------------"
actions:
- "&a------------------------------------"
- "&athis is the action for the messages"
- "&a------------------------------------"
second_command:
command: second
actions:
- "&a---------------------"
- "&7This command no require of permission!"
- "&a---------------------"
# This command is with cooldown!
three_command:
command: three
cooldown: 300
currentcooldown:
- "&cYou must wait another &e{COOLDOWN} &cbefore using this"
actions:
- "&9----------------------------"
- "ðis commmand are used each 5 minutes"
- "&9----------------------------"
- "CONSOLE: eco give {PLAYER_NAME} 1"
Spanish (Español)
Enviame tu video (Send your video)
English (Ingles)
Send your video (Enviame tu video)
Spoiler: Default Help Main and pages
Spoiler: Default Commands
- You are not allowed to decompile CustomHelp.
- You can not edit source of CustomHelp.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
CustomHelp | now compatible with PlaceholderAPI is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9. Downloaded 1,164 times (via Spigot). Download it and open it directly in the game.
![[IMG]](http://proxy.spigotmc.org/d83a03d01d4a30537df418101ae3367692a0b6ef?url=http%3A%2F%2Fi.imgur.com%2FWbu1SSs.gif)