Advertisement
Guest User

Regions.yml

a guest
Nov 12th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 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: 842.0, y: 48.0, z: -253.0}
  15. max: {x: 910.0, y: 169.0, z: -185.0}
  16. members: {}
  17. flags: {
  18. use: allow,
  19. greeting: '§8[§cBL§8] §aPvp Enabled!',
  20. block-break: deny,
  21. pvp: deny,
  22. block-place: deny,
  23. farewell: '§8[§cBL§8] §4Pvp Disabled!'}
  24. owners: {}
  25. type: cuboid
  26. priority: 2
  27. arena:
  28. min: {x: 704.0, y: 72.0, z: -351.0}
  29. max: {x: 1022.0, y: 197.0, z: -55.0}
  30. members: {}
  31. flags: {
  32. use: allow,
  33. block-break: deny,
  34. pvp: allow,
  35. block-place: deny}
  36. owners: {}
  37. type: cuboid
  38. priority: 1
  39. __global__:
  40. members: {}
  41. flags: {
  42. use: allow,
  43. block-break: deny,
  44. pvp: deny,
  45. block-place: deny}
  46. owners: {}
  47. type: global
  48. priority: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement