Advertisement
Guest User

Untitled

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