Advertisement
Guest User

WGConfigRegions

a guest
Feb 9th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. ### Zone 1 (__global__) ###
  2. __global__:
  3. type: global
  4. priority: 0
  5. flags:
  6. deny-spawn: [GHAST]
  7. mob-spawning: allow
  8. owners: {}
  9. members: {}
  10.  
  11. ### Zone 2 (Stadtbereich) ###
  12. Zone2:
  13. type: cuboid
  14. min: {x: -460.0, y: 0.0, z: -312.0}
  15. max: {x: 417.0, y: 255.0, z: 340.0}
  16. priority: 1000
  17. flags:
  18. deny-spawn: [ZOMBIE, PIG, SHEEP, ENDERMAN, CHICKEN, SKELETON, CREEPER,
  19. COW, SPIDER]
  20. pvp: deny
  21. greeting: Willkommen in der Stadt!
  22. farewell: Du verlässt die Stadt - bis bald!
  23. build: deny
  24. owners: {}
  25. members: {}
  26.  
  27.  
  28. ### Zone 3 (Grundstück) ###
  29. gs_021:
  30. type: cuboid
  31. min: {x: -243.0, y: 0.0, z: 177.0}
  32. max: {x: -224.0, y: 255.0, z: 196.0}
  33. priority: 1001
  34. flags: {}
  35. owners: {}
  36. members: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement