Sobky

AdventCalendar - EN.yml

Nov 6th, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.31 KB | None | 0 0
  1. prefix: "&5&lAdvent calendar &6\u2771"
  2. errors:
  3.     consoleError: "&cCommands can be performed only via Player!"
  4.     noPermissions: "&cYou are not permitted to use this command!"
  5.     wrongUsageOfCommand: "&cWrong usage of command!"
  6.  
  7.     disabledWorld: "&cCalendar cannot be opened in this world!"
  8.     noValidRangeZone: "&cCalendar cannot be opened in this season!"
  9.     closedWindow: "&cWindow cannot be opened in this time!"
  10.     noPlayerInfo: "&cRequested stats were not found! Try to re-log. &7We apologize for inconveniences."
  11.  
  12.     R_M_GUIException: "&cNot enough rewards! Please, contact staff to fix this problem!"
  13.     R_R_GUIException: "&cNot enough rewards! Please, contact staff to fix this problem!"
  14.  
  15.     closedGUIs: "&cForced closure of inventory by administrator!"
  16.     armorStandNotFound: "&cArmorStand in your range was not found!"
  17.     inventory: "&cYour inventory is full! Please make a space to avoid losses!"
  18. success:
  19.     claim: "&7Reward has been claimed!"
  20.     reload: "&7All required data were reloaded!"
  21.     armorStand: "&7ArmorStand was successfully created!"
  22. armorStand:
  23.     out: "&cNo more rewards"
  24.     last: "&3Last window today"
  25.     list:
  26.    - "&5&lAdvent calendar"
  27.     - "&7New window in &6\u00BB &3{time}"
  28. GUI:
  29.     Calendar:
  30.         inventoryName: "&5&lAdvent calendar"
  31.         DayState:
  32.             PreLocked: "Closed"
  33.             PostLocked: "Opened"
  34.             UnLocked: "Claimable"
  35.         Items:
  36.             EMPTY_SLOT:
  37.                 headName: "&2&lBasic information"
  38.                 lore:
  39.                - "&6\u25CF &7Opened windows &6\u00BB &3{count}"
  40.                 - ""
  41.                 - "&6\u25CF &7Today's state &6\u00BB &3{dayState}"
  42.                 - ""
  43.                 - "&6\u25CF &7New window in &6\u00BB &3{newWindowIn}"
  44.             WINDOW:
  45.                 PreLocked:
  46.                     headName: "&2&lLocked window"
  47.                     lore:
  48.                    - "&6\u25CF &7Day &6\u00BB &3{day}"
  49.                     - ""
  50.                     - "&6\u25CF &7Openable on &6\u00BB &3{date}"
  51.                 PostLocked:
  52.                     headName: "&2&lClaimed window"
  53.                     lore:
  54.                    - "&6\u25CF &7Day &6\u00BB &3{day}"
  55.                     - ""
  56.                     - "&6\u25CF &cWindow has been already opened!"
  57.                 UnLocked:
  58.                     headName: "&2&lUnlocked window"
  59.                     lore:
  60.                    - "&6\u25CF &7Day &6\u00BB &3{day}"
  61.                     - ""
  62.                     - "&6\u25CF &7Click to open!"
  63.     Multiple:
  64.         inventoryName: "&5&lRewards"
  65.         Items:
  66.             PRESENT:
  67.                 headName: "&2&lPackage"
  68.                 lore:
  69.                - "&6\u25CF &7Click to claim!"
  70.     Random:
  71.         inventoryName: "&5&lLuckyWheel"
  72.         Items:
  73.             EMPTY_SLOT:
  74.                 headName: " "
  75.                 lore: []
  76.             ARROW_SLOT:
  77.                 headName: " "
  78.                 lore: []
  79.             CLOSE_SLOT:
  80.                 headName: " "
  81.                 lore: []
  82.             START_BUTTON:
  83.                 headName: "&2&lStart Button"
  84.                 lore:
  85.                - "&6\u25CF &7Click to run!"
  86.             DISABLE_START_BUTTON:
  87.                 headName: "&2&lStart Button"
  88.                 lore:
  89.                - "&6\u25CF &cWheel is running!"
Add Comment
Please, Sign In to add comment