Plugin Help /PEX not working at all

Discussion in 'Plugin Help/Development/Requests' started by Goofyx, Jun 23, 2015.

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

    Goofyx

    I don't know where I went wrong it might just be a simple noob mistake, but somehow I have changed something and no matter whether I type /PEX in chat or PEX on my server console it does not give me any sort of response. I used to have prefixes next to my name but now there is none, for the record I will supply you with a copy of my permissions.yml

    groups:
    peasant:
    permissions:
    - essentials.kit
    - essentials.kits.Noob
    - essentials.rules
    - essentials.help
    - essentials.pay
    - essentials.balance
    - essentials.tell
    - essentials.sell
    - essentials.who
    - essentials.afk
    - essentials.list
    - essentials.msg
    - essentials.helpop
    - essentials.motd
    - essentials.spawn
    - essentials.home
    - essentials.tpa
    - essentials.tpahere
    - essentials.tpaccept
    - essentials.home
    - essentials.sethome
    - essentials.delhome
    - multiverse.portal.access.*
    - mcmmo.ability.*
    - mcmmo.skills.*
    - essentials.signs.use.*
    - factions.kit.halfplayer
    - factions.create
    - eauctions.auction
    - eauctions.bid
    - usb.island.*
    - usb.party.*
    options:
    build: true
    prefix: '&8[&7Peasant&8] '
    default: true
    olefeller:
    permissions:
    - essentials.home
    - essentials.spawn
    - essentials.kits.olefeller
    inheritance:
    - firsttimer
    options:
    prefix: '&0-=&2Ole&2-Feller&0=-&r '
    deputy:
    permissions:
    - essentials.spawn
    - essentials.invsee.modify
    - essentials.invsee
    - essentials.jail
    - essentials.togglejail
    - essentials.vanish
    inheritance:
    - firsttimer
    options:
    prefix: '&0-=&1Deputy&0=-&r '
    tech:
    permissions:
    - essentials.tp
    - essentials.fly
    - essentials.fly.safelogin
    - essentials.heal
    inheritance:
    - olefeller
    options:
    build: true
    prefix: '&0-=&2Tech&0=-&r '
    worlds:
    '[world]':
    permissions:
    - essentials.fly
    hightech:
    permissions:
    - essentials.gamemode
    - essentials.nick
    - essentials.ptime
    - essentials.vanish
    inheritance:
    - olefeller
    options:
    build: true
    prefix: '&0-=&2High&4Tech&0=-&r '
    Moderator:
    permissions:
    - essentials.fly
    - essentials.chat.*
    - essentials.tp
    - essentials.kick
    - essentials.invsee
    - essentials.spawn
    - essentials.warp
    - essentials.home
    - essentials.back
    - essentials.back.ondeath
    - essentials.nick
    - essentials.kit
    - essentials.kit[olefeller]
    - essentials.skull
    - essentials.skull.others
    inheritance:
    - Peasant
    options:
    build: true
    prefix
    Admin:
    permissions:
    - essentials.gamemode
    - essentials.tp
    - essentials.ban
    - essentials.god
    - essentials.invsee
    - essentials.spawn
    - essentials.feed
    - essentials.heal
    - essentials.*
    inheritance:
    - Moderator
    options:
    build: true
    prefix: '&4[&cAdmin&4]'
    Owner:
    permissions:
    - '*'
    inheritance:
    - Admin
    options:
    build: true
    prefix: '&5[&dOwner&5]'
    Founder:
    permissions:
    - '*'
    inheritance:
    - Admin
    options:
    build: true
    prefix: '&1[&9Founder&1]'
    Co-Owner:
    permissions:
    - '*'
    - - essentials.sell
    inheritance:
    - admin
    options:
    build: true
    prefix: '&0-=&2&lCo&0-&1&lOwner&0=-&r '
    worlds:
    '[world]':
    permissions:
    - '*'
    cheater:
    options:
    build: false
    prefix: '&0+&bCHEATER&0+&r '
    fake:
    inheritance:
    - firsttimer
    options:
    build: true
    prefix: '&0-=&bAdmin&0=-&r '
    schema-version: 1
    users:
    215605e1-8e7e-401b-a2f4-2e3ad0c3065c:
    options:
    name: OwMyWrists
    group:
    - Owner
    17e0434b-e173-4f49-ba00-2c85ab6d3c1f:
    options:
    name: Goofyx
    group:
    - Founder
    permissions:
    - '*'
     
  2. Offline

    Scorpionvssub

    try using
    Code:
    groups:
      default:
        permissions:
        - modifyworld.*
        options:
          prefix: '&7[Lid]&7 '
          default: true
    
    or pastebin.com so all spaces are still there
     
  3. Might be helpful, find a YAML checker online or something and see if your groups have any unwanted spaces or anything. Also did you use the in-game commands or type it yourself?
    Heads up, YAML files don't like when you use TAB. (I may be wrong)
     
  4. Offline

    Garrett1199

  5. Offline

    Boomer

    did you /reload
    That will break pex until the server is started cleanly, if there are no errors in pex otherwise...
     
  6. Offline

    Scorpionvssub

    never use /reload to reload something if u dont wanna restart least use /pex reload, i never had pex break from that and use it often, however some perm nodes are just messy all together.. infact...i cant reload my server via /reload without it crashing. X) so /pex reload is kinda forced.
     
Thread Status:
Not open for further replies.

Share This Page