Plugin Help PermissionsEX not working at all

Discussion in 'Plugin Help/Development/Requests' started by sauerking, Jul 24, 2015.

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

    sauerking

    Hello, as the name implys, my server's PermissionsEX is not working whatsoever, I have tried downgrading to different versions of the 1.8 version, checking the perms for any unwanted spaces andI dont know what is making it not work the plugins I have are ( yes ik its a strange mix ) ChairStairs, World Edit, InsaneMobs, MassiveCore, Vault, PermissionsEX, Multiverse-Core, AlchemicalArrows, SilkSpawners, TARDISHelper, AutoBroadcaster, TARDISChunkGenerator, HeadshotEffects, Blacklist, ChestShop, Votifier, MCMMO, GAlistener, Essentials, TARDIS, GenerousMobs, Enjin, Factions, RandomTP
    here are my perms
    groups:
    default:
    permissions:
    - arrows.shoot.air
    - arrows.shoot.earth
    - arrows.shoot.magic
    - arrows.shoot.spectral
    - arrows.shoot.life
    - -arrows.shoot.death
    - arrows.shoot.light
    - arrows.shoot.darkness
    - arrows.shoot.fire
    - arrows.shoot.frost
    - arrows.shoot.water
    - arrows.shoot.confusion
    - arrows.shoot.necrotic
    - playerheads.canbehead
    - playerheads.canlosehead
    - playerheads.canbeheadmob
    - playerheads.alwaysbehead
    - chestshop.shop.create.*
    - chestshop.shop.buy
    - chestshop.shop.sell
    - -bukkit.command.plugins
    - -bukkit.command.version
    - randomtp.sign.use
    - randomtp.portal.use
    - randomtp.tp
    - silkspawners.place.*
    - -silkspawners.craft.*
    - silkspawners.silkdrop.*
    - -silkspawners.destroydrop.*
    - silkspawners.changetype.skeleton
    - silkspawners.changetype.zombie
    - -silkspawners.freeitem.*
    - -silkspawners.freeitemegg.*
    - -vault.admin
    - -vault.update
    - essentials.recipe
    - essentials.kit
    - essentials.kit.tools
    - essentials.kit.color
    - essentials.kit.skulls
    - essentials.kit.firework
    - essentials.rules
    - essentials.help
    - essentials.pay
    - essentials.balance
    - essentials.tell
    - essentials.back
    - essentials.back.ondeath
    - essentials.who
    - essentials.afk
    - essentials.list
    - essentials.msg
    - essentials.warp.list
    - essentials.warp
    - essentials.spawn
    - essentials.home
    - essentials.tpa
    - essentials.tpahere
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.home
    - essentials.sethome
    - essentials.delhome
    - factions.access
    - factions.access.faction
    - factions.access.player
    - factions.access.view
    - factions.create
    - factions.demote
    - factions.description
    - factions.disband
    - factions.faction
    - factions.flag
    - factions.home
    - factions.invite
    - factions.join
    - factions.kick
    - factions.leave
    - factions.list
    - factions.map
    - factions.motd
    - factions.officer
    - factions.leader
    - factions.open
    - factions.player
    - factions.promote
    - factions.relation
    - factions.set.one
    - factions.set.auto
    - factions.set.fill
    - factions.set.square
    - factions.set.circle
    - factions.set.transfer
    - factions.sethome
    - factions.name
    - factions.unsethome
    - factions.version
    - mcmmo.ability.*
    - mcmmo.skills.*
    options:
    build: true
    prefix: ''
    default: true
    youtuber:
    permissions:
    inheritance:
    - default
    options:
    prefix: '&7-=&0You&4Tuber&7=-&r'
    test-staff:
    permissions:
    - mcmmo.chat.adminchat
    inheritance:
    - default
    options:
    prefix: '&7-=&6&lTest&6-&lStaff&7=-&r '
    default: false
    mod:
    permissions:
    - essentials.kick
    - essentials.fly
    - essentials.invsee
    - essentials.mute
    - essentials.tp
    - essentials.tempban
    - essentials.ban
    - essentials.banip
    inheritance:
    - test-staff
    options:
    prefix: '&7-=&6&lMod&7=-&r '
    default: false
    admin:
    permissions:
    - essentials.give
    - chestshop.admin
    inheritance:
    - mod
    options:
    build: true
    prefix: '&7-=&1&lAdmin&7=-&r '
    default: false
    Head-Admin:
    permissions:
    - essentials.unban
    - essentials.unbanip
    - essentials.vanish
    inheritance:
    - admin
    options:
    build: true
    prefix: '&7-=&b&lHead&7-&1Admin&7=-&r '
    default: false
    Co-Owner:
    permissions:
    - '*'
    options:
    build: true
    prefix: '&7-=&5Co-Owner&7=-'
    default: false
    Owner:
    permissions:
    - '*'
    inheritance:
    - admin
    options:
    build: true
    prefix: '&7-=&4&lOwner&7=-&r '
    default: false

    schema-version: 1
     
  2. Offline

    Scorpionvssub

    put it in a code please then i might be able to help, :confused: Also for arrow shoot if they are all the permissions there are u can use the * icon after shoot. like arrows.shoot.* which will give your default users all the arrow shot effects(im guessing its effects) not sure which plugin does that. but that would simplify and be easier on you. as for factions pretty much same thing if you give anything for all permissions to a user use the something.* node that will safe you alot of space.

    a short example of my pex:

    Code:
    groups:
      Obsidian:
        options:
          default: false
          suffix: '&f&l<&5Obsidian&f&l>'
          weight: '200'
        permissions:
        - archoncrates.crate.use
        - essentials.kits.Obsidian
        - essentials.kits.Starter
        - -essentials.kits.*
        - essentials.repair
        - essentials.repair.all
        - essentials.repair.armor
        - essentials.repair.enchanted
        - playervaults.size.6
        - playervaults.amount.5
        - plots.plot.3
        inheritance:
        - Emerald
    even for lets say i probably could use essentials.repair.* but anyway X) hope it helps
     
    Last edited: Jul 25, 2015
  3. Offline

    sauerking

    How would I put it in code? sry i'm new to the bukkit forums...
     
  4. Offline

    djkaye

    try use vault or groupmanager. back up the files and start again?
     
Thread Status:
Not open for further replies.

Share This Page