Permissions

Discussion in 'Bukkit Help' started by Tunakan1, Nov 30, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Tunakan1

    Hello people of bukkit I have just started my minecraft server and i worked fine. I wanted to set it as whitelist because I was not yet done with it. I opened it with notepad, enabled whitelist and it worked. I Then i went into my permissions folder and it was empty. Im sure this is a quick fix and im just to stuped to figure it out but if anyone with the clean permissions folder could send me it on a notepad or something, I would be in your debt. Thank you and good bye

    ~Tunakan1
     
  2. Offline

    minecrafterwork I steal plugins as my own

    Well for permissions, are you using a plugin?
     
  3. Offline

    Tunakan1

    I know this is an extremely noobish post, But I dont know what do do

    No I do not have any plugins installed but the whole file is empty

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  4. Offline

    minecrafterwork I steal plugins as my own

    I would recommend petting a plugin like bPermissions
     
  5. Offline

    Tunakan1

    For what? the permissions.yml folder is empty
     
  6. Offline

    c0mp

    Unless you've specifically added content to your permissions.yml file (the one next to your CraftBukkit.jar file), it will be empty by default.
     
  7. Offline

    paully104

    Seems like your new to this so ill try and make this a quick explanation / have enough detail. So you need a plugin to handle permissions, i personally use PermissionEx, you can find that
    here: http://dev.bukkit.org/server-mods/permissionsex/

    (Sorry if this is too detailed, but i figured it couldn't hurt)
    1. In the root of your folder, (where your world is located) there should be another folder called Plugins, in the Plugins folder your going to want to put permissionex in there.
    2. Make sure you are an OP on your server, if your unsure do /op yourusername. This will upgrade you to Op status.
    3. Now restart the server and try and do your commands, it will probably say you don't have permission. Now go back to your plugin folder and open it and there should now be a folder called Permissionex, open it.
    4. Here is a snippet on my small servers permissions:
    Code:
    users:
      paully104:
        group:
        - admins
        permissions:
        - '*'
      Fuzzwolf:
        group:
        - admins
        permissions:
        - commandbook.thor
    groups:
      default:
        default: true
        permissions:
        - limitedcreative.nolimit.sign
        - scs.create.sell
        - scs.use
        - war.player
        - -citizens.basic.modify.remove
        - -citizens.basic.modify.remove.all
        - -citizens.basic.modify.select
        - -citizens.trader.modify.clearstock
        - -citizens.trader.modify.stock
        - -citizens.basic.create
        - falsebook.blocks.cauldron.use
        - craftbook.mech.cauldron
        - citizens.use.*
        - -modifyworld.blocks.place.*
        - -modifyworld.blocks.destroy.*
        - modifyworld.*
        - commandbook.who
        - commandbook.motd
        - commandbook.midi
        - commandbook.rules
        - commandbook.time.check
        - commandbook.say
        - commandbook.msg
        - commandbook.away
        - commandbook.whereami
        - commandbook.clear
        - citizens.blacksmith.use.status
        - citizens.blacksmith.use.repair
        - citizens.healer.use.status
        - citizens.healer.use.heal
        - citizens.trader.use.trade
        - citizens.wizard.use.interact
        - mcmmo.tools.*
        - mcmmo.ability.*
        - mcmmo.item.*
        - mcmmo.skills.*
        - chestbank.use.*
        - chestbank.info
        - chestbank.list
        - falsebook.anyic
        - pchest.open
        - scrollingmenusign.user
        - scrollingmenusign.execute
        - scrollingmenusign.scroll
        - essentials.sethome
        - essentials.home
        - scrollingmenusign.execute.elevated
        - scrollingmenusign.use.sign
        - commandbook.spawn
        - commandbook.home.teleport
        - chairs.sit
        - iConomy.payment
        - essentials.kit.Tools
        - lwc.remove
        - lwc.creative
        - lwc.protect
        - essentials.spawn
      adventurer:
        permissions:
        - limitedcreative.nolimit.sign
        - minecartrevolution.placeCtrlBlock.*
        - autorank.exclude
        - scs.create.sell
        - scs.use
        - war.player
        - -citizens.basic.modify.remove
        - -citizens.basic.modify.remove.all
        - -citizens.basic.modify.select
        - -citizens.trader.modify.clearstock
        - -citizens.trader.modify.stock
        - -citizens.basic.create
        - falsebook.blocks.cauldron.use
        - craftbook.mech.cauldron
        - citizens.use.*
        - modifyworld.*
        - commandbook.who
        - commandbook.motd
        - commandbook.midi
        - commandbook.rules
        - commandbook.time.check
        - commandbook.say
        - commandbook.msg
        - commandbook.away
        - commandbook.whereami
        - commandbook.clear
        - citizens.blacksmith.use.status
        - citizens.blacksmith.use.repair
        - citizens.healer.use.status
        - citizens.healer.use.heal
        - citizens.trader.use.trade
        - citizens.wizard.use.interact
        - mcmmo.tools.*
        - mcmmo.ability.*
        - mcmmo.item.*
        - mcmmo.skills.*
        - chestbank.use.*
        - chestbank.info
        - chestbank.list
        - falsebook.anyic
        - falsebook.*
        - pchest.open
        - scrollingmenusign.user
        - scrollingmenusign.execute
        - scrollingmenusign.scroll
        - essentials.signs.use.warp
        - essentials.sethome
        - essentials.home
        - scrollingmenusign.execute.elevated
        - scrollingmenusign.use.sign
        - commandbook.spawn
        - commandbook.home.teleport
        - chairs.sit
        - iConomy.payment
        - essentials.kit.Tools
        - lwc.create
        - lwc.remove
        - lwc.protect
        - essentials.spawn
      vip:
        permissions:
        - limitedcreative.nolimit.sign
        - minecartrevolution.placeCtrlBlock.*
        - autorank.exclude
        - scs.create.sell
        - scs.use
        - -rpgessentials.npc.*
        - airjump.use
        - war.player
        - falsebook.blocks.cauldron.use
        - craftbook.mech.cauldron
        - citizens.blacksmith.use.status
        - citizens.blacksmith.use.repair
        - citizens.healer.use.status
        - citizens.healer.use.heal
        - citizens.trader.use.trade
        - citizens.wizard.use.interact
        - modifyworld.*
        - commandbook.who
        - commandbook.motd
        - commandbook.midi
        - commandbook.rules
        - commandbook.time.check
        - commandbook.say
        - commandbook.msg
        - commandbook.away
        - commandbook.whereami
        - commandbook.clear
        - -worldedit.navigation.ascend
        - -worldedit.navigation.descend
        - -worldedit.navigation.ceiling
        - -worldedit.navigation.thru
        - -worldedit.navigation.jumpto
        - -worldedit.delchunks
        - -worldedit.reload
        - -worldedit.butcher
        - bukkit.command.gamemode.*
        - bukkit.command.gamemode
        - mcmmo.tools.*
        - mcmmo.ability.*
        - mcmmo.item.*
        - mcmmo.skills.*
        - chestbank.use.*
        - chestbank.info
        - chestbank.list
        - falsebook.*
        - falsebook.anyic
        - pchest.open
        - commandbook.warp.*
        - commandbook.warp.teleport
        - commandbook.warp.teleport.other
        - commandbook.warp.list
        - essentials.warp.*
        - essentials.warp.list
        - scrollingmenusign.user
        - essentials.sethome
        - essentials.home
        - scrollingmenusign.execute.elevated
        - scrollingmenusign.use.sign
        - commandbook.spawn
        - commandbook.home.teleport
        - chairs.sit
        - worldguard.region.removemember.*
        - worldguard.region.addmember.*
        - iConomy.payment
        - essentials.back
        - essentials.kit.Tools
        - mobdisguise.*
        - lwc.create
        - lwc.remove
        - lwc.protect
        - limitedcreative.switch_gamemode
        - limitedcreative.regions.bypass
        - limitedcreative.nolimit.break
        - essentials.spawn
      gm:
        permissions:
        - limitedcreative.nolimit.sign
        - minecartrevolution.placeCtrlBlock.*
        - -multiverse.core.remove
        - autorank.exclude
        - scs.create.buy
        - scs.create.sell
        - scs.create.display
        - scs.create.unlimited
        - -rpgessentials.npc.*
        - coreprotect.*
        - war.player
        - -citizens.basic.modify.remove
        - -citizens.basic.modify.remove.all
        - -citizens.basic.modify.select
        - -citizens.trader.modify.clearstock
        - -citizens.trader.modify.stock
        - -citizens.basic.create
        - falsebook.blocks.cauldron.use
        - craftbook.mech.cauldron
        - citizens.use.*
        - modifyworld.*
        - commandbook.who
        - commandbook.motd
        - commandbook.midi
        - commandbook.rules
        - commandbook.time.check
        - commandbook.say
        - commandbook.msg
        - commandbook.away
        - commandbook.whereami
        - commandbook.clear
        - citizens.blacksmith.use.status
        - citizens.blacksmith.use.repa
        - citizens.healer.use.status
        - citizens.healer.use.heal
        - citizens.trader.use.trade
        - citizens.wizard.use.interact
        - -worldedit.delchunks
        - -worldedit.reload
        - -worldedit.butcher
        - worldedit.*
        - bukkit.command.gamemode.*
        - bukkit.command.gamemode
        - mcmmo.tools.*
        - mcmmo.ability.*
        - mcmmo.item.*
        - mcmmo.skills.*
        - chestbank.use.*
        - chestbank.info
        - chestbank.list
        - falsebook.*
        - falsebook.anyic
        - pchest.open
        - commandbook.warp.*
        - commandbook.warp.teleport
        - commandbook.warp.teleport.other
        - commandbook.warp.list
        - essentials.warp.*
        - essentials.warp.list
        - essentials.warp.otherplayers
        - scrollingmenusign.user
        - essentials.sethome
        - essentials.home
        - scrollingmenusign.execute.elevated
        - scrollingmenusign.use.sign
        - commandbook.spawn
        - commandbook.home.teleport
        - chairs.sit
        - worldguard.region.addmember.*
        - worldguard.region.removemember.*
        - mobdisguise.*
        - iConomy.payment
        - permissions.*
        - essentials.back
        - essentials.kit.Tools
        - lwc.create
        - lwc.remove
        - lwc.protect
        - limitedcreative.switch_gamemode
        - limitedcreative.regions.bypass
        - limitedcreative.nolimit.break
        - commandbook.teleport
        - commandbook.teleport.other
        - commandbook.call
        - commandbook.warp.teleport
        - commandbook.warp.teleport.other
        - commandbook.warp.list
        - essentials.tp
        - essentials.tp.other
        - essentials.tp.others
        - essentials.spawn
        - limitedcreative.nolimit.use
        - limitedcreative.nolimit.break
      admins:
        permissions:
        - limitedcreative.*
        - '*'
        - limitedcreative.nolimit.use
        - limitedcreative.nolimit.break
        - autorank.exclude
    worlds:
      world:
        inheritance:
        - Production
      Production_nether:
        inheritance:
        - Production
      Captain:
        inheritance:
        - Production
    
    5. As you can see in the code anything that is - permission, gives that permission, anything that is - -permission is made sure they do not have. WHEN EDITING MAKE SURE YOU DO NOT TAB OR IT WILL MESS UP.
    6. I advise reading up on permissionex here: https://github.com/PEXPlugins/PermissionsEx/wiki
     
  8. Offline

    Tunakan1

    Thank you.
     
Thread Status:
Not open for further replies.

Share This Page