Need help with permissions, please.

Discussion in 'Bukkit Help' started by Sir Nigel, May 22, 2020.

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

    Sir Nigel

    I am building a 1.15.2 prison server and im using permissionsex. However my warps do not work for default but the kits do. I have tried to fix my code several times but no change has seemed to fix the situation. Here is my code:
    I know it goes
    groups:
    *default:
    **options:
    ***build: true
    ***default: true
    **permissions:
    **- essentials.kit
    **- essentials.kits.starter


    Code:
    groups:
      default:
        options:
          build: true
          default: true
        permissions:
        - essentials.kit
        - essentials.kits.starter
        - essentials.rules
        - essentials.help
        - essentials.pay
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.tell
        - essentials.sell
        - essentials.afk
        - essentials.list
        - essentials.kitshow
        - essentials.msg
        - essentials.warp
        - essentials.warps.A
        - essentials.warps.pvp
        - essentials.warps.smelt
        - essentials.warps.crates
        - essentials.warps.cells
        - essentials.helpop
        - essentials.motd
        - essentials.home
        - essentials.tpa
        - essentials.tpahere
        - essentials.tpaccept
        - essentials.home
        - essentials.sethome
        - essentials.sethome.multiple.default
        - eauctions.auction
        - eauctions.bid
        - trade.trade
        - trade.ignore
        - trade.accept
        - essentials.back
        - essentials.back.ondeath
      kingpin:
        options:
          prefix: '&8[&bKingpin&8] '
            inheritance:
        - default
        permissions:
        - essentials.kit
        - essentials.kits.kingpin
        - essentials.kits.hitman
        - essentials.kits.dealer
        - essentials.kits.executioner
        - essentials.kits.thug
        - essentials.warps.kingpin
        - essentials.warps.hitman
        - essentials.warps.dealer
        - essentials.warps.executioner
        - essentials.warps.thug
      hitman:
        options:
          prefix: '&8[&4Hitman&8] '
        inheritance:
        - default
        permissions:
        - essentials.kit
        - essentials.kits.hitman
      dealer:
        options:
          prefix: '&8[&aDealer&8] '
        inheritance:
        - default
        permissions:
        - essentials.kit
        - essentials.kits.dealer
      executioner:
        options:
          prefix: '&8[&cExecutioner&8] '
        inheritance:
        - default
        permissions:
        - essentials.kit
        - essentials.kits.executioner
      thug:
        options:
          prefix: '&8[&3Thug&8] '
        inheritance:
        - default
        permissions:
        - essentials.kit
        - essentials.kits.thug
      deputy:
        options:
          prefix: '&8[&3Deputy&8] '
        inheritance:
        - default
        permissions:
        - essentials.spawn
        - essentials.invsee.modify
        - essentials.invsee
        - essentials.jail
        - essentials.togglejail
        - essentials.vanish
      mod:
        options:
          build: true
          prefix: '&8[&3Mod&8] '
        inheritance:
        - default
        permissions:
        - essentials.fly
        - essentials.chat.*
        - essentials.tp
        - essentials.kick
        - essentials.invsee
        - essentials.spawn
        - essentials.warp
        - essentials.home
        - essentials.nick
        - essentials.skull
        - essentials.skull.others
        - essentials.back
        - essentials.back.ondeath
      admin:
        options:
          build: true
          prefix: '&8[&4Admin&8] '
        inheritance:
        - mod
        permissions:
        - cratesplus.admin
        - chatex.allowchat
        - worldedit.*
        - essentials.gamemode
        - essentials.tp
        - essentials.ban
        - essentials.god
        - essentials.invsee
        - essentials.spawn
        - essentials.feed
        - essentials.heal
        - essentials.*
      owner:
        options:
          build: true
          prefix: '&8[&4Owner&8] '
        inheritance:
        - admin
        permissions:
        - '*'
      co-owner:
        options:
          build: true
          prefix: '&8[&4Co-Owner&8] '
        inheritance:
        - admin
        permissions:
        - '*'
    I am thinking of just using LuckPerms instead of permissionex

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2020
  2. Offline

    MPG1

    1: Try Luckperms
    2: You have some indention errors- "Kingpin"'s inheritance is 1 tab too many! If you are going to use PEX, use the commands. Luckperms is still a better choice(In my opinion).
     
Thread Status:
Not open for further replies.

Share This Page