Advertisement
Zereff

MyCommand

Nov 17th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. #-----------------------------------------------------------------------------------------------------------#
  2. # MyCommand Language config file (last update v5.2.0) #
  3. # Use & as color code ,and %s for variables #
  4. # BukkitDev Help page : http://dev.bukkit.org/server-mods/mycommand/ #
  5. #-----------------------------------------------------------------------------------------------------------#
  6. LANGUAGE:
  7. PREFIX: "&0[&6MyCmd&0]&r "
  8. ECONOMY_COST: "&6This command cost %s. New balance %s"
  9. ECONOMY_NO_MONEY: "&6You need &e%s&6$ for run this command."
  10. DEBUG_EXECUTE: "Executing: "
  11. COMMAND_ARGS_LINE1: "Not enough arguments... You typed "
  12. COMMAND_ARGS_LINE2: "-> Output command(s) :"
  13. ITEM_NOSET: "&dThere are no command(s) on this item"
  14. NO_PERMISSIONS: "&cYou can't do that. Insufficent permissions."
  15. SIGN_REMOVED: "Sign removed!."
  16. SIGN_EMPTY: "All lines are empty."
  17. BLOCK_REMOVED: "Block removed!."
  18. SPOUT_NOCLIENT: "You need a Spoutcraft client for use this command"
  19. BLOCK_DELAY: "&cYou must wait %s seconds for re-use this"
  20. NPCS_DELAY: "&cYou must wait %s seconds for re-interact with that"
  21. WARMUP1: "&6The command will be performed in &e%s &6seconds"
  22. WARMUP2: "&aYou have bypassed the warmup"
  23. WARMUP3: "&cYou are already in list for this command. Wait &e%s&c seconds"
  24. COOLDOWN1: "&cWait %s seconds before you can use this command again"
  25. COOLDOWN2: "&cYou have bypassed the cooldown on this command"
  26. RUN_AS_CONSOLE_MESSAGE: "&aCheck the console for the output."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement