Advertisement
Guest User

Sample auth mechanism yaml file

a guest
Nov 19th, 2018
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.61 KB | None | 0 0
  1. properties:
  2.   name: "test"
  3.   creator: "linux:will"
  4.   host: "ruby-worker"
  5.  
  6. permissions:
  7.   all:
  8.  - "linux:will"
  9.   - "mojang:someotheradmin"
  10.   delete:
  11.  - "mojang:hexparrot"
  12.   modify_sc:
  13.  - "mojang:hexparrot"
  14.   modify_sp:
  15.  - "mojang:hexparrot"
  16.   start:
  17.  - "mojang:hexparrot"
  18.   start_catch_errors:
  19.  - "mojang:hexparrot"
  20.   stop:
  21.  - "mojang:hexparrot"
  22.   kill:
  23.  - "mojang:hexparrot"
  24.   modify_sp:
  25.  - "mojang:hexparrot"
  26.   console:
  27.  - "mojang:hexparrot"
  28.   - "mojang:lessertrustedadmin"
  29.   archive:
  30.  - "mojang:hexparrot"
  31.   backup:
  32.  - "mojang:hexparrot"
  33.   restore:
  34.  - "mojang:hexparrot"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement