Advertisement
ShawnsSpace

uSkyBlock config & permissionEX group setup

May 27th, 2014
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.89 KB | None | 0 0
  1. ## config UskyBlock
  2.   island:
  3.     schematicName: SkyIslandOP
  4.     distance: 70
  5.     removeCreaturesByTeleport: true
  6.     height: 110
  7.     chestItems: 2:64 1:64 4:64 35:64 20:64 17:64 3:2:16 42:16 12:16 152:4 110:8 79:8 349:64 366:64 295:16 362:16 361:16 351:15:16 33:8 173:8 346:1 257:1 256:1 258:1 81:8
  8.     addExtraItems: true
  9.     extraPermissions:
  10.       smallbonus: 4:32 320:5
  11.       mediumbonus: 50:16 327:1
  12.       largebonus: 3:10 12:10
  13.     protectWithWorldGuard: true
  14.     protectionRange: 50
  15.     allowPvP: deny
  16.     allowIslandLock: false
  17.     useOldIslands: false
  18.     useIslandLevel: true
  19.     useTopTen: true
  20.     schematicName: SkyBlock-fizbe1
  21.     distance: 70
  22.     removeCreaturesByTeleport: true
  23.     height: 110
  24.     chestItems: 2:64 1:64 4:64 35:64 20:64 17:64 3:2:16 42:16 12:16 152:4 110:8 79:8 349:64 366:64 295:16 362:16 361:16 351:15:16 33:8 173:8 346:1 257:1 256:1 258:1 81:8
  25.     addExtraItems: true
  26.     extraPermissions:
  27.       smallbonus: 4:32 320:5
  28.       mediumbonus: 50:16 327:1
  29.       largebonus: 3:10 12:10
  30.     protectWithWorldGuard: true
  31.     protectionRange: 50
  32.     allowPvP: deny
  33.     allowIslandLock: false
  34.     useOldIslands: false
  35.     useIslandLevel: true
  36.     useTopTen: true
  37.     schematicName: SkyBlock-Suntriana
  38.     distance: 70
  39.     removeCreaturesByTeleport: true
  40.     height: 110
  41.     chestItems: 2:64 1:64 4:64 35:64 20:64 17:64 3:2:16 42:16 12:16 152:4 110:8 79:8 349:64 366:64 295:16 362:16 361:16 351:15:16 33:8 173:8 346:1 257:1 256:1 258:1 81:8
  42.     addExtraItems: true
  43.     extraPermissions:
  44.       smallbonus: 4:32 320:5
  45.       mediumbonus: 50:16 327:1
  46.       largebonus: 3:10 12:10
  47.     protectWithWorldGuard: true
  48.     protectionRange: 50
  49.     allowPvP: deny
  50.     allowIslandLock: false
  51.     useOldIslands: false
  52.     useIslandLevel: true
  53.     useTopTen: true
  54.  
  55.  
  56. ## permissionEX expample for group schematic
  57.  
  58.   SB-default:
  59.     default: false
  60.     build: true
  61.     permissions: []
  62.     inheritance: []
  63.   SB-OP:
  64.     default: false
  65.     build: true
  66.     permissions:
  67.    - usb.schematic.SkyIslandOP
  68.     inheritance: []
  69.   SB-fiz:
  70.     default: false
  71.     build: true
  72.     permissions:
  73.    - usb.schematic.SkyBlock-fizbe1
  74.     inheritance: []
  75.   SB-sun:
  76.     default: false
  77.     build: true
  78.     permissions:
  79.    - usb.schematic.SkyBlock-Suntriana
  80.     inheritance: []
  81.  
  82. ## permissionEX user inheritance:   NOTE:  ignore space errors, they are correct, pastebin is changing them.  
  83.  
  84.    xxxxxxxxx-some-uuid:
  85.     group:
  86.     - Creator
  87.     - SB-fiz
  88.     options:
  89.       name: fizbe1
  90.    xxxxxxxxx-some-uuid:
  91.     group:
  92.     - SB-sun
  93.     - King
  94.     options:
  95.       name: NewsByShawn
  96.       last-login-time: '1400190438'
  97.       last-logout-time: '1400118107'
  98.     permissions: []
  99.    xxxxxxxxx-some-uuid:
  100.     group:
  101.     - SB-sun
  102.     - Princess
  103.     options:
  104.       name: Suntriana
  105.       last-login-time: '1400190651'
  106.       last-logout-time: '1400117429'
  107.     permissions: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement