Sobky

AdventCalendar - EN.yml 2019

Nov 23rd, 2019
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.33 KB | None | 0 0
  1. Prefix: "&5&lAdvent calendar &6\u2771"
  2. Errors:
  3.   ConsoleError: "&cCommand can be performed only via Player!"
  4.   NoPermissions: "&cYou are not permitted to use this command!"
  5.   WrongCommandUsage: "&cWrong usage of command!"
  6.   Santa:
  7.     NotExist: "&5Santa &cdoes not exist!"
  8.   Calendar:
  9.     World: "&cCannot open calendar in this world!"
  10.     Season: "&cCannot open calendar!\n&6\u25CF &7Out of season"
  11.     Window:
  12.       LOCKED: "&cYou cannot open previous window!\n&6\u25CF &7You probably forgot to open it :("
  13.       OPENED: "&cYou cannot open this window!\n&6\u25CF &7It has been already opened!"
  14.       CLOSED: "&cYou cannot open this window!\n&6\u25CF &7Please come back in a few days :)"
  15.       UNDEFINED: "&cYou cannot open this window!\n&6\u25CF &cPlease contact staff!"
  16.   Reward:
  17.     Day:
  18.       NoReward: "&cThere are no rewards available!\n&6\u25CF &7Please contact staff to resolve this problem!"
  19.   Player:
  20.     FullInventory: "&cThere are no space in your inventory!\n&6\u25CF &7Please make space to claim rewards!"
  21.     Data: "&cYour required data were not found!\n&6\u25CF &7Solution &6\u00BB &7Please, try to re-log!"
  22. Success:
  23.   Santa:
  24.     Create: "&5Santa &7successfully created!"
  25.     Remove: "&5Santa &7successfully removed!"
  26.   Player:
  27.     Claim: "&7You have successfully claimed reward of window &5{day}&7!\n&6\u25CF &7Name &6\u00BB &5{name}\n&6\u25CF &7Description &6\u00BB &5{description}"
  28.   Reset:
  29.     Locale: "&7Locale successfully reset!"
  30.   Reload:
  31.     Locale: "&7Locale successfully reloaded!"
  32.     Config: "&7Config and basic data successfully reloaded!"
  33.     All: "&7Plugin successfully reloaded!"
  34. States:
  35.   Day:
  36.     LOCKED: "&cLocked"
  37.     OPENED: "&cOpened"
  38.     UN_LOCKED: "&3Unlocked"
  39.     CLOSED: "&cClosed"
  40. GUI:
  41.   Common:
  42.     Items:
  43.       BACK:
  44.         HeadName: "&2&lBack"
  45.         Lore: []
  46.   Calendar:
  47.     InventoryName: "&5&lAdvent calendar"
  48.     Items:
  49.       EMPTY:
  50.         HeadName: "&2&lBasic information"
  51.         Lore:
  52.          - "&6\u25CF &7Opened windows &6\u00BB &3{openedWindows}"
  53.           - ""
  54.           - "&6\u25CF &7Today's window &6\u00BB &3{dayStatus}"
  55.           - ""
  56.           - "&6\u25CF &7New window in &6\u00BB &3{remains}"
  57.       WINDOW:
  58.         LOCKED:
  59.           HeadName: "&2&lLocked window &7&l(&3&l{day}&7&l)"
  60.           Lore:
  61.            - "&6\u25CF &cWindow has been locked!"
  62.             - ""
  63.             - "&6\u25CF &7You probably forgot to open"
  64.             - "&7this window on &6\u00BB &3{simpleDate}"
  65.         OPENED:
  66.           HeadName: "&2&lClaimed window &7&l(&3&l{day}&7&l)"
  67.           Lore:
  68.            - "&6\u25CF &7Window has been already opened"
  69.             - "&7and reward claimed!"
  70.             - ""
  71.             - "&6\u25CF &7Claimed reward &6\u00BB &3{rewardName}"
  72.         UN_LOCKED:
  73.           HeadName: "&2&lUnlocked window &7&l(&3&l{day}&7&l)"
  74.           Lore:
  75.            - "&6\u25CF &7Click to open!"
  76.         CLOSED:
  77.           HeadName: "&2&lClosed window &7&l(&3&l{day}&7&l)"
  78.           Lore:
  79.            - "&6\u25CF &7Openable on &6\u00BB &3{date}"
  80.   PresentPick:
  81.     InventoryName: "&5&lPresent Choice"
  82.     Items:
  83.       INFO:
  84.         HeadName: "&2&lBasic information"
  85.         Lore:
  86.          - "&6\u25CF &7You can select only one"
  87.           - "&7from these presents!"
  88.           - ""
  89.           - "&6\u25CF &7To claim reward, just"
  90.           - "&7click on present you want!"
  91.       PRESENT:
  92.         HeadName: "&2&lPresent"
  93.         Lore:
  94.          - "&6\u25CF &7Click to claim!"
  95.   LuckyWheel:
  96.     InventoryName: "&5&lLuckyWheel"
  97.     Items:
  98.       EMPTY:
  99.         HeadName: " "
  100.         Lore: []
  101.       ARROW:
  102.         HeadName: " "
  103.         Lore: []
  104.       ANIMATION:
  105.         HeadName: " "
  106.         Lore: []
  107.       INFO:
  108.         HeadName: "&2&lBasic information"
  109.         Lore:
  110.          - "&6\u25CF &7To spin LuckyWheel, just"
  111.           - "&7click on green item above!"
  112.       START:
  113.         ENABLED:
  114.           HeadName: "&2&lLuckyWheel"
  115.           Lore:
  116.            - "&6\u25CF &7Click to spin!"
  117.         DISABLED:
  118.           HeadName: "&2&lLuckyWheel"
  119.           Lore:
  120.            - "&6\u25CF &cUnable to spin!"
  121. Santa:
  122.   Hologram:
  123.     CLOSED:
  124.      - "&5&lAdvent calendar"
  125.       - "&cOut of season!"
  126.     RUNNING:
  127.      - "&5&lAdvent calendar"
  128.       - "&7New window in &6\u00BB &3{time}"
  129.     LAST_DAY:
  130.      - "&5&lAdvent calendar"
  131.       - "&7Last window today!"
Add Comment
Please, Sign In to add comment