Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.01 KB | None | 0 0
  1. heuristic:
  2.   lazy-dist: 5
  3. confine:
  4.   enabled: false
  5. player-cache:
  6.   lifetime: 12345
  7. delayed-check-heavy: false
  8. stats:
  9.   use: true
  10.   log: false
  11.   show:
  12.     range: false
  13. no-parking: false
  14. permissions:
  15.   save-at-all: false
  16.   saving-period: 0
  17.   save:
  18.     on-check: false
  19.     on-checkout: false
  20.   use-worlds: true
  21.   lower-case:
  22.     players: true
  23.     worlds: false
  24.   auto-add:
  25.     prefix: rsp.autoadd.
  26.     player-name: false
  27.     player-uuid: false
  28. create-portals: false
  29. # Handle permissions inside of RSP (transient permissions):
  30. transient-groups:
  31.   testpermhome:
  32.  - essentials.home
  33. # Define side conditions of manipulating groups:
  34. permdefs:
  35.   testhome:
  36.    # Set a higher priority, to ensure removal.
  37.     priority: 100
  38.     have-inside:
  39.       groups:
  40.      - testpermhome
  41. # Finally tell RSP where to apply changes to permissions:
  42. links:
  43.   Adurath Survival:
  44.    # Add the permission everywhere with __global__:
  45.     __global__:
  46.    - testhome
  47. errors:
  48.   log:
  49.     min-delay: 10000
  50. load-plugins: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement