Problem/Bug PEX Refuses to Work

Discussion in 'Bukkit Help' started by LoopsOfFruit, Jan 15, 2017.

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

    LoopsOfFruit

    I was dicking around with ChatManagerReloaded and PEX and now whenever I speak in chat, the PEX prefix doesn't appear, and I have no permissions...[​IMG]
     
  2. Offline

    Zombie_Striker

    @LoopsOfFruit
    What files where you changing? Post them here.
     
  3. Offline

    LoopsOfFruit

    beep.png

    In the PEX folder: permissions.yml , config.yml
    ChatManagerReloaded: groups.yml

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
  4. Offline

    Zombie_Striker

  5. Offline

    LoopsOfFruit

    Attached Files:

  6. Offline

    Zombie_Striker

    @LoopsOfFruit
    On line 77 of permissions config, you added an invalid space. Heres thee corrected one:
    Code:
    groups:
      Baron:
      inheritance:
      - Noble
      Champion:
      inheritance:
      - Knight
      Guard:
      inheritance:
      - Baron
      options:
      default: false
      prefix: "&7Guard &f» "
      permissions:
      - essentials.back
      - essentials.sell
      - essentials.worth
      - essentials.me
      - essentials.vanish
      - essentials.setspawn
      - essentials.hat
      - essentials.signs.use.trade
      - essentials.signs.use.sell
      - essentials.signs.create.trade
      - essentials.signs.create.sell
      - essentials.signs.break.trade
      - essentials.signs.break.trade
      - essentials.nick
      - essentials.nick.color
      - essentials.nick.magic
      - essentials.nick.format
      - essentials.gamemode
      Guest:
      options:
      default: true
      prefix: "&eSettler &6» &e"
      suffix: " &6»"
      permissions:
      - essentials.mail.read
      - essentials.mail.clear
      - essentials.mail.send
      - essentials.mail.*
      - chatex.allowchat
      - chat.ex.allowchat
      - playervaults.signs.use
      - essentials.message
      - essentials.msg
      - essentials.tell
      - essentials.r
      - hsp.command.spawn
      - hsp.command.sethome
      - hsp.command.sethome.1
      - hsp.command.home
      - hsp.home
      - homespawnplus.spawn
      - homespawnplus.home
      - essentials.home
      - shopguiplus.shops.*
      - shopguiplus.shops.&
      - shopguiplus.shops
      - shopguiplus.shop
      - shopguiplus
      - shopguiplus.shop.*
      - shopguiplus.shops.miscellaneous
      - shopguiplus.shops.misceallaneous
      - shopguiplus.shops.dyes
      - shopguiplus.shops.mobdrops
      - shopguiplus.shops.farming
      - shopguiplus.shops.armor
      - shopguiplus.shops.tools
      - shopguiplus.shops.food
      - shopguiplus.shops.ores
      - shopguiplus.shops.blocks
      - essentials.signs.use.*
      - essentials.signs.use
      - essentials.signs.*
      - essentials.sign.*
      - rtp.teleport
      - essentials.balance
      - essentials.baltop
      - essentials.bal
      - essentials.msg.*
      - essentials.kits.default
      - essentials.kit.Default
      - essentials.kit.default
      - essentials.kit
      - essentials.afk
      - essentials.spawn
      - essentials.sethome
      - essentials.rules
      - essentials.motd
      - essentials.help
      - essentials.suicide
      - essentials.signs.use.free
      - essentials.signs.use.buy
      - essentials.signs.use.warp
      - essentials.signs.use.disposal
      - essentials.warp
      - essentials.warp.list
      - essentials.warps.*
      - essentials.tpa
      - essentials.tpaccept
      - essentials.tpadeny
      Knight:
      inheritance:
      - Guard
      Legend:
      inheritance:
      - myth
      Lord:
      inheritance:
      - royalty
      Moderator:
      inheritance:
      - Guest
      options:
      default: false
      prefix: "&5Mod &c» &d"
      suffix: " &c»"
      permissions:
      - essentials.ban.*
      - essentials.broadcast
      - essentials.clearinventory
      - essentials.vanish.see
      - essentials.essentials
      - essentials.kick
      - essentials.kick.notify
      - essentials.mute
      - essentials.mute.notify
      - essentials.tempban
      - essentials.unban.notify
      Myth:
      inheritance:
      - Lord
      Noble:
      inheritance:
      - Squire
      Owner:
      inheritance:
      - moderator
      options:
      default: false
      prefix: "&aOwner &c» "
      suffix: " &c»"
      permissions:
      - hsp.homes.50
      - hsp.command.home.50
      - shop.*
      - "*"
      - essentials.*
      - essentials.god.*
      - essentials.signs.break.buy
      - essentials.signs.break.free
      - essentials.signs.create.free
      - essentials.signs.create.warp
      - essentials.signs.break.warp
      - essentials.signs.break.disposal
      - essentials.signs.create.disposal
      - vault.admin
      - lagg.*
      Royalty:
      inheritance:
      - Champion
      Squire:
      inheritance:
      - Guest
      permissions:
      - essentials.nick
      - essentials.workbench
      - essentials.wb
    schema-version: 1
    users:
      7112edc8-fac5-4ead-8520-a762afb6914d:
      group:
      - Moderator
      d9861d28-dfec-4c05-9ba1-a91fac4a0d31:
      group:
      - Owner
      options:
      name: LoopsOfFruit
     
  7. Online

    timtower Administrator Administrator Moderator

Thread Status:
Not open for further replies.

Share This Page