help.yml(esES)

## --------------------------------------- ##
## 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-----------------------------------"

Comments

Posts Quoted:
Reply
Clear All Quotes