Advertisement
xeRicker

MysteryBoxes - Language.yml

Oct 19th, 2015
4,501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. global:
  2. command:
  3. invalid-syntax: "&aInvalid syntax!"
  4. invalid-arguments: "&aInvalid arguments!"
  5. player:
  6. no-permission: "&aYou don't have permission!"
  7. is-offline: "&aThe player is offline!"
  8. not-player: "&aYou must be a player!"
  9. config:
  10. reloaded: "&aThe configuration files have been reloaded!"
  11. plugin:
  12. registered-to: "&aThis plugin is registered to: §b{USER}"
  13. mystery-boxes:
  14. set: "&aMystery Boxes set!"
  15. add: "&aMystery Boxes added!"
  16. remove: "&aMystery Boxes removed!"
  17.  
  18. all-set: "&aMystery Boxes set!"
  19. all-add: "&aMystery Boxes added!"
  20. all-remove: "&aMystery Boxes removed!"
  21.  
  22. random-add: "&aRandom Mystery Boxes added!"
  23.  
  24. checkboxes: "&aThe player's Mystery Boxes: &e{AMOUNT}"
  25. checkdust: "&aThe player's Mystery Dust: &e{AMOUNT}"
  26. no-boxes: "&aThe player has no Mystery Boxes!"
  27. already-opening: "&aYou are already opening a Mystery Box!"
  28. mystery-vaults:
  29. already-in-use: "&aOnly one player can open a Mystery Box at a time!"
  30. mystery-dust:
  31. set: "&aMystery Dust set!"
  32. add: "&aMystery Dust added!"
  33.  
  34. all-set: "&aMystery Dust set!"
  35. all-add: "&aMystery Dust added!"
  36. modes:
  37. mystery-vault-added: "&aThis block is now the Mystery Vault!"
  38. mystery-vault-removed: "&aThis block is no longer the Mystery Vault!"
  39. mystery-vault-already: "&aThis block is already the Mystery Vault!"
  40. mystery-vault-not-vault: "&aThis block is not the Mystery Vault!"
  41. craft-boxes:
  42. cant-be-crafted: "&aThis Mystery Box can't be crafted!"
  43. not-enough-dust: "&aYou don't have enough Mystery Dust!"
  44. crafted: "&aYou crafted {MYSTERY_BOX}&a!"
  45. menus:
  46. mystery-vault:
  47. title: "Mystery Vault"
  48.  
  49. empty-slot-item-name: "&7Empty Slot"
  50. empty-slot-item-lore:
  51. - "&8This slot is empty!"
  52.  
  53. craft-boxes-item-name: "&aCraft Boxes"
  54. craft-boxes-item-lore:
  55. - ""
  56. - "&7Craft Mystery Boxes using"
  57. - "&7Mystery Dust obtained by"
  58. - "&7getting same loot."
  59. - ""
  60. - "&7Available: &d{MYSTERY_DUST} Mystery Dust"
  61. - ""
  62. - "&eClick to browse!"
  63.  
  64. confirmation:
  65. title: "Are you sure?"
  66.  
  67. open-one-item-name: "&a&lYES"
  68. open-one-item-lore:
  69. - ""
  70. - "&7Open a single &7{MYSTERY_BOX}"
  71. - ""
  72. - "&7Available: &b{MYSTERY_BOXES} Mystery Boxes"
  73. - ""
  74. - "&c&oThis process can't be undone!"
  75. - "&eClick to open!"
  76.  
  77. open-multiple-item-name: "&a&lYES"
  78. open-multiple-item-lore:
  79. - ""
  80. - "&7Open up to five &7{MYSTERY_BOX}"
  81. - ""
  82. - "&7Available: &b{MYSTERY_BOXES} Mystery Boxes"
  83. - ""
  84. - "&c&oThis process can't be undone!"
  85. - "&eClick to open!"
  86.  
  87. go-back-item-name: "&c&lNO"
  88. go-back-item-lore:
  89. - "&7Click to go back!"
  90.  
  91. craft-boxes:
  92. title: "Craft Boxes"
  93.  
  94. craft-box-item-name: "&eCraft &8- {MYSTERY_BOX}"
  95. craft-box-item-lore:
  96. - ""
  97. - "&7Craft Mystery Boxes to later"
  98. - "&7open them in the Mystery Vault."
  99. - ""
  100. - "&7Cost: &d{CRAFTING_COST} Mystery Dust"
  101. - "&7Available: &b{MYSTERY_BOXES} Mystery Boxes"
  102. - ""
  103. - "§c§oThis process can't be undone!"
  104. - "&eClick to craft!"
  105.  
  106. go-back-item-name: "&cGo Back"
  107. go-back-item-lore:
  108. - "&7Click to go back!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement