PEX prefix doesn't work

Discussion in 'Bukkit Help' started by MieskeB, May 17, 2017.

Thread Status:
Not open for further replies.
  1. Hello,

    I have a small server with some minigames. I also have permissionsEX. I want to set prefixes to my server. I did this but for some reason they aren't showing... Can someone help me please. I am also using Chat Manager as a plugin which keeps it all together or however you want to call it :)

    Thank you in advance!!!
    Michel


    config.yml (PEX)
    Code:
    multiserver:
      use-netevents: true
    permissions:
      debug: false
      allowOps: false
      user-add-groups-last: false
      log-players: false
      createUserRecords: false
      backend: file
      informplayers:
        changes: false
      basedir: plugins/PermissionsEx
      backends:
        file:
          type: file
          file: permissions.yml
    updater: true
    alwaysUpdate: false
    
    Permissions.yml (PEX)
    Code:
    groups:
      guest:
        options:
          default: true
          prefix: '&0(&8G&7uest&0)&7 '
        permissions:
        - modifyworld.*
        - -bukkit.command.plugins
        - -bukkit.command.version
        - -bukkit.command.me
        - bw.base
        - skywars.join
        - skywars.leave
        - skywars.kit
        - skywars.kitgui
        - skywars.top
      member:
        inheritance:
        - guest
        options:
          prefix: '&0(&8M&7ember&0)&7 '
        permissions:
        - bw.vip.*
        - skywars.rank
      admin:
        options:
          prefix: '&0(&8A&7dmin&0)&7 '
        inheritance:
        - member
        permissions:
        - bukkit.command.plugins
        - bukkit.command.version
        - bukkit.command.kick
        - bukkit.command.ban.player
        - bukkit.command.unban.player
        - bukkit.command.ban.list
        - bw.kick
        - skywars.forcestart
        worlds:
          '%message':
            options:
              message-format: '"[Admin]%player:'
      builder:
        options:
          prefix: '&0(&8B&7uilder&0)&7 '
        inheritance:
        - admin
        permissions:
        - themlgkillerpro.snowball
        - themlgkillerpro.place
        - themlgkillerpro.break
        - multiverse.*
        - worldedit.wand
        - worldedit.region.*
        - worldedit.clipboard.*
        - bukkit.command.gamemode
      owner:
        prefix: '&0(&8O&7wner&0)&7 '
        permissions:
        - '*'
        worlds:
          '%message':
            options:
              message-format: '"[Owner]%player:'
    schema-version: 1
    users:
      c85899dc-0e7c-4375-a888-387bb6ca8705:
        group:
        - owner
        options:
          name: TheMlgKillerPro
        permissions: []
      phaleuriz:
        group:
        - admin
      531fc394-e734-421c-a361-9303ec20e46e:
        group:
        - admin
        options:
          name: BartTheGuardian
    
    config.yml (ChatManager)
    Code:
    # The prefix for all messages from ChatManager.
    Prefix: '&3&l(ChatManager)&b&o'
    
    # The access denied message (Does use the Prefix).
    No Access Message: '&c&oYou do not have access!'
    
    # This is the message when someone tries to chat during a Chat Lock (Does use the Prefix).
    Chat Locked Message: '&c&oSorry, %displayname%, but a chat is currently locked!'
    
    # This is the message broadcasted when chat becomes locked (Does use the Prefix).
    Chat Lock Enable Message: '&3&o%sender%&b&o has locked chat!'
    
    # This is the message broadcasted when chat becomes unlocked (Does use the Prefix).
    Chat Lock Disable Message: '&3&o%sender%&b&o has unlocked chat!'
    
    # The message broadcasted after chat is cleared (Does use the Prefix).
    Clear Chat Message: '&3&o%displayname%&b&o has cleared chat!'
    
    # The format for /broadcast and /bc (Does not use the Prefix).
    Broadcast Format: '&3&l(ChatManager) &b%msg%'
    
    # The format for /staffchat and /sc (Does not use the Prefix).
    Staff Chat Format: '&d[SC] %displayname%&d: %msg%'
    
    # The format for /CmdSpy (Does not use the Prefix).
    Command Spy Format: '&e[CS] %displayname%&e: %msg%'
    
    # If set to true, the AntiSwear filter will be enabled. If set to false, it will not be enabled.
    Anti Swear Filter: true
    
    # If set to true - users will recieve a msg saying they can't swear.
    # If set to false - the message will just be cancelled.
    Anti Swear Msg Send: true
    # Anti Swear Message (Does use the Prefix).
    Anti Swear Message: '&c&oPlease do not swear, &4&o%sender%.'
    
    # Words to block | Please do not use more than one word per line.
    
    Swears:
      - Unicorns
    
     
  2. Offline

    YoloSanta

    Post your essentials config if using the Essentials plugin.
     
Thread Status:
Not open for further replies.

Share This Page