Advertisement
LilFrostay

Untitled

Aug 17th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. max_border_pos: 10000
  2. max_border_min: -10000
  3.  
  4. tries_until_fail: 300
  5.  
  6. Random_Biome:
  7. slot: 21
  8. material: "WOOD"
  9. name: "&c&lRandom"
  10. lore:
  11. - "&cTest"
  12. - "&eClick &aHere"
  13. - "&cTest"
  14.  
  15. Glass:
  16. material: "BARRIER"
  17. Slots:
  18. - 5
  19. - 6
  20. - 7
  21.  
  22.  
  23. GUI_Management:
  24. 1:
  25. biome_name: "&cPlains"
  26. material: "WOOD"
  27. biome: "PLAINS"
  28. slot: 0
  29. permission: "splashrtp.plains"
  30. price: 100
  31. cooldown: 60
  32. lore:
  33. - "&cTest"
  34. - "&eClick &aHere"
  35. - "&cTest"
  36. locked_lore:
  37. - "&cTest"
  38. - "&eClick &aHere"
  39. - "&cTest"
  40. - "&c&lLOCKED"
  41. 2:
  42. biome_name: "&cOcean"
  43. material: "WOOD"
  44. biome: "OCEAN"
  45. slot: 1
  46. permission: "splashrtp.ocean"
  47. price: 200
  48. cooldown: 60
  49. lore:
  50. - "&cTest"
  51. - "&eClick &aHere"
  52. - "&cTest"
  53. locked_lore:
  54. - "&cTest"
  55. - "&eClick &aHere"
  56. - "&cTest"
  57. 3:
  58. biome_name: "&cJungle"
  59. material: "WOOD"
  60. biome: "JUNGLE"
  61. slot: 2
  62. permission: "splashrtp.jungle"
  63. price: 300
  64. cooldown: 60
  65. lore:
  66. - "&cTest"
  67. - "&eClick &aHere"
  68. - "&cTest"
  69. locked_lore:
  70. - "&cTest"
  71. - "&eClick &aHere"
  72. - "&cTest"
  73.  
  74.  
  75. GuiName: "&e&lRTP"
  76.  
  77. teleportation_message_color: "aqua"
  78.  
  79. PurchaseGUI:
  80. name: "&cPurchase"
  81. Click_To_Purchase_Lore:
  82. - "&cTest"
  83. - "&eClick &aHere"
  84. - "&cTest"
  85. Click_To_Decline_Lore:
  86. - "&cTest"
  87. - "&eClick &aHere"
  88. - "&cTest"
  89. Information_Lore:
  90. - "&cTest"
  91. - "&eClick &aHere"
  92. - "&cTest"
  93.  
  94.  
  95. Messages:
  96. args: "&cTo many arguments."
  97. no_permission: "&cNo permission"
  98. on_cooldown: "&cYou are currently on cooldown."
  99. no_money: "&cYou can not purchase this warp as you do not have %price%"
  100. searching: "&aSearching..."
  101. location_found: "&aBiome %biome% found at %x% %y% %z%"
  102. no_location_found: "&cNo location found"
  103. locked: "&c&lLOCKED"
  104. #Do not use color codes here.
  105. teleporting_message: "Teleporting..."
  106. purchased: "&a&lPurchased"
  107. no_biome: "&cNo biome found"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement