Just admin can build

Discussion in 'Bukkit Help' started by best241, Aug 18, 2012.

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

    best241

    Hi!
    I have craftbukkit 1.3.1-R1.0. I use LazyRoad, WorldEdit, iConomy, xAuth, CraftBookCommon, CommandBook, PlayerStatusSigns, PermissionsEx, Modifyworld, MyHome, CraftBookCircuits, WorldWarp, WorldGuard, Essentials, CraftBookMechanisms, EssentialsProtect, EssentialsSpawn, CraftBookVehicles, ChestShop, EssentialsChat and WeatherMan plugins, Windows 7 x64, java x86 and x64 Java 7. I use Gui luncher to start my server. I need help with build in my server. Normal player, VIP and moderator can't bulid and dig.
    That's my PEX config:
    Code:
    groups:
      Gracz:
        default: true
        build: true
        prefix: '&7Gracz '
        suffix: '&f'
        permissions:
        - lwc.protect
        - commandbook.who
        - commandbook.motd
        - commandbook.kit.list
        - commandbook.kit
        - commandbook.biome
        - commandbook.spawn
        - commandbook.home.teleport
        - commandbook.home.set
        - commandbook.warp.teleport
        - commandbook.warp.teleport.(warp name)
        - commandbook.warp.list
        - commandbook.msg
        - commandbook.away
        - bchatmanager.chat.global
        - bchatmanager.chat.alert
        - iConomy.holdings
        - iConomy.help
        - iConomy.payment
        - iConomy.accounts.create
        - iConomy.accounts.remove
        - iConomy.accounts.take
        - iConomy.accounts.set
        - iConomy.accounts.status
        - ChestShop.name.someName
        - ChestShop.shop.create.buy
        - ChestShop.shop.create.sell
        - ChestShop.shop.create.food
        - ChestShop.shop.create.diamondgrade
        - ChestShop.shop.create.goldgrade
        - ChestShop.shop.create.monsterdrops
        - null
        -
      VIP:
        default: false
        prefix: '&9MOD '
        suffix: '&f'
        build: true
        inheritance:
        - VIP
        permissions:
        - essentials.fly
      MOD:
        default: false
        prefix: '&9MOD'
        suffix: '&f'
        build: true
        inheritance:
        - VIP
        permissions:
        - bukkit.command.kick
        - bukkit.command.ban.player
        - bukkit.command.ban.list
        - bukkit.command.unban.player
        - bukkit.command.ban.ip
        - bukkit.command.unban.ip
        - bukkit.command.kick
        - bukkit.command.ban.player
        - bukkit.command.ban.list
        - bukkit.command.unban.player
        - bukkit.command.ban.ip
        - bukkit.command.unban.ip
        - commandbook.time
        - commandbook.weather
        - commandbook.teleport
        - commandbook.warp.set
        - commandbook.mute
        - commandbook.gamemode
        - commandbook.gamemode.change
        - commandbook.gamemode.change.other
        - commandbook.gamemode.check
        - commandbook.gamemode.check.other
        - commandbook.heal
        - commandbook.heal.other
        - essentials.fly
        - essentials.invsee.modify
        - weatherman.config
        - weatherman.wandbiome
        - weatherman.sign
        - weatherman.cmdbiome
        - weatherman.basic
        - null
        - iConomy.holdings.others
        - iConomy.accounts.give
        - iConomy.accounts.purge
        - ChestShop.nofee
      ADMIN:
        default: false
        prefix: '&cADMIN'
        suffix: '&f'
        build: true
        permissions:
        - '*'
        - lazyroad.build
        - lazyroad.user
        - lazyroad.road.<RoadName>
        - lazyroad.pillar.<PillarName>
        - lazyroad.lazyminer
        - iConomy.accounts.empty
        - ChestShop.admin
        - ChestShop.mod
    users:
      best241:
        group:
        - ADMIN
      EXTRA:
        group:
        - ADMIN
        - MOD
    
     
  2. Offline

    Nickshelton80

    Essentials & CommandBook?
    They're going to conflict like hell.
    Anyways, To solve your building issue, they need the permission node ' - essentials.build ' .
    You're typically going to want to use one or the other , (CommandBook or Essentials).
    I vote essentials but that is just my opinion, Others will suggest commandbook.
    If you ever need more help with Essentials related issues, Come to the IRC channel for quick help.
    Server: irc.esper.net Channel: #Essentials
    http://tiny.cc/EssentialsChat
     
  3. Offline

    Necrodoom

    essentials.build node isnt needed. also, the plugins wont conflict, commandbook just overrides the commands.

    the problem here is that the modifyworld permissions arent given.
     
  4. Offline

    best241

    Ok, I removed Modifyworld, and essentials. Now I have LazyRoad, WorldEdit, iConomy, xAuth, CraftBookCommon, CommandBook, PermissionsEx, PlayerStatusSigns, CraftBookCircuits, WorldWarp, WorldGuard, CraftBookMechanisms, CraftBookVehicles, ChestShop, WeatherMan. Nothing. I thing the problem it's PEX.
    PEX config
    Code:
    groups:
      Gracz:
        default: true
        build: true
        prefix: '&7Gracz '
        suffix: '&f'
        inheritance:
        - bukkit_default
        permissions:
        - lwc.protect
        - commandbook.who
        - commandbook.motd
        - commandbook.kit.list
        - commandbook.kit
        - commandbook.biome
        - commandbook.spawn
        - commandbook.home.teleport
        - commandbook.home.set
        - commandbook.warp.teleport
        - commandbook.warp.teleport.(warp name)
        - commandbook.warp.list
        - commandbook.msg
        - commandbook.away
        - bchatmanager.chat.global
        - bchatmanager.chat.alert
        - iConomy.holdings
        - iConomy.help
        - iConomy.payment
        - iConomy.accounts.create
        - iConomy.accounts.remove
        - iConomy.accounts.take
        - iConomy.accounts.set
        - iConomy.accounts.status
        - ChestShop.name.someName
        - ChestShop.shop.create.buy
        - ChestShop.shop.create.sell
        - ChestShop.shop.create.food
        - ChestShop.shop.create.diamondgrade
        - ChestShop.shop.create.goldgrade
        - ChestShop.shop.create.monsterdrops
        - null
        - bukkit_default
      VIP:
        default: false
        prefix: '&9MOD '
        suffix: '&f'
        build: true
        inheritance:
        - VIP
        permissions:
     
      MOD:
        default: false
        prefix: '&9MOD'
        suffix: '&f'
        build: true
        inheritance:
        - VIP
        permissions:
        - bukkit.command.kick
        - bukkit.command.ban.player
        - bukkit.command.ban.list
        - bukkit.command.unban.player
        - bukkit.command.ban.ip
        - bukkit.command.unban.ip
        - bukkit.command.kick
        - bukkit.command.ban.player
        - bukkit.command.ban.list
        - bukkit.command.unban.player
        - bukkit.command.ban.ip
        - bukkit.command.unban.ip
        - commandbook.time
        - commandbook.weather
        - commandbook.teleport
        - commandbook.warp.set
        - commandbook.mute
        - commandbook.gamemode
        - commandbook.gamemode.change
        - commandbook.gamemode.change.other
        - commandbook.gamemode.check
        - commandbook.gamemode.check.other
        - commandbook.heal
        - commandbook.heal.other
        - weatherman.config
        - weatherman.wandbiome
        - weatherman.sign
        - weatherman.cmdbiome
        - weatherman.basic
        - null
        - iConomy.holdings.others
        - iConomy.accounts.give
        - iConomy.accounts.purge
        - ChestShop.nofee
      ADMIN:
        default: false
        prefix: '&cADMIN'
        suffix: '&f'
        build: true
        permissions:
        - '*'
        - lazyroad.build
        - lazyroad.user
        - lazyroad.road.<RoadName>
        - lazyroad.pillar.<PillarName>
        - lazyroad.lazyminer
        - iConomy.accounts.empty
        - ChestShop.admin
        - ChestShop.mod
    users:
      best241:
        group:
        - ADMIN
      EXTRA:
        group:
        - ADMIN
        - MOD


    Thanks necrodoom! Now it works! I wrote in premissions for "Gracz" or ('Player' in English)modifyworld.*. :)
    You are the best :p! I've got struggling with this so many days.
    PS. Is my English good? I'm from Poland and I'm 13 also if I have any fails than sorry.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
Thread Status:
Not open for further replies.

Share This Page