Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. #
  2. # WorldGuard regions file
  3. #
  4. # WARNING: THIS FILE IS AUTOMATICALLY GENERATED. If you modify this file by
  5. # hand, be aware that A SINGLE MISTYPED CHARACTER CAN CORRUPT THE FILE. If
  6. # WorldGuard is unable to parse the file, your regions will FAIL TO LOAD and
  7. # the contents of this file will reset. Please use a YAML validator such as
  8. # http://yaml-online-parser.appspot.com (for smaller files).
  9. #
  10. # REMEMBER TO KEEP PERIODICAL BACKUPS.
  11. #
  12. regions:
  13. spawn:
  14. min: {x: 229.0, y: 56.0, z: 1340.0}
  15. max: {x: 253.0, y: 56.0, z: 1359.0}
  16. members: {}
  17. flags: {}
  18. owners: {}
  19. type: cuboid
  20. priority: 0
  21. pvp:
  22. min: {x: 178.0, y: 0.0, z: 1269.0}
  23. max: {x: 313.0, y: 255.0, z: 1425.0}
  24. members: {}
  25. flags:
  26. interact: allow
  27. pvp: allow
  28. chest-access: allow
  29. allowed-cmds: [/help]
  30. owners: {}
  31. type: cuboid
  32. priority: 0
  33. spawnjazz:
  34. min: {x: 230.0, y: 56.0, z: 1336.0}
  35. max: {x: 254.0, y: 65.0, z: 1360.0}
  36. members: {}
  37. flags: {pvp: deny, chest-access: allow}
  38. owners: {}
  39. type: cuboid
  40. priority: 0
  41. __global__:
  42. members: {}
  43. flags: {chest-access: allow}
  44. owners: {}
  45. type: global
  46. priority: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement