Advertisement
Guest User

Untitled

a guest
Mar 14th, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 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. adventurespawningarea:
  14. min: {x: -41, y: 4, z: -41}
  15. max: {x: 40, y: 255, z: 40}
  16. members: {}
  17. flags: {use: allow, chest-access: allow, mob-spawning: allow}
  18. owners: {}
  19. type: cuboid
  20. priority: 0
  21. reward_area:
  22. min: {x: 8, y: 252, z: 20}
  23. max: {x: 8, y: 252, z: 20}
  24. members: {}
  25. flags:
  26. console-command-on-entry: [/cc give physical basic 2 %username%]
  27. console-command-on-exit: [/experience add %username% 2045 points]
  28. owners: {}
  29. type: cuboid
  30. priority: 1
  31. __global__:
  32. members: {}
  33. flags:
  34. give-effects: [SLOW_DIGGING 0 false, HUNGER 0 false]
  35. use: allow
  36. damage-animals: allow
  37. pvp: deny
  38. entity-painting-destroy: deny
  39. mob-spawning: allow
  40. owners: {}
  41. type: global
  42. priority: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement