Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. #General Messages
  2.  
  3. general.nametag.prefix = "&8[&6EpicSpawners&8]"
  4. general.nametag.exit = "&cExit"
  5. general.nametag.next = "&9Next"
  6. general.nametag.back = "&9Back"
  7. general.nametag.confirm = "&a&lConfirm"
  8.  
  9. #Interface Messages
  10.  
  11. interface.spawner.upgradewithxp = "&aUpgrade with XP"
  12. interface.spawner.upgradewithxplore = "&7Cost: &a%cost% Levels"
  13. interface.spawner.upgradewitheconomy = "&aUpgrade with ECO"
  14. interface.spawner.upgradewitheconomylore = "&7Cost: &a$%cost%"
  15. interface.spawner.statstitle = "&6Spawner Stats"
  16. interface.spawner.stats = "&7Spawned &6%amount% &7times so far."
  17. interface.spawner.onlyspawnson = "&7Only spawns on &6%block%&7."
  18. interface.spawner.boost = "&7Click to &6Boost"
  19. interface.spawner.cantboost = "&cCannot boost."
  20. interface.spawner.convert = "&7Click to &6Convert"
  21. interface.spawner.boostedstats = "&a&lCurrently boosted!|&7Adding &6%amount% &7extra &6%type%'s &7to every spawn.|&7Expires in &6%time%&7."
  22. interface.spawner.boostednever = "never"
  23. interface.spawner.howtotitle = "&a&lUseful Information"
  24. interface.spawner.howtoinfo = "{[LEVELUP]You can stack or "levelup" this spawner by: [Using another spawner on this spawner][Leveling up with XP][Leveling up with ECONOMY].}|{[DROP]A <TYPE> spawner will drop when you kill <AMT> [natural ]<TYPE>'s}|{[OMNI][Stacking spawners of different types will create an OmniSpawner].}|{[WATER][Spawners will repel water].}|{[REDSTONE][You can disable this spawner by applying redstone power to it.]}"
  25. interface.spawner.howtonext = "&aClick to go to the next page."
  26. interface.spawner.howtoback = "&aClick to go back to the first page."
  27. interface.spawner.paused = "&6Spawning Paused Due To:"
  28. interface.spawner.conditionBiome1 = "Not being placed in a &6%biome%&7 biome."
  29. interface.spawner.conditionBiome2 = "Not being placed in the correct biome."
  30. interface.spawner.conditionHeight = "The Y coordinate not being between &6%min%&7 and &6%max%&7."
  31. interface.spawner.conditionLight = "Lacking &6light&7."
  32. interface.spawner.conditionDark = "Lacking &6darkness&7."
  33. interface.spawner.conditionNearbyEntities = "There are more than &6%max%&7 entities around this spawner."
  34. interface.spawner.conditionNearbyPlayers = "There are less than &6%amount%&7 players within &6%distance%&7 blocks away from this spawner."
  35. interface.spawner.conditionStorm = "There is no storm."
  36. interface.convert.title = "Spawner Convert"
  37. interface.convert.lore = "&7Click here to Convert."
  38. interface.shop.title = "Spawner Shop"
  39. interface.shop.spawnershoptitle = "&8Buy a %type%"
  40. interface.shop.buyprice = "&7Buy Price: &a$%cost%"
  41. interface.shop.lore = "&7Click here to purchase."
  42. interface.shop.add1 = "&a&lAdd 1"
  43. interface.shop.add10 = "&a&lAdd 10"
  44. interface.shop.set1 = "&c&lSet to 1"
  45. interface.shop.set64 = "&a&lSet to 64"
  46. interface.shop.remove1 = "&c&lRemove 1"
  47. interface.shop.remove10 = "&c&lRemove 10"
  48. interface.spawnerstats.title = "&5&lSpawnerStats"
  49. interface.spawnerstats.prefix = "&7Your current spawner stats:"
  50. interface.spawnerstats.nokills = "&7You currently have no mob kills. Go kill something!"
  51. interface.boost.title = "&8Boosting %spawner% &8by %amount%"
  52. interface.boost.cost = "&7Costs &6&l%cost%."
  53. interface.boost.boostfor = "&7&lBoost for &6&l%amount% &7&lMinutes"
  54.  
  55. #Command Messages
  56.  
  57. command.give.success = "&7You have been given %amount% &6%type%&7."
  58.  
  59. #Event Messages
  60.  
  61. event.general.nopermission = "&cYou do not have permission to do that."
  62. event.upgrade.cannotafford = "&cYou cannot afford this upgrade."
  63. event.upgrade.success = "&7You've upgraded this spawner to &6%level%x&7."
  64. event.upgrade.maxed = "&7This spawner is maxed out."
  65. event.upgrade.successmaxed = "&7You maxed out this spawner at &6%level%x&7."
  66. event.downgrade.success = "&7You've downgraded this spawner to &6%level%x&7."
  67. event.block.place = "&7You placed a &6%type%&7."
  68. event.block.broken = "This spawner type has been removed and you cannot place it."
  69. event.block.chargeplace = "&7You will be charged &6$%cost% &7if you do not break this spawner within 1 minute."
  70. event.block.break = "&7You broke a &6%type%&7."
  71. event.block.chargebreak = "&7You will be charged &6$%cost% &7for breaking this spawner. Break again to confirm."
  72. event.block.blacklisted = "&cThat action is disabled."
  73. event.block.omnitake = "&7You took a &6%type%&7 from the OmniSpawner."
  74. event.block.forcedeny = "&cThis spawner is too close to another spawner."
  75. event.block.mergedistance = "&7This spawner has been combined with another spawner close by."
  76. event.block.cannotbreak = "&7You cannot afford to break this spawner."
  77. event.goal.alert = "&7You need &6%goal% &7more kills to get a &6%type% Spawner&7."
  78. event.goal.reached = "&7A &6%type% Spawner &7has been dropped!"
  79. event.egg.needmore = "&7You need &6%amount% &7Monster Eggs to convert this spawner."
  80. event.egg.sametype = "&7This already spawns &6%type%s&7."
  81. event.shop.cannotafford = "&cYou cannot afford to buy this."
  82. event.shop.purchasesuccess = "&9Your purchase was successful."
  83. event.omni.cannotmerge = "&cYou can't merge two OmniSpawners."
  84. event.omni.combinefail = "&cThe omni spawner refuses to absorb any more spawners of that type."
  85. event.omni.combinesuccess = "&7Your spawner was absorbed into the OmniSpawner."
  86. event.omni.takespawner = "&7You took a &6%type%&7 from the OmniSpawner."
  87. event.convert.success = "&7Your conversion was successful."
  88. event.boost.applied = "&6Your boost has been applied."
  89. event.combine.onlyone = "&cYou can only combine one spawner at a time."
  90. event.spawner.toomany = "&cYou can only place %amount% spawners..."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement