Players Cant build HELP!!!

Discussion in 'Bukkit Help' started by Hardcore_GamerX, Dec 21, 2012.

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

    Hardcore_GamerX

    HELP!!! no one can break place or use block on my server unless there op. and for some reason i dont have access to the /plugin command even tho im owner it just says "Im sorry but you dont have permission to preform this command please contact the server administrator if you think this is an error" the only plugins i have are essentials (minus anti-build) and PermissionsEX.
    here is the permissionsex text.
    Code:
    groups:
      default:
        default: true
        prefix: '&8 [Survivor] &f'
        permissions:
        - modifyworld.*
        - essentials.protect.exemptplacement
        - essentials.protect.exemptusage
        - essentials.protect.exemptbreak
        - essentials.help
        - modifyworld.*
        - factions.kit.fullplayer
        - essentials.afk
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.chat.color
        - essentials.chat.shout
        - essentials.chat.question
        - essentials.compass
        - essentials.depth
        - essentials.home
        - essentials.ignore
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - essentials.pay
        - essentials.sethome
        - essentials.signs.use.*
        - essentials.signs.create.disposal
        - essentials.signs.create.mail
        - essentials.signs.create.protection
        - essentials.signs.create.trade
        - essentials.signs.break.disposal
        - essentials.signs.break.mail
        - essentials.signs.break.protection
        - essentials.signs.break.trade
        - essentials.suicide
        - essentials.time
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        options:
          build: true
          rank: '600'
      mod:
        default: false
        prefix: '&5 [Moderator] &f'
        permissions:
        - essentials.broadcast
        - essentials.clearinventory
        - essentials.delwarp
        - essentials.eco.loan
        - essentials.ext
        - essentials.getpos
        - essentials.helpop.recieve
        - essentials.home.others
        - essentials.invsee
        - essentials.jails
        - essentials.jump
        - essentials.kick
        - essentials.kick.notify
        - essentials.mute
        - essentials.nick.others
        - essentials.realname
        - essentials.setwarp
        - essentials.signs.create.*
        - essentials.signs.break.*
        - essentials.spawner
        - essentials.thunder
        - essentials.time
        - essentials.time.set
        - essentials.protect.alerts
        - essentials.protect.admin
        - essentials.protect.ownerinfo
        - essentials.ptime
        - essentials.ptime.others
        - essentials.togglejail
        - essentials.top
        - essentials.tp
        - essentials.tphere
        - essentials.tppos
        - essentials.tptoggle
        - essentials.whois
        - essentials.world
        - essentials.worlds.*
        - pexrank.group: member
        inheritance:
        - member
        options:
          build: true
          rank: '500'
      admin:
        default: false
        prefix: '&4 [Admin] &f'
        permissions:
        - essentials.ban
        - essentials.banip
        inheritance:
        - mod
        options:
          build: true
          rank: '400'
      superadmin:
        prefix: '&0 [SuperAdmin] &f'
        permissions:
        - '*'
      developer:
        prefix: '&6[Dev]'
        permissions:
        - '*'
        inheritance:
        - admin
        options:
          build: true
          rank: '300'
      co-owner:
        prefix: '&5 [Co-Owner] &f'
        permissions:
        - '*'
        options:
          build: true
          rank: '200'
      owner:
        prefix: '&1 [Owner] &f'
        permissions:
        - '*'
        options:
          build: true
          rank: '100'
      squire:
        prefix: '&e [Squire] &f'
        inheritance:
        - default
        permissions:
        - essentials.back
        - essentials.back.ondeath
        - essentials.tpa
        - essentials.kits.squire
        - essentials.sethome.multiple.squire
        - essentials.home
        options:
          build: true
          rank: '610'
      knight:
        prefix: '&9 [Knight] &f'
        inheritance:
        - squire
        permissions:
        - essentials.sethome.multiple.knight
        - essentials.kits.knight
        - essentials.heal
        - essentials.feed
        options:
          build: true
          rank: '620'
      commander:
        prefix: '&6 [Commander] &f'
        inheritance:
        - knight
        permissions:
        - essentials.kits.commander
        - essentials.sethome.multiple.commander
        options:
          build: true
          rank: '630'
    users:
      Hardcore_GamerX:
        group:
        - owner
      FireSlayerX:
        group:
        - developer
      lt_luke:
        group:
        - co-owner
      krirg:
        group:
        - superadmin
      gulfor:
        group:
        - superadmin
      smurf102:
        group:
        - admin
      alchemy_leaf:
        group:
        - admin
      valia56:
        group:
        - admin
      akhoosal:
        group:
        - admin
     
    
    plz help
     
  2. Offline

    Necrodoom

    you sure you dont have any other plugin such as nocheatplus?
     
  3. Offline

    Hardcore_GamerX

    yes i am sure the only other plugin i have is factions
     
  4. Offline

    nhadobas

    do "/pex user <your username> add *" in the console. Minus the "s. As for the players cant build area, make sure they move farther than 40 blocks away from /spawn.
     
  5. Offline

    undefinedarray

    You need to keep the plugin "modifyworld" in your plugins folder too, it enables people to build based on your pex config, also you need to get rid of the second "modifyworld.*"

    Code:
        - modifyworld.*
        - essentials.protect.exemptplacement
        - essentials.protect.exemptusage
        - essentials.protect.exemptbreak
        - essentials.help
        - modifyworld.*
     
  6. Offline

    nhadobas

    No, he can remove modifyworld, it wont affect anything on his server if he is just giving players modifyworld.*...Also having two modifyworld.* wouldnt cause any errors. PermissionsEX would just read it twice.
     
  7. Offline

    Hardcore_GamerX

    i think it is just the build of pex that i have its not for 1.4.6 i need the dev build but i dont know where i can get it
     
Thread Status:
Not open for further replies.

Share This Page