Help with permissions

Discussion in 'Bukkit Help' started by Brispere, Mar 6, 2012.

  1. Offline

    Brispere

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hi everyone, I am here to ask if someone could help me with permissions and possibly fix them. I do not care what permissions plugin they are (possibly) ported to.

    This is my current permissionsbukkit setup

    users:

    groups:
    default:
    permissions:
    permissions.build: false
    lwc.deny
    Owner:
    permissions:
    permissions.*: true
    -essentials.backup: false
    -essentials.essentials: false
    -essentials.setspawn: false
    -essentials.reloadall: false
    inheritance:
    - Admin
    user:
    permissions:
    mcmmo.commands.party
    mcmmo.regeneration
    lwc.protect
    iConomy.plus
    iConomy.user
    permissions.build: true
    factions.kit.fullplayer
    jobs.join.*: true
    jobs.world.*: true
    ChestShop.shop.*
    essentials.afk
    essentials.me
    essentials.msg
    essentials.rules
    essentials.suicide
    essentials.getpos
    mcmmo.commands.ptp
    mcmmo.ability.
    mcmmo.skills
    inheritance:
    - default
    Admin:
    permissions:
    permissions.*: true
    inheritance:
    - Moderator
    Moderator:
    permissions:
    mcmmo.ability.
    mcmmo.skills
    mcmmo.regeneration
    lwc.admin
    iConomy.*
    ChestShop.admin
    jobs.*
    factions.kit.admin
    essentials.ban: true
    essentials.ban.notify: true
    essentials.banip: true
    essentials.broadcast: true
    essentials.clearinventory: true
    essentials.delwarp: true
    essentials.eco.loan: true
    essentials.ext: true
    essentials.getpos: true
    essentials.helpop.recieve: true
    essentials.home.others: true
    essentials.invsee: true
    essentials.jails: true
    essentials.jump: true
    essentials.kick: true
    essentials.kick.notify: true
    essentials.kill: true
    essentials.mute: true
    essentials.nick.others: true
    essentials.realname: true
    essentials.setwarp: true
    essentials.signs.create.*: true
    essentials.signs.break.*: true
    essentials.spawner: true
    essentials.thunder: true
    essentials.time: true
    essentials.time.set: true
    essentials.protect.alerts: true
    essentials.protect.admin: true
    essentials.protect.ownerinfo: true
    essentials.ptime: true
    essentials.ptime.others: true
    essentials.togglejail: true
    essentials.top: true
    essentials.tp: true
    essentials.tphere: true
    essentials.tppos: true
    essentials.tptoggle: true
    essentials.unban: true
    essentials.unbanip: true
    essentials.weather: true
    essentials.whois: true
    essentials.world: true
    messages:
    build: '&cYou do not have permission to build here.'

    debug: false
  2. Offline

    sillyrosster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Are you getting errors on startup? You forgot a lot of ':false' and ':true'.

    I recommend switching to bPermissions. It's newb friendly.
  3. Offline

    Brispere

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Do I need a true false for each permission?
  4. Offline

    codename_B

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  5. Offline

    sillyrosster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    For PermissionsBukkit, yes. For bPermissions, no.
  6. Offline

    Brispere

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thank you very much, so for my default i would erase them even for permissions.build:false?
  7. Offline

    sillyrosster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What? If you are switching to bPermissions, you will need to rewrite your permissions file. I don't think he has a converter for PermissionsBukkit --> bPermissions.
  8. Offline

    Brispere

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Rewritten in a converter :p
    Owner:
    permissions:
    permissions.*: true
    inheritance:
    - Admin
    Admin:
    permissions:
    permissions.*: true
    inheritance:
    - Moderator
    Moderator:
    permissions:
    essentials.kill: true
    essentials.protect.admin: true
    essentials.thunder: true
    essentials.ptime: true
    essentials.protect.alerts: true
    iConomy.*: true
    essentials.ban.notify: true
    essentials.protect.ownerinfo: true
    essentials.top: true
    essentials.tphere: true
    essentials.banip: true
    essentials.invsee: true
    essentials.whois: true
    essentials.nick.others: true
    essentials.kick: true
    mcmmo.ability.: true
    essentials.unban: true
    essentials.ptime.others: true
    ChestShop.admin: true
    essentials.jump: true
    essentials.spawner: true
    essentials.delwarp: true
    essentials.clearinventory: true
    essentials.getpos: true
    essentials.tppos: true
    mcmmo.skills: true
    essentials.signs.create.*: true
    essentials.world: true
    mcmmo.regeneration: true
    essentials.helpop.recieve: true
    essentials.setwarp: true
    essentials.mute: true
    essentials.kick.notify: true
    essentials.weather: true
    essentials.tptoggle: true
    essentials.realname: true
    essentials.ban: true
    lwc.admin: true
    jobs.*: true
    essentials.unbanip: true
    essentials.tp: true
    essentials.time.set: true
    essentials.ext: true
    essentials.time: true
    essentials.eco.loan: true
    essentials.signs.break.*: true
    essentials.togglejail: true
    essentials.home.others: true
    essentials.broadcast: true
    essentials.jails: true
    Noob:
    permissions:
    permissions.build: false
    lwc.deny: true
    User:
    permissions:
    mcmmo.regeneration: true
    essentials.rules: true
    essentials.msg: true
    mcmmo.commands.party: true
    permissions.build: true
    ChestShop.shop.*: true
    essentials.suicide: true
    essentials.me: true
    lwc.protect: true
    mcmmo.ability.: true
    mcmmo.commands.ptp: true
    iConomy.user: true
    essentials.getpos: true
    jobs.join.*: true
    iConomy.plus: true
    essentials.afk: true
    jobs.world.*: true
    mcmmo.skills: true
    inheritance:
    - default
  9. Offline

    Brispere

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    When i use bpermissions it only creates 3 files :(
  10. Offline

    sillyrosster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    PermissionsBukkit only creates one, what's your point?
    Can @codename_B take over, I have no experience using bPermissions?

    Please use code tags..

    This post has been edited 1 time. It was last edited by sillyrosster Mar 7, 2012.
  11. Offline

    codename_B

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You're running an offline mode server, buy minecraft and it'll work.
  12. Offline

    Brispere

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I was running a cracked server... but if thatll work ok i have a premium account
  13. Offline

    sillyrosster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Offline mode means cracked...
  14. Offline

    Brispere

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I fixed it but bpermissions still isnt working properly
    it still isnt working even though i entered permissions and made online mode
  15. Offline

    codename_B

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Then you have a yaml error.
  16. Offline

    Sawcar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    For groups u recommand using GroupManager!

    [IMG]
  17. Offline

    Brispere

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    could you please tell me how i would go about fixing this? the rankups work but i cannot get prefixes now, and worldguard/edit
  18. Offline

    codename_B

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You need a chat plugin to format chat.
  19. Offline

    Brispere

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    which would you reccomend for your plugin?
  20. Offline

    codename_B

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    A chat plugin.
    bChatManager is written specifically for bPermissions and works well out the box
  21. Offline

    Brispere

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    thank you
  22. Offline

    sillyrosster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    GroupManager is old and sucks..
  23. Offline

    Sawcar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    No, it works and it rox.. We just need something that works!
  24. Offline

    Brispere

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I went back to permissionsbukkit... does this look correct?

    ---
    default: default
    groups:
    Admin:
    permissions:
    ChestShop.*: true
    ChestShop.admin: true
    ChestShop.name.(some name): true
    ChestShop.nofee: true
    ChestShop.shop.*: true
    ChestShop.shop.buy: true
    ChestShop.shop.buy.(itemID): true
    ChestShop.shop.create: true
    ChestShop.shop.create.(itemID): true
    ChestShop.shop.create.basic: true
    ChestShop.shop.create.bench: true
    ChestShop.shop.create.bows: true
    ChestShop.shop.create.brewing: true
    ChestShop.shop.create.buy: true
    ChestShop.shop.create.chainarmor: true
    ChestShop.shop.create.diamondarmor: true
    ChestShop.shop.create.diamondgrade: true
    ChestShop.shop.create.diamondtools: true
    ChestShop.shop.create.doors: true
    ChestShop.shop.create.fence: true
    ChestShop.shop.create.food: true
    ChestShop.shop.create.goldarmor: true
    ChestShop.shop.create.goldgrade: true
    ChestShop.shop.create.goldtools: true
    ChestShop.shop.create.ingots: true
    ChestShop.shop.create.ironarmor: true
    ChestShop.shop.create.irongrade: true
    ChestShop.shop.create.irontools: true
    ChestShop.shop.create.leatherarmor: true
    ChestShop.shop.create.misc: true
    ChestShop.shop.create.misctools: true
    ChestShop.shop.create.monsterdrops: true
    ChestShop.shop.create.music: true
    ChestShop.shop.create.netherblocks: true
    ChestShop.shop.create.netherdrops: true
    ChestShop.shop.create.ore: true
    ChestShop.shop.create.plants: true
    ChestShop.shop.create.redstone: true
    ChestShop.shop.create.sell: true
    ChestShop.shop.create.stairs: true
    ChestShop.shop.create.steps: true
    ChestShop.shop.create.stonegrade: true
    ChestShop.shop.create.stonetools: true
    ChestShop.shop.create.unobtainables: true
    ChestShop.shop.create.vehicles: true
    ChestShop.shop.create.woodgrade: true
    ChestShop.shop.create.woodtools: true
    ChestShop.shop.create.wool: true
    ChestShop.shop.sell: true
    ChestShop.shop.sell.(itemID): true
    ^group.moderator: true
    bPermissions.*: true
    bukkit.broadcast: true
    bukkit.broadcast.admin: true
    bukkit.command: true
    bukkit.command.gamemode: true
    bukkit.command.give: true
    bukkit.command.help: true
    bukkit.command.kill: true
    bukkit.command.list: true
    bukkit.command.me: true
    bukkit.command.op: true
    bukkit.command.op.give: true
    bukkit.command.op.take: true
    bukkit.command.plugins: true
    bukkit.command.reload: true
    bukkit.command.save: true
    bukkit.command.save.disable: true
    bukkit.command.save.enable: true
    bukkit.command.save.perform: true
    bukkit.command.say: true
    bukkit.command.stop: true
    bukkit.command.teleport: true
    bukkit.command.tell: true
    bukkit.command.time: true
    bukkit.command.time.add: true
    bukkit.command.time.set: true
    bukkit.command.toggledownfall: true
    bukkit.command.unban: true
    bukkit.command.unban.ip: true
    bukkit.command.unban.player: true
    bukkit.command.version: true
    bukkit.command.whitelist: true
    bukkit.command.whitelist.add: true
    bukkit.command.whitelist.disable: true
    bukkit.command.whitelist.enable: true
    bukkit.command.whitelist.list: true
    bukkit.command.whitelist.reload: true
    bukkit.command.whitelist.remove: true
    bukkit.command.xp: true
    craftbukkit: true
    enchanter.dirty: true
    enchanter.enchant: true
    enchanter.reload: true
    factions.*: true
    factions.admin: true
    factions.admin.any: true
    factions.autoclaim: true
    factions.bypass: true
    factions.chat: true
    factions.chatspy: true
    factions.claim: true
    factions.config: true
    factions.create: true
    factions.deinvite: true
    factions.description: true
    factions.disband: true
    factions.disband.any: true
    factions.help: true
    factions.home: true
    factions.invite: true
    factions.join: true
    factions.join.any: true
    factions.join.others: true
    factions.kit.admin: true
    factions.kit.fullplayer: true
    factions.kit.halfmod: true
    factions.kit.halfplayer: true
    factions.leave: true
    factions.list: true
    factions.lock: true
    factions.managesafezone: true
    factions.managewarzone: true
    factions.map: true
    factions.money.*: true
    factions.money.balance: true
    factions.money.balance.any: true
    factions.money.deposit: true
    factions.money.f2f: true
    factions.money.f2p: true
    factions.money.kit.standard: true
    factions.money.p2f: true
    factions.money.withdraw: true
    factions.money.withdraw.any: true
    factions.noboom: true
    factions.open: true
    factions.owner: true
    factions.ownerlist: true
    factions.ownershipbypass: true
    factions.power: true
    factions.power.any: true
    factions.powerboost: true
    factions.relation: true
    factions.reload: true
    factions.save: true
    factions.sethome: true
    factions.sethome.any: true
    factions.setpeaceful: true
    factions.setpermanent: true
    factions.setpermanentpower: true
    factions.show: true
    factions.tag: true
    factions.title: true
    factions.unclaim: true
    factions.unclaimall: true
    factions.version: true
    group.admin: true
    iConomy.*: true
    iConomy.accounts.*: true
    iConomy.accounts.create: true
    iConomy.accounts.empty: true
    iConomy.accounts.give: true
    iConomy.accounts.purge: true
    iConomy.accounts.remove: true
    iConomy.accounts.set: true
    iConomy.accounts.status: true
    iConomy.accounts.status.set: true
    iConomy.accounts.take: true
    iConomy.help: true
    iConomy.holdings: true
    iConomy.holdings.others: true
    iConomy.payment: true
    iConomy.plus: true
    iConomy.top: true
    jobs.*: true
    jobs.admin.*: true
    jobs.admin.demote: true
    jobs.admin.employ: true
    jobs.admin.fire: true
    jobs.admin.grantxp: true
    jobs.admin.info: true
    jobs.admin.promote: true
    jobs.admin.reload: true
    jobs.admin.removexp: true
    jobs.admin.transfer: true
    jobs.join.*: true
    jobs.world.*: true
    lwc.*: true
    lwc.admin: true
    lwc.allcommands: true
    lwc.allflags: true
    lwc.allmodes: true
    lwc.autoprotect: true
    lwc.create.*: true
    lwc.create.password: true
    lwc.create.private: true
    lwc.create.public: true
    lwc.deny: true
    lwc.flag.*: true
    lwc.flag.autoclose: true
    lwc.flag.magnet: true
    lwc.flag.redstone: true
    lwc.info: true
    lwc.protect: true
    lwc.remove: true
    lwc.shownotices: true
    lwc.unlock: true
    mcmmo.*: true
    mcmmo.ability.*: true
    mcmmo.ability.axes: true
    mcmmo.ability.excavation: true
    mcmmo.ability.herbalism: true
    mcmmo.ability.mining: true
    mcmmo.ability.swords: true
    mcmmo.ability.unarmed: true
    mcmmo.ability.woodcutting: true
    mcmmo.admin: true
    mcmmo.chat.*: true
    mcmmo.chat.adminchat: true
    mcmmo.chat.partychat: true
    mcmmo.commands.*: true
    mcmmo.commands.ability: true
    mcmmo.commands.inspect: true
    mcmmo.commands.party: true
    mcmmo.commands.ptp: true
    mcmmo.defaults: true
    mcmmo.defaultsop: true
    mcmmo.item.*: true
    mcmmo.item.chimaerawing: true
    mcmmo.motd: true
    mcmmo.skills.*: true
    mcmmo.skills.acrobatics: true
    mcmmo.skills.archery: true
    mcmmo.skills.axes: true
    mcmmo.skills.blastmining: true
    mcmmo.skills.excavation: true
    mcmmo.skills.herbalism: true
    mcmmo.skills.mining: true
    mcmmo.skills.repair: true
    mcmmo.skills.swords: true
    mcmmo.skills.taming: true
    mcmmo.skills.unarmed: true
    mcmmo.skills.woodcutting: true
    mcmmo.tools.*: true
    mcmmo.tools.mcgod: true
    mcmmo.tools.mcrefresh: true
    mcmmo.tools.mmoedit: true
    nocheat: true
    nocheat.admin: true
    nocheat.admin.chatlog: true
    nocheat.admin.commands: true
    nocheat.admin.reload: true
    nocheat.checks: true
    nocheat.checks.blockbreak: true
    nocheat.checks.blockbreak.direction: true
    nocheat.checks.blockbreak.noswing: true
    nocheat.checks.blockbreak.reach: true
    nocheat.checks.blockplace: true
    nocheat.checks.blockplace.direction: true
    nocheat.checks.blockplace.reach: true
    nocheat.checks.chat: true
    nocheat.checks.chat.color: true
    nocheat.checks.chat.spam: true
    nocheat.checks.fight: true
    nocheat.checks.fight.direction: true
    nocheat.checks.fight.godmode: true
    nocheat.checks.fight.noswing: true
    nocheat.checks.fight.reach: true
    nocheat.checks.fight.speed: true
    nocheat.checks.inventory: true
    nocheat.checks.inventory.drop: true
    nocheat.checks.inventory.instantbow: true
    nocheat.checks.inventory.instanteat: true
    nocheat.checks.moving: true
    nocheat.checks.moving.morepackets: true
    nocheat.checks.moving.nofall: true
    nocheat.checks.moving.runfly: true
    nocheat.checks.moving.sneaking: true
    nocheat.checks.moving.swimming: true
    scs.*: true
    scs.autolock: true
    scs.create: true
    scs.use: true
    tracks.*: true
    vanish.*: true
    vanish.adminalerts: true
    vanish.currentlyVanished: true
    vanish.fakeannounce: true
    vanish.hooks.dynmap.alwayshidden: true
    vanish.hooks.essentials.hide: true
    vanish.joinvanished: true
    vanish.joinwithoutannounce: true
    vanish.nochat: true
    vanish.nofollow: true
    vanish.nointeract: true
    vanish.nopickup: true
    vanish.notrample: true
    vanish.permtest.all: true
    vanish.permtest.other: true
    vanish.permtest.self: true
    vanish.preventdamage: true
    vanish.preventincomingdamage: true
    vanish.preventoutgoingdamage: true
    vanish.reload: true
    vanish.see: true
    vanish.silentjoin: true
    vanish.silentquit: true
    vanish.spout.status: true
    vanish.standard: true
    vanish.statusupdates: true
    vanish.toggle.all: true
    vanish.toggle.damage: true
    vanish.toggle.damagein: true
    vanish.toggle.damageout: true
    vanish.toggle.nochat: true
    vanish.toggle.nofollow: true
    vanish.toggle.nointeract: true
    vanish.toggle.nopickup: true
    vanish.toggle.see: true
    vanish.vanish: true
    vault.admin: true
    worldguard.god: true
    worldguard.god.other: true
    worldguard.ungod: true
    worldguard.ungod.other: true
    prefix.3.admin: true
    worldguard.heal: true
    worldguard.heal.other: true
    worldguard.slay: true
    worldguard.slay.other: true
    worldguard.locate: true
    worldguard.stack: true
    worldguard.stack.illegitimate: true
    worldguard.stack.damaged: true
    worldguard.fire-toggle.*: true
    worldguard.halt-activity.*: true
    worldguard.region.define: true
    worldguard.region.redefine: true
    worldguard.region.claim: true
    worldguard.region.select.*: true
    worldguard.region.info.: true
    worldguard.region.addowner.*: true
    worldguard.region.removeowner.*: true
    worldguard.region.addmember.*: true
    worldguard.region.removemember.*: true
    worldguard.region.list: true
    worldguard.region.flag.regions.*: true
    worldguard.region.flag.regions.<region>: true
    worldguard.region.flag.flags.*: true
    worldguard.region.setpriority.8: true
    worldguard.region.setpriority.<region>: true
    worldguard.region.setparent.*: true
    worldguard.region.setparent.<region>: true
    worldguard.region.remove.*: true
    worldguard.region.remove.<region>: true
    worldguard.reload: true
    worldguard.report: true
    worldguard.region.bypass.world: true
    worldguard.region.bypass.world_nether: true
    worldguard.region.bypass.world_the_end: true
    worldedit.superpickaxe.drawing.brush.sphere: true
    worldedit.superpickaxe.drawing.brush.cylinder: true
    worldedit.superpickaxe.drawing.brush.clipboard: true
    worldedit.chunkinfo: true
    worldedit.listchunks: true
    worldedit.delchunks: true
    worldedit.clipboard.clear: true
    worldedit.clipboard.load: true
    worldedit.clipboard.save: true
    worldedit.clipboard.copy: true
    worldedit.clipboard.flip: true
    worldedit.clipboard.rotate: true
    worldedit.clipboard.cut: true
    worldedit.clipboard.paste: true
    worldedit.limit: true
    worldedit.generation.cylinder: true
    worldedit.generation.sphere: true
    worldedit.generation.forest: true
    worldedit.generation.pumpkins: true
    worldedit.history.clear: true
    worldedit.history.redo: true
    worldedit.history.undo: true
    worldedit.navigation.unstuck: true
    worldedit.navigation.ascend: true
    worldedit.navigation.descend: true
    worldedit.navigation.thru: true
    worldedit.navigation.jumpto: true
    worldedit.navigation.ceiling: true
    worldedit.navigation.up: true
    worldedit.region.overlay: true
    worldedit.region.walls: true
    worldedit.region.faces: true
    worldedit.region.smooth: true
    worldedit.region.replace: true
    worldedit.region.stack: true
    worldedit.region.set: true
    worldedit.region.move: true
    worldedit.scripting.execute: true
    worldedit.selection.chunk: true
    worldedit.selection.pos: true
    worldedit.selection.hpos: true
    worldedit.wand: true
    worldedit.wand.toggle: true
    worldedit.selection.contract: true
    worldedit.analysis.distr: true
    worldedit..analysis.count: true
    worldedit.selection.size: true
    worldedit.selection.shift: true
    worldedit.selection.expand: true
    worldedit.snapshots.restore: true
    worldedit.snapshots.list: true
    worldedit.superpickaxe.pickaxe: true
    worldedit.superpickaxe.pickaxe.area: true
    worldedit.superpickaxe.pickaxe.replacer: true
    worldedit.superpickaxe.data-cycler: true
    worldedit.superpickaxe.drawing.brush: true
    worldedit.superpickaxe.pickaxe.recursive: true
    worldedit.superpickaxe.info: true
    worldedit.superpickaxe.tree: true
    worldedit.fill.recursive: true
    worldedit.fixlava: true
    worldedit.fixwater: true
    worldedit.removeabove: true
    worldedit.removebelow: true
    worldedit.removenear: true
    worldedit.replacenear: true
    worldedit.snow: true
    worldedit.thaw: true
    worldedit.extinguish: true
    worldedit.butcher: true
    worldedit.fill: true
    worldedit.drain: true
    worldedit.reload: true
    Default:
    permissions:
    group.default: true
    prefix.0.default: true
    bukkit.command.list: true
    bukkit.command.help: true
    Moderator:
    permissions:
    prefix.2.moderator: true
    ChestShop.mod: true
    ^group.default: true
    bukkit.command.ban: true
    bukkit.command.ban.ip: true
    bukkit.command.ban.player: true
    bukkit.command.kick: true
    factions.kick: true
    factions.kick.any: true
    factions.kit.mod: true
    factions.mod: true
    factions.mod.any: true
    group.moderator: true
    lwc.mod: true
    lwc.mode.*: true
    lwc.mode.droptransfer: true
    lwc.mode.persist: true
    lwc.modify: true
    nocheat.checks.moving.flying: true
    enchanter.enchant: true
    enchanter.dirty: true
    Member:
    permissions:
    prefix.1.member: true
    mcmmo.commands.party: true
    mcmmo.regeneration: true
    lwc.protect: true
    iConomy.plus: true
    iConomy.user: true
    permissions.build: true
    jobs.join.*: true
    jobs.world.*: true
    ChestShop.shop.*: true
    essentials.afk: true
    essentials.me: true
    essentials.msg: true
    essentials.rules: true
    essentials.suicide: true
    essentials.getpos: true
    mcmmo.commands.ptp: true
    mcmmo.ability.: true
    mcmmo.skills: true
    factions.kit.fullplayer: true

Share This Page