Advertisement
Guest User

Untitled

a guest
May 19th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. verbosity: normal # controls how many debug messages are sent to console (low, normal, high, highest)
  2. ticks: 90 # "OB cycle" - how often we check (& damage) players outside the boundary
  3. safeinsideboundary: true # if you have concentric boundaries set to false, if you have non-concentric set to true
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. boundaries:
  12. main_boundary:
  13. radius: 10000
  14. center-x: 0.0 # note: centre or center accepted
  15. center-z: 0.0
  16. world: world # or list, eg [world1, world2] or [ALL, -world1]
  17. damage: 3 # 1 half-heart per OB cycle
  18. #except: [p1, p2, etc.] # optional list of player names, eg. [plugh, xyzzy, fred]
  19. exceptpermissions: [mainBoundaryOverride] # give players otherbounds.custom.mainBoundaryOverride (note, cannot include _ characters)
  20. messagedanger: "Warning - radiation detected."
  21. messagesafe: "You have returned to safer lands."
  22.  
  23. second_boundary:
  24. radius: 10000
  25. center-x: 0.0 # note: centre or center accepted
  26. center-z: 0.0
  27. world: facs
  28. damage: 1 # 4 half-hearts per OB cycle
  29. except: [p1, p2, etc.]
  30. exceptpermissions: [secondBoundaryOverride] # give players otherbounds.custom.secondBoundaryOverride permission
  31. messagedanger: "Warning - high radiation level detected, turn back."
  32. messagesafe: "The radiation is lower here but still dangerous."
  33. potioneffects: [nausea/2/40t, blindness/2/40t]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement