Help PermissionsEx prefixes not working!!!

Discussion in 'Bukkit Help' started by coolmonkey123101, Mar 25, 2013.

Thread Status:
Not open for further replies.
  1. i have been searching for the solution and i couldn't find one that worked so i have chatmanager installed and i have it put on true and i took out essentialschat and here is how i put it into permissionsex-



    Cobble:
    prefix: &8[Cobblestone]&f
    permissions:
    - disguisecraft.mob.pig
    - essentials.kits.Cobble
    - essentials.workbench
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.spawn
    - mcmmo.commands.party
    - mcmmo.skills.*
    - mcmmo.chat.partychat
    inheritance: default
     
  2. Offline

    Ikrace

    Post your chatmanager configuration please.
    Another problem you may have is because you do not have the options:
    below your permissions an example is here http://pastebin.com/MX8i1Q3m
    I found your problem
    prefix: '&8[Cobblestone]&f'
    You need The ''
     
  3. Offline

    MysteryManX

    Use Pastebin when posting anything YAML.
     
  4. ok have any help?
     
  5. Offline

    Ikrace

  6. and the " are not working
     
  7. Offline

    Ikrace

    coolmonkey123101 Pastebin Your Chatmanager Config And Dont Forget To Add The Options:
    Below The Permissions
     
  8. chatmanager config


    enable: true
    message-format: <%prefix%player%suffix> %message
    global-message-format: <%prefix%player%suffix> &e%message
    ranged-mode: false
    chat-range: 100.0
     
  9. Offline

    Ikrace

    Pastebin.com Your PermissionsEx File And Ill Look Into It
     
  10. Offline

    xsMatty

    I see the problem, it should be easy to fix:
    Change this;
    prefix: "&8[Cobblestone]&f"
    To this;
    prefix: '&8[Cobblestone]&f '

    For example, this is a sample group i've made for you
    member:
    default: false
    inheritance:
    - player
    permissions:
    - whatever.nodes
    prefix: '&b[&3Member&b]&7'
    options:
    build: true

    message-format: '&7%player: &f%message'

    Also, just remembered,
    Be sure you have essentialschat.jar
    On your server, as this will make any permissions plugins prefix work!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
Thread Status:
Not open for further replies.

Share This Page