Advertisement
Guest User

conf ClaimBlocks

a guest
Aug 19th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. beacons {
  2. enabled=true
  3. # -1 for max. height; 0 for default beacon range
  4. vertical-range=0
  5. }
  6. # If you are using GriefPrevention this determines if the created claims should consume the GP-claimblocks of the player
  7. consume-claim-blocks=false
  8. debug=false
  9. ranges=[
  10. {
  11. block="minecraft:coal_block"
  12. horizontal-range=1
  13. # Shifts the created claim instead of centering it around the claimblock
  14. shifting {
  15. x=0
  16. y=0
  17. z=0
  18. }
  19. # -1 for max. height
  20. vertical-range=1
  21. },
  22. {
  23. block="minecraft:iron_block"
  24. horizontal-range=5
  25. # Shifts the created claim instead of centering it around the claimblock
  26. shifting {
  27. x=0
  28. y=0
  29. z=0
  30. }
  31. # -1 for max. height
  32. vertical-range=5
  33. },
  34. {
  35. block="minecraft:gold_ore"
  36. horizontal-range=45
  37. # Shifts the created claim instead of centering it around the claimblock
  38. shifting {
  39. x=0
  40. y=0
  41. z=0
  42. }
  43. # -1 for max. height
  44. vertical-range=45
  45. }
  46. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement