Advertisement
UNC00KED

regions.yml

Oct 25th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 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. factionsspawn:
  14. min: {x: 46.0, y: 64.0, z: -786.0}
  15. max: {x: 177.0, y: 170.0, z: -655.0}
  16. members: {}
  17. flags: {fall-damage: deny}
  18. owners: {}
  19. type: cuboid
  20. priority: 0
  21. shop:
  22. min: {x: 72.0, y: 51.0, z: -753.0}
  23. max: {x: 142.0, y: 64.0, z: -683.0}
  24. members: {}
  25. flags: {fall-damage: deny, entity-painting-destroy: deny, entity-item-frame-destroy: deny,
  26. mob-spawning: deny}
  27. owners: {}
  28. type: cuboid
  29. priority: 10000
  30. __global__:
  31. members: {}
  32. flags: {}
  33. owners: {}
  34. type: global
  35. priority: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement