Sobky

Voting - EN.yml

Oct 15th, 2017
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.68 KB | None | 0 0
  1. prefix: "&3&lVoting &5\u2771"
  2. errors:
  3.     consoleError: "&cCommands can be performed only via Player!"
  4.     noPermissions: "&cYou are not permitted to use this command!"
  5.     noStatePermissions: "&cYou are not permitted to start this state!"
  6.     noVotePermissions: "&cYou are not permitted to vote!"
  7.     noSignPermissions: "&cYou are not permitted to manipulate with signs!"
  8.     wrongUsageOfCommand: "&cWrong usage of command!"
  9.  
  10.     noCycle: "&cNo voting cycle at this moment!"
  11.     cycle: "&cVoting has already started! Wait until it ends!"
  12.     voted: "&cYou have already voted in current voting!"
  13.     pause: "&cVoting is unavailable due to pause! Please, try again in a few seconds!"
  14.     notEnoughPlayers: "&cNot enough players to start voting!"
  15.     disabledWorld: "&cIn this world is not allowed to start voting!"
  16.     custom: "&cCustom question &3{customName} &cdoes not exist!"
  17.     money:
  18.         start: "&cNot enough money to start voting!"
  19.         vote: "&cNot enough money to participate of voting!"
  20.     requiredWorlds: "&cYou are not in the same world as world in voting cycle!"
  21.     world:
  22.         notExist: "&cWorld &3{world} &cdoes not exist!"
  23.         exist: "&cWorld &3{world} &chas been already add to this list!"
  24. success:
  25.     vote: "&7Your vote was recorded!"
  26.     start: "&7Player &3{player} &7would want &3{state} &7in world &3{world}&7!"
  27.     result:
  28.         FAIL: "&cVoting for &3{state} &cin world &3{world} &cwas unsuccessful!"
  29.         SUCCESS: "&7Voting for &3{state} &7in world &3{world} &7was successful!"
  30.         ADMIN: "&7Result of voting &5\u00BB &a{yes}&7:&c{no}&7"
  31.     reload: "&7Files successfully reloaded!"
  32.     sign:
  33.         create: "&7Sign successfully created!"
  34.         remove: "&7Sign successfully removed!"
  35.     world:
  36.         set: "&7World &3{world} &7with alias &3{alias} &7added to list!"
  37.         disable: "&7World &3{world} &7added to list of disabled worlds!"
  38. aliases:
  39.     worlds:
  40.         world: "Survival"
  41.     state:
  42.         DAY: "Day"
  43.         NIGHT: "Night"
  44.         SUN: "Sun"
  45.         RAIN: "Rain"
  46.         STORM: "Storm"
  47. clickable:
  48.     participate:
  49.         agree:
  50.             ul: "&5\u25CF "
  51.             message: "&7&nI want, too"
  52.             hover: "&7Click to select this option!"
  53.             command: "/voting yes"
  54.         disagree:
  55.             ul: "&5\u25CF "
  56.             message: "&7&nI do not want a change"
  57.             hover: "&7Click to select this option!"
  58.             command: "/voting no"
  59. bossBar:
  60.     DEFAULT: "&7&lVoting for &2&l{state} &7&lin world &2&l{world}&7&l! | &2&l{time}&7&ls"
  61. signs:
  62.     voting:
  63.         1: "&9[Voting]"
  64.         2: "&l{state}"
  65.         3:
  66.             Waiting: "&8Waiting..."
  67.             Running: "&4&lRunning"
  68.             Ending: "&4&lEnding..."
  69.         4:
  70.             Waiting: "&1&lClick to start"
  71.             Running: "&3&lEnds in &4&l{time}"
  72.             Ending: "&3&lWait! &4&l{time}"
  73.             Finish: "&4&lEnd"
  74.  
  75. GUI:
  76.     VotingGUI:
  77.         nameOfInventory: "&1&lVoting"
  78.     CommonItems:
  79.         INFO:
  80.             headName: "&2&lBasic information"
  81.             lore:
  82.            - "&6\u270E &7This voting ables to change"
  83.             - "&7weather. Each player can participate"
  84.             - "&7to current voting and say his own"
  85.             - "&7opinion!"
  86.             - ""
  87.             - "&6\u25CF &7Voting takes some period. After end,"
  88.             - "&7system decides about result!"
  89.     Buttons:
  90.         AGREE:
  91.             headName: "&2&lI want, too"
  92.             lore:
  93.            - "&6\u25CF &7Click to select this option!"
  94.         DISAGREE:
  95.             headName: "&2&lI do not want a change"
  96.             lore:
  97.            - "&6\u25CF &7Click to select this option!"
  98.     States:
  99.         DAY:
  100.             headName: "&2&lDay"
  101.             lore:
  102.            - "&6\u25CF &7Click to start voting!"
  103.         NIGHT:
  104.             headName: "&2&lNight"
  105.             lore:
  106.            - "&6\u25CF &7Click to start voting!"
  107.         SUN:
  108.             headName: "&2&lSun"
  109.             lore:
  110.            - "&6\u25CF &7Click to start voting!"
  111.         RAIN:
  112.             headName: "&2&lRain"
  113.             lore:
  114.            - "&6\u25CF &7Click to start voting!"
  115.         STORM:
  116.             headName: "&2&lStorm"
  117.             lore:
  118.            - "&6\u25CF &7Click to start voting!"
  119.     Core:
  120.         Custom:
  121.             Running:
  122.                 headName: "&2&lVoting"
  123.                 lore:
  124.                - "&6\u25CF &7Ends in &6\u00BB &3{countDown}s"
  125.         Waiting:
  126.             headName: "&2&lNo voting"
  127.             lore:
  128.            - "&6\u25CF &7No voting cycle, now!"
  129.         Running:
  130.             headName: "&2&lVoting"
  131.             lore:
  132.            - "&6\u25CF &7For &6\u00BB &3{coreState}"
  133.             - "&6\u25CF &7In world &6\u00BB &3{world}"
  134.             - ""
  135.             - "&6\u25CF &7Ends in &6\u00BB &3{countDown}s"
  136.         Ending:
  137.             headName: "&2&lBreak"
  138.             lore:
  139.            - "&6\u25CF &7Ends in &6\u00BB &3{countDown}s"
  140. Custom:
  141.     Event:
  142.         start: "&7Do you want &3Event&7?"
  143.         result:
  144.             FAIL: "&cVoting for &3Event &cwas unsuccessful!"
  145.             SUCCESS: "&7Voting for &3Event &7was successful!"
  146.             ADMIN: "&7Result of voting &5\u00BB &a{yes}&7:&c{no}&7"
  147.         clickable:
  148.             agree:
  149.                 ul: "&5\u25CF "
  150.                 message: "&7&nYes, I want Event"
  151.                 hover: "&7Click to select this option!"
  152.                 command: "/voting yes"
  153.             disagree:
  154.                 ul: "&5\u25CF "
  155.                 message: "&7&nNo, I do not want Event"
  156.                 hover: "&7Click to select this option!"
  157.                 command: "/voting no"
  158.         bossBar: "&7&lVoting for &2&lEvent&7&l! | &2&l{time}&7&ls"
Add Comment
Please, Sign In to add comment