Tirco

Headhunter messages.yml

Sep 12th, 2021 (edited)
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.02 KB | None | 0 0
  1. messages:
  2. ##What should the plugins prefix be?
  3.     prefix: "&3[&bHeadHunter&3] "
  4. ##How should we announce a player that has found all skulls?
  5. ##Announcefindingall must be set to true.
  6. ##<found>, <max>, <playername>
  7.     announcefindingallmessage: "&6<playername>&f has found all &c<max>&f heads!"
  8.  
  9. ##What should we tell a player that is hunting for heads?
  10. ##<found>, <max>, <playername>, <idfound>, <headname>
  11.     countmessage: "&aYou just found &f<headname>&a. In total you have found &6<found>&f/<max> &aheads."
  12.     countcommandmessage: "&aYou have found &6<found>&a out of &6<max>&a heads."
  13.    
  14. ##What should we tell a player that already found a head?
  15. ##<found>, <max>, <playername>, <idfound>, <headname>
  16.     repeatmessage: "&aYou have already found this head. &aID: &6<idfound>&a, Name: &6<headname>"
  17.  
  18.     debugging-enabled: "Debugging has been enabled."
  19.     debugging-to-admins-enabled: "Debug logging to admins has been enabled."
  20.    
  21. ##/Headhunter command
  22.     this-command-can-only-be-used-by-players: "This command can only be used by players."
  23.     help: "Help:"
  24.     help-list: "&b/hh list &7- List the heads you have and have not found."
  25.     help-count: "&b/hh count &7- Shows the amount of heads you have found."
  26.     help-hint: "&b/hh hint <name> &7- Shows you a hint for the specified head - or a random one."
  27.     help-top: "&b/hh top &7- Get the list of the users that have found the most heads."
  28.    
  29.     ##Player have found all hints but expects a random hint?
  30.     error-no-hint-found-all: "&cCan not select random hint when you have found all heads!"
  31.     error-could-not-parse: "Could not parse %s to a number or a headname. Keep in mind that some heads have colorcodes."
  32.     ##The error below mainly happens if a player runs a command before they have been loaded from the database.
  33.     error-unable-to-do-that-now: "Unable to do this at this time."
  34.     error-please-wait-until-load: "&cPlease wait until your profile is properly loaded."
  35.    
  36.     list-header: "&6-- Here is a list of all heads you can find. --"
Add Comment
Please, Sign In to add comment