Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.25 KB | None | 0 0
  1. permissions:
  2. #admin
  3.     police.admin:
  4.         default: OP
  5.         description: Gives access to admin actions
  6. #homes
  7.     home.set:
  8.         default: true
  9.         description: Allows user to set a home
  10.     home.delete:
  11.         default: true
  12.         description: Allows user to delete a home
  13.     home.use:
  14.         default: true
  15.         description: Allows user to teleport to a home
  16.     home.amount.inf:
  17.         default: OP
  18.         description: Gives access to an infinite amount of homes
  19. #police, crime & jail
  20.     police.rank.officer:
  21.         default: OP
  22.         description: Gives access to all police officer commands
  23.         children:
  24.             police.jail.multi: true
  25.             police.jail.single: true
  26.             police.jail.release: true
  27.             police.jail.list: true
  28.             police.inventorywatcher: true
  29.             police.handcuffs: true
  30.     police.rank.chief:
  31.         default: OP
  32.         description: Gives access to all police chief commands
  33.         children:
  34.             police.rank.officer: true
  35.             police.jail.create: true
  36.             police.jail.delete: true
  37.             police.jail.modify: true
  38.     police.jail.multi:
  39.         default: OP
  40.         description: Gives access to multijail people
  41.     police.jail.single:
  42.         default: OP
  43.         description: Gives access to singlejail people
  44.     police.jail.release:
  45.         default: OP
  46.         description: Gives access to release people from jail
  47.     police.jail.list:
  48.         default: OP
  49.         description: Allows user to see list of all jails
  50.     police.jail.create.multi:
  51.         default: OP
  52.         description: Allows user to create a new multi jail
  53.     police.jail.create.single:
  54.         default: OP
  55.         description: Allows user to create a new single jail
  56.     police.jail.delete:
  57.         default: OP
  58.         description: Allows user to delete a jail
  59.     police.jail.modify:
  60.         default: OP
  61.         description: Allows user to modify a jail
  62.     police.inventorywatcher:
  63.         default: OP
  64.         description: Allows user to watch inventories
  65.     police.handcuffs:
  66.         default: OP
  67.         description: Allows user to use handcuffs
  68.     police.crime.view:
  69.         default: true
  70.         description: Allows user to see their crimes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement