Advertisement
crore

region specific config

Aug 5th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. heuristic:
  2. lazy-dist: 5
  3. confine:
  4. enabled: false
  5. player-cache:
  6. lifetime: 12345
  7. stats:
  8. use: true
  9. log: false
  10. show:
  11. range: false
  12. no-parking: false
  13. permissions:
  14. save-at-all: false
  15. saving-period: 0
  16. save:
  17. on-check: false
  18. on-checkout: false
  19. use-worlds: true
  20. lower-case:
  21. players: true
  22. worlds: false
  23. create-portals: false
  24. errors:
  25. log:
  26. min-delay: 10000
  27. load-plugins: []
  28. permdefs:
  29. # mydef is the name of the permdef, which will be used for linking it to regions.
  30. Spawnusedeny:
  31. # Filter permission: a player must have this to be affected by this permdef.
  32. filter-perm: rsp.filter.spawn
  33. # ignore permission: Players who have this will not be affected by this permdef.
  34. ignore-perm: rsp.ignore.test
  35. priority: 0
  36. have-inside:
  37. groups:
  38. - nouse
  39. transient-groups:
  40. spawn:
  41. - noitem.(nohold|nouse).(7632|7642|7633|7618|6411).*
  42. links:
  43. world:
  44. _region_:
  45. - spawn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement