Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.85 KB | None | 0 0
  1. settings:
  2. Max-PlotMines-Per-Player: 2
  3. PlotMine-Info-Format: '&3&l» &a%material%%data% &8» &a%percent%%'
  4. PlotMines:
  5. Block-That-Fills-Removed-PlotMines: STONE
  6. Location-Confirmation-Boarder-Block: BEDROCK
  7. Ground-Level: 64
  8. Drop-PlotMine-Item-On-PlotMine-Return: false
  9. Trusted-Players-Can-Remove-PlotMines: false
  10. Reset-Cooldown:
  11. Enabled: false
  12. Cooldown: 30
  13. Message: '%prefix% &fSorry, but you must wait another &a%time%s &fto reset another &aPlotMine&f.'
  14. # Cooldown is in seconds.
  15. Tier-List:
  16. Header-Tip: '%prefix% &fYou can click on a Tier to obtain it.'
  17. List-Format: '&3&l» &a%tier%'
  18. Command-Format: '&3&l» &e%command%'
  19. messages:
  20. Prefix: '&8(&b!&8) &3&l»'
  21. Header: '&8&m+---------&8( &aPlotMines &8)&m---------+'
  22. Footer: '&8&m+----------------------------+'
  23. onPlotMinePlace:
  24. Send-Message: true
  25. Message: '%prefix% &fTo confirm your &aPlotMine&f, right-click the block you just placed.'
  26. onPlotMineCancel:
  27. Send-Message: true
  28. Message: '%prefix% &fYou''ve &ccanceled &fthat &aPlotMine&f.'
  29. onPlotMineRemove:
  30. Send-Message: true
  31. Message: '%prefix% &fYou''ve removed a &aPlotMine&f.'
  32. onPlotMineConfirm:
  33. Send-Message: true
  34. Message: '%prefix% &fYou''ve claimed a &aPlotMine&f.'
  35. PlotMine-Creation-Deny-Reasons:
  36. Boarders-Intersecting: '%prefix% &fSorry, but you can''t place your &aPlotMine &fthere. &7(Plot borders)'
  37. PlotMines-Intersecting: '%prefix% &fSorry, but you can''t place your &aPlotMine &fthere. &7(Other &aPlotMines&7)'
  38. Plot-Limit-Reached: '%prefix% &fSorry, but you can''t have more than &a%max-plotmines%x PlotMines &fat once.'
  39. Would-Delete-The-Plot-Floor: '%prefix% &fSorry, but you can''t place your &aPlotMine &fthere. &7(Plot floor)'
  40. PlotMine-Above-Ground-Level:
  41. Enabled: true
  42. Message: '%prefix% &fSorry, but you can''t place your &aPlotMine &fthere. &7(Above ground level)'
  43. No-Permission: '%prefix% &fSorry, but you don''t have permission to do that.'
  44. Tier-Unknown: '%prefix% &fSorry, but &a%tier% PlotMine &fdoesn''t exist.'
  45. Player-Offline: '%prefix% &fSorry, but &c%player% &fisn''t currently online.'
  46. Not-Standing-In-PlotMine: '%prefix% &fSorry, but you must be standing in a &aPlotMine &fof yours.'
  47. PlotMine-Resetting: '%prefix% &fYour &aPlotMine &fhas reset.'
  48. No-Access-Cant-Delete: '%prefix% &fSorry, but you can''t delete that &aPlotMine &fas you don''t have access to it.'
  49. No-Access-Cant-Reset: '%prefix% &fSorry, but you can''t reset that &aPlotMine &fas you don''t have access to it.'
  50. Resetting-Other-Players-PlotMine: '%prefix% &f&a%player%&f''s &aPlotMine &fhas just been reset.'
  51. Resetting-Other-Players-PlotMine-But-Multiple-Owners: '%prefix% &fThe &aPlotMine &fyou were in has just reset.'
  52. PlotMine-Given: '%prefix% &fYou gave &a%player% &fa &a%tier% PlotMine&f.'
  53. Reloaded-Config: '%prefix% &fYou''ve reloaded the config.yml.'
  54. PlotMine-Info-Tier: '%prefix% &fBlocks for &aPlotMine %tier%&8:'
  55. gui:
  56. Title: '&aConfirmation'
  57. items:
  58. Confirm:
  59. Material: EMERALD_BLOCK
  60. Name: '&aConfirm'
  61. Slots:
  62. - '27'
  63. - '28'
  64. - '29'
  65. - '36'
  66. - '37'
  67. - '38'
  68. - '45'
  69. - '46'
  70. - '47'
  71. Note:
  72. Enabled: true
  73. Material: BOOK
  74. Name: '&fNote'
  75. Lore: '&3&l» &fClick "&aConfirm&f" to pick up this &aPlotMine&f.'
  76. Slot: 13
  77. Cancel:
  78. Material: REDSTONE_BLOCK
  79. Name: '&cCancel'
  80. Slots:
  81. - '33'
  82. - '34'
  83. - '35'
  84. - '42'
  85. - '43'
  86. - '44'
  87. - '51'
  88. - '52'
  89. - '53'
  90. plotmines:
  91. PlotMineT1:
  92. itemData:
  93. type: GRASS
  94. data: 0
  95. name: '&8(&aPlotMine &3&l» &fTier 1&8) &7(Place me)'
  96. lore:
  97. - '&8&l*&7&m-------------------------&8&l*'
  98. - ' &fTier 1 &3&l»'
  99. - ' &fThis is a &aPlotMine&f.'
  100. - ' &fSize &3&l» &a5x5'
  101. - '&8&l*&7&m-------------------------&8&l*'
  102. enchanted: false
  103. enchantments:
  104. - DAMAGE_ALL;10
  105. mineData:
  106. size: 5
  107. wallBlock: BEDROCK
  108. floorBlock: BEDROCK
  109. resetPercent: 50
  110. blocks:
  111. - EMERALD_BLOCK;0;50
  112. - DIAMOND_BLOCK;0;40
  113. - SPONGE;0;3.5
  114. - TNT;0;6.5
  115. PlotMineT2:
  116. itemData:
  117. type: SKULL_ITEM
  118. data: 3
  119. SkullMeta:
  120. ID: 795e1ad8-de6d-4edc-a1b5-4e6aad038403
  121. Value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODQ0OWI5MzE4ZTMzMTU4ZTY0YTQ2YWIwZGUxMjFjM2Q0MDAwMGUzMzMyYzE1NzQ5MzJiM2M4NDlkOGZhMGRjMiJ9fX0=
  122. name: '&8(&aPlotMine &3&l» &fTier 2&8) &7(Place me)'
  123. lore:
  124. - '&8&l*&7&m-------------------------&8&l*'
  125. - ' &fTier 2 &3&l»'
  126. - ' &fThis is a &aPlotMine&f.'
  127. - ' &fSize &3&l» &a10x10'
  128. - '&8&l*&7&m-------------------------&8&l*'
  129. enchanted: false
  130. enchantments:
  131. - DAMAGE_ALL;10
  132. mineData:
  133. size: 10
  134. wallBlock: QUARTZ_BLOCK
  135. floorBlock: GLOWSTONE
  136. resetPercent: 50
  137. blocks:
  138. - EMERALD_BLOCK;0;75
  139. - SPONGE;0;10.5
  140. - TNT;0;14.5
  141. IronSmall:
  142. itemData:
  143. type: ENDERCHEST
  144. data: 3
  145. SkullMeta:
  146. ID: 795e1ad8-de6d-4edc-a1b5-4e6aad038403
  147. Value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODQ0OWI5MzE4ZTMzMTU4ZTY0YTQ2YWIwZGUxMjFjM2Q0MDAwMGUzMzMyYzE1NzQ5MzJiM2M4NDlkOGZhMGRjMiJ9fX0=
  148. name: '&8(&aPlotMine) &7(Placer mig)'
  149. lore:
  150. - '&8&l*&7&m-------------------------&8&l*'
  151. - ' &fTier 1 &3&l»'
  152. - ' &fDette er en plotmine &aPlotMine&f.'
  153. - ' &fStørelse &3&l» &a10x10'
  154. - '&8&l*&7&m-------------------------&8&l*'
  155. enchanted: false
  156. enchantments:
  157. - DAMAGE_ALL;10
  158. mineData:
  159. size: 10
  160. wallBlock: BEDROCK
  161. floorBlock: GLOWSTONE
  162. resetPercent: 10
  163. blocks:
  164. - IRON_BLOCK;0;40
  165. - IRON_ORE;0;60
  166. IronMedium:
  167. itemData:
  168. type: ENDERCHEST
  169. data: 3
  170. SkullMeta:
  171. ID: 795e1ad8-de6d-4edc-a1b5-4e6aad038403
  172. Value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODQ0OWI5MzE4ZTMzMTU4ZTY0YTQ2YWIwZGUxMjFjM2Q0MDAwMGUzMzMyYzE1NzQ5MzJiM2M4NDlkOGZhMGRjMiJ9fX0=
  173. name: '&8(&aPlotMine) &7(Placer mig)'
  174. lore:
  175. - '&8&l*&7&m-------------------------&8&l*'
  176. - ' &fTier 2 &3&l»'
  177. - ' &fDette er en plotmine &aPlotMine&f.'
  178. - ' &fStørelse &3&l» &a20x20'
  179. - '&8&l*&7&m-------------------------&8&l*'
  180. enchanted: false
  181. enchantments:
  182. - DAMAGE_ALL;10
  183. mineData:
  184. size: 20
  185. wallBlock: BEDROCK
  186. floorBlock: GLOWSTONE
  187. resetPercent: 10
  188. blocks:
  189. - IRON_BLOCK;0;60
  190. - IRON_ORE;0;40
  191. IronLarge:
  192. itemData:
  193. type: ENDERCHEST
  194. data: 3
  195. SkullMeta:
  196. ID: 795e1ad8-de6d-4edc-a1b5-4e6aad038403
  197. Value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODQ0OWI5MzE4ZTMzMTU4ZTY0YTQ2YWIwZGUxMjFjM2Q0MDAwMGUzMzMyYzE1NzQ5MzJiM2M4NDlkOGZhMGRjMiJ9fX0=
  198. name: '&8(&aPlotMine) &7(Placer mig)'
  199. lore:
  200. - '&8&l*&7&m-------------------------&8&l*'
  201. - ' &fTier 3 &3&l»'
  202. - ' &fDette er en plotmine &aPlotMine&f.'
  203. - ' &fStørelse &3&l» &a30x30'
  204. - '&8&l*&7&m-------------------------&8&l*'
  205. enchanted: true
  206. enchantments:
  207. - DAMAGE_ALL;10
  208. mineData:
  209. size: 30
  210. wallBlock: BEDROCK
  211. floorBlock: GLOWSTONE
  212. resetPercent: 10
  213. blocks:
  214. - IRON_BLOCK;0;80
  215. - IRON_ORE;0;20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement