Advertisement
Guest User

myworld

a guest
Oct 10th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.41 KB | None | 0 0
  1. groups:
  2.   User:
  3.     default: true
  4.     rank: '1000'
  5.     permissions:
  6.     - essentials.spawn
  7.     - -essentials.nick
  8.     - chestlock.lock
  9.     - chestlock.usekey
  10.     - chestlock.list.chests
  11.     - chestlock.list.doors
  12.     - chestlock.coowner
  13.     - chestlock.free
  14.     - chestlock.limit.door.30
  15.     - chestlock.limit.chest.30
  16.     - worldguard.region.claim
  17.     - worldguard.region.select.own
  18.     - worldguard.region.info.own.*
  19.     - worldguard.region.addowner.own.*
  20.     - worldguard.region.addowner.memeber.*
  21.     - worldguard.region.addowner.*
  22.     - worldguard.region.removeowner.own.*
  23.     - worldguard.region.removeowner.member.*
  24.     - worldguard.region.removeowner.*
  25.     - worldguard.region.list.own
  26.     - worldguard.region.flag.regions.own.*
  27.     - worldguard.region.flag.regions.member.*
  28.     - worldguard.region.flag.flags.*
  29.     - -worldguard.region.flag.flags.lava-fire
  30.     - -worldguard.region.flag.flags.lightning
  31.     - -worldguard.region.flag.flags.water-flow
  32.     - -worldguard.region.flag.flags.lava-flow
  33.     - -worldguard.region.flag.flags.invincible
  34.     - -worldguard.region.flag.flags.entry
  35.     - -worldguard.region.flag.flags.entry group
  36.     - -worldguard.region.flag.flags.exit
  37.     - -worldguard.region.flag.flags.exit group
  38.     - -worldguard.region.flag.flags.heal-delay
  39.     - -worldguard.region.flag.flags.heal-amount
  40.     - -worldguard.region.flag.flags.heal-min-health
  41.     - -worldguard.region.flag.flags.heal-max-health
  42.     - -worldguard.region.flag.flags.feed-delay
  43.     - -worldguard.region.flag.flags.feed-amount
  44.     - -worldguard.region.flag.flags.feed-min-hunger
  45.     - -worldguard.region.flag.flags.feed-max-hunger
  46.     - -worldguard.region.flag.flags.blocked-cmds
  47.     - -worldguard.region.flag.flags.allowed-cmds
  48.     - -worldguard.region.flag.flags.game-mode
  49.     - easywarp.command.warp
  50.     - easywarp.command.warpother
  51.     - easywarp.command.setwarp
  52.     - easywarp.command.delwarp
  53.     - easyhome.home
  54.     - easyhome.sethome
  55.     - essentials.sethome
  56.     - essentials.tp
  57.     - essentials.tp.others
  58.     - essentials.tpa
  59.     - essentials.tpahere
  60.     - essentials.tpaccept
  61.     - essentials.tpadeny
  62.     - warpsigns.use
  63.     - arena.spleef.join
  64.     - arena.leave
  65.   Veteran:
  66.     prefix: '&3 (&6Veteran&0) &7 '
  67.     rank: '500'
  68.     permissions:
  69.     - chestlock.limit.door.50
  70.     - chestlock.limit.chest.50
  71.     - residence.create
  72.     - essentials.back
  73.     - essentials.back.ondeath
  74.     inheritance:
  75.     - User
  76.   Moderator:
  77.     rank: '250'
  78.     prefix:'&3(&3Mod&0)&7'
  79.     permissions:
  80.     - MCFly.start
  81.     - hawkeye.*
  82.     - essentials.nick
  83.     - chestlock.list.owner
  84.     - chestlock.admin
  85.     - residence.admin
  86.     - worldguard.override.chest-protection
  87.     - worldguard.region.wand
  88.     - easywarp.command.*
  89.     - essentials.kick
  90.     - essentials.ban
  91.     - essentials.banip
  92.     - essentials.unban
  93.     - essentials.unbanip
  94.     - essentials.fly
  95.     - warpsigns.create
  96.     - warpsigns.use
  97.     - warpsings.use.*
  98.     inheritance:
  99.     - Veteran
  100.   Admin:
  101.     rank: '10'
  102.     prefix: '&3 (&1Admin&0 &7'
  103.     permissions:
  104.     - MCFly.other
  105.     - logblock.*
  106.     - worldedit.wand
  107.     - worldedit.selection.pos
  108.     - worldguard.region.flag.flags.*
  109.     - essentials.*
  110.     - CPMD.disguise.free
  111.     - worldguard.*
  112.     - multiworld.*
  113.     - randomlocationteleporter.signcreate
  114.     - randomlocationteleporter.back
  115.     - randomlocationteleporter.rlt
  116.     inheritance:
  117.     - Moderator
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement