PermissionEx problem with warps (EssentialsX)

Discussion in 'Bukkit Help' started by Deaaad, Oct 31, 2023.

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

    Deaaad

    Absolutely everything in permissions works except /warp. They don't work for the builder category and beyond, but it works stably in the admin category. In the config, I tried to change the setting related to warps - it didn't help (the plugin of course uses yml file, I also tried jar)

    Code:
    groups:
      default:
        options:
          default: true
        permissions:
        - modifyworld.*
        - worldguard.*
        - essentials.spawn
        - essentials.msg
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpacancel
        - essentials.tpdeny
      vip:
        options:
          default: false
        inheritance:
        - default
        permissions:
        - essentials.fly
        - essentials.afk
      premium:
        options:
          default: false
        inheritance:
        - vip
        permissions:
        - essentials.tp
        - essentials.gamemode
        - essentials.gamemode.spectator
        - essentials.gamemode.adventure
      deluxe:
        options:
          default: false
        inheritance:
        - vip
        - premium
        permissions:
        - essentials.hat
        - essentials.skull.modify
        - essentials.skull
        - essentials.skull.others
        - essentials.skull.spawn
        - essentials.vanish
        - essentials.vanish.effect
        - essentials.vanish.interact
        - essentials.enderchest
        - essentials.enderchest.others
      builder:
        options:
          default: false
        inheritance:
        - default
        - vip
        - premium
        - deluxe
        permissions:
        - worldedit.*
        - essentials.gamemode.creative
        - essintials.tp
        - essintials.tpposition
        - essentials.tphere
        - essentials.tppos
        - essentials.tpohere
        - essintials.warp
        - essintials.warp.*
        - essentials.warp.list
        - essentials.warps.*
        - essentials.warp.otherplayers
        - essentials.warps.[warpname]
      rc:
        options:
          default: false
        inheritance:
        - default
        - vip
        - premium
        - deluxe
        - builder
        permissions:
        - essentials.gamemode
        - essentials.gamemode.creative
        - essentials.gamemode.adventure
        - essentials.tp
        - essentials.tpall
        - essentials.vanish
        - essentials.give
        - essentials.speed.fly
        - essentials.broadcast
        - essentials.invsee
        - essentials.invsee.modify
        - essentials.mute
        - essentials.mute.exempt
        - essintials.warp
        - essentials.warp.list
        - essentials.warps.*
        - essentials.warp.otherplayers
        - essentials.warps.[warpname]
      bcr:
        options:
          default: false
        inheritance:
        - default
        - vip
        - premium
        - deluxe
        permissions:
        - essentials.tp
        - essentials.vanish
        - essentials.speed.fly
      admin:
        options:
          default: false
        inheritance:
        - default
        permissions:
        - '*'
    schema-version: 1
    users:
      444cf323-978c-3e83-9288-612345bfec67:
        group:
        - builder
        options:
          name: Test
    
     
  2. Online

    timtower Administrator Administrator Moderator

  3. Offline

    Deaaad

  4. Online

    timtower Administrator Administrator Moderator

    Locked
    Offline mode is not supported by Bukkit
     
Thread Status:
Not open for further replies.

Share This Page