Jump to content

bandworthy

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by bandworthy

  1. just wondering but everyone including the admin is inheriting the negated

    ' - -modifyworld.* ' from your default

    if you want everyone else to have it you'll have to give

    member

    ' - modifyworld.* '

    I'm only new to this, and don't know if this is causing it to still not work

    Your modifyworld config is identical to mine so no issue there.

  2. users:
    
      bandworthy:
    
        group:
    
        - Owner
    
      kallkara:
    
        group:
    
        - Builder
    
      turkc:
    
        group:
    
        - Builder
    
      harzlek1:
    
        group:
    
        - Builder
    
      woopet:
    
        group:
    
        - Builder
    
      '[buildCraft]':
    
        group:
    
        - Owner
    
      '[industrialCraft]':
    
        group:
    
        - Owner

    see under users

    you can also add in game with command

    pex user [buildCraft] group set 'group with enough permissions name' for example

  3. I have the same issue, my understanding is machines like the miner or pump are treated like a player, and with a permissions setup they need to be given permission just like a player to change the environment or they just sit there making the noise. But i have no idea what I'm supposed to enter these as whats the name? to use?

    this is my permissionEX file

    groups:
    
        Default:
    
            default: true
    
            permissions:
    
            - essentials.spawn
    
            - essentials.rules
    
            - essentials.motd
    
            - essentials.list
    
            - essentials.helpop
    
            - essentials.help
    
            - modifyworld.*
    
            prefix: '&e'
    
            options:
    
                build: false
    
                rank: '1000'
    
        Builder:
    
            permissions:
    
            - essentials.afk
    
            - essentials.back
    
            - essentials.back.ondeath
    
            - 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.kit
    
    #        - essentials.kit.tools
    
            - essentials.mail
    
            - essentials.mail.send
    
            - essentials.me
    
            - essentials.msg
    
            - essentials.nick
    
            - essentials.pay
    
            - essentials.ping
    
            - essentials.powertool
    
            - essentials.protect
    
            - 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
    
            - essentials.warp
    
            - essentials.warp.list
    
            - essentials.worth
    
            inheritance:
    
            - Default
    
            prefix: '&2'
    
            options:
    
                build: true
    
                rank: '500'
    
        Moderator:
    
            permissions:
    
            - essentials.ban
    
            - essentials.ban.notify
    
            - essentials.banip
    
            - 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.kill
    
            - 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.unban
    
            - essentials.unbanip
    
            - essentials.weather
    
            - essentials.whois
    
            - essentials.world
    
            - permissions.user.promote.default
    
            - permissions.user.demote.default
    
            - permissions.manage.membership
    
            inheritance:
    
            - Builder
    
            prefix: '&5'
    
            options:
    
                build: true
    
                rank: '200'
    
        Admin:
    
            permissions:
    
            - essentials.backup
    
            - essentials.essentials
    
            - essentials.setspawn
    
            - essentials.reloadall
    
            - essentials.*
    
            - permissions.manage.users
    
            - permissions.manage.users.permissions
    
            - permissions.manage.users.permissions.timed
    
            inheritance:
    
            - Moderator
    
            prefix: '&c[&7Admin&c]&f'
    
            suffix: '&f'
    
            options:
    
                build: true
    
                rank: '100'
    
        Owner:
    
            permissions:
    
            - '*'
    
            inheritance:
    
            - Admin
    
            prefix: '&c[&7Admin&c]&f'
    
            suffix: '&f'
    
            options:
    
                build: true
    
                rank: '0'
    
    users:
    
        bandworthy:
    
            group:
    
            - Owner
    
        kallkara:
    
            group:
    
            - Builder
    
        turkc:
    
            group:
    
            - Builder 
    
        harzlek1:
    
            group:
    
            - Builder
    
        woopet:
    
            group:
    
            - Builder

    Any advice would be great thanks :)

×
×
  • Create New...