Permissionsex Chat isn't cooperating

Discussion in 'Bukkit Help' started by xXRobbie21Xx, Sep 17, 2014.

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

    xXRobbie21Xx

    Hey guys, im running a server and trying to use permissionsex for permissions and chat formatting. The permissions/groups work however prefixes dont feel like showing.
    I dont get any errors in console.
    Plugins: WorldGuard, WorldEdit, Pex, Vault, and MultiverseCore(Prefix chat enabled)
    Perm file:
    Code:
    schema-version: 1
    users:
      8a811837-4b27-40de-8b7f-5b53d060d2f5:
        group:
        - Player
    groups:
      Player:
        options:
          rank: '10000'
          prefix: '[Player]'
        permissions: []
      TeamMember:
        options:
          rank: '9500'
          prefix: '[TeamMember]'
    Config file:
    Code:
    multiserver:
      use-netevents: false
    permissions:
      debug: false
      allowOps: true
      user-add-groups-last: false
      log-players: false
      createUserRecords: false
      backend: file
      informplayers:
        changes: true
      basedir: plugins/PermissionsEx
      backends:
        file:
          type: file
          file: permissions.yml
    updater: true
    alwaysUpdate: false
    
    If anybody has a clue why this is happening, please let me know :p
     
  2. Offline

    Skionz

    Get a chat manager such as EssentialsChat
     
  3. Offline

    XD 3VIL M0NKEY

    xXRobbie21Xx
    PermissionsEX *as far as I know* doesn't have a built in chat formatting system. It'll hook into plugins like Essentials Chat, HeroChat, ChatChannels etc.
     
  4. Offline

    xXRobbie21Xx

    XD 3VIL M0NKEY Allright thanks man, ill check it out and get back to you

    Skionz Yep, ill see how that works

    Edit: I tried to use ChatManager+ but it didnt change anything.
     
  5. Offline

    Skionz

    Use essentials chat. It will sadly require essentials but you can disable everything via the config.
     
  6. Offline

    xXRobbie21Xx

    Skionz Oh really? Thats a shame. Yeah i can do that but, if you know of another permissions plugin, please let me know. Im coding a core plugin for my server so im trying to avoid using essentials. Thanks for letting me know!
     
  7. Offline

    Skionz

    I tried too for my server. Spent a day trying alternates but the only one that worked for me was essentials chat :'(

    xXRobbie21Xx Totally blanked. One of my friends actually hardcoded the prefix's so basically you could write a command that adds a player to a list in the config and runs the "pex user {name} group set" command. Then on the async chat event check if the player is in the list and then add [Admin] or something similar to that to their message.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 14, 2016
  8. Offline

    xXRobbie21Xx

    Skionz Oh, cool, yeah i can definantly figure that out. Thanks!

    Skionz Now that i think about it, i could also use a chat event to check if a player has a permission, and if they do, give them the prefix. Both would work.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 14, 2016
    Skionz likes this.
  9. Offline

    Skionz

    Yep I think thats actually how my friend did it but I'm not sure.
     
  10. Offline

    LHammonds

    To use a Prefix/Suffix, you MUST use a chat plugin. I am using MineverseChat 1.8.1 and PEX 1.22.4

    LHammonds
     
Thread Status:
Not open for further replies.

Share This Page