Prefixes not showing?

Discussion in 'Bukkit Help' started by Mattz, Dec 9, 2012.

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

    Mattz

    It's just a small problem, but I really need to fix this. The prefixes are not showing. Here's the permissions file:

    Code:
    groups:
      Admin:
        prefix: '&7[&cAdmin&7]&f'
        options:
          rank: '300'
      Owner:
        prefix: '&7[&cOwner&7]&f'
      Mod:
        prefix: '&7[&9Mod&7]&f'
        options:
          rank: '400'
        inheritance:
        - VIP
        permissions:
        - essentials.mail.sendall
        - essentials.ban.notify
        - essentials.kick
        - essentials.kick.notify
        - essentials.mute
        - essentials.socialspy
        - essentials.tempban
        - essentials.tempban.offline
        - essentials.unban
        - essentials.chat.spy
      Guest:
        prefix: '&7[&bGuest&7]&f'
        options:
          rank: '1000'
        default: true
        permissions:
        - essentials.helpop.receive
        - essentials.motd
        - essentials.rules
        - essentials.ping
        - iConomy.access
      Member:
        prefix: '&7[&bMember&7]&f'
        options:
          rank: '900'
        inheritance:
        - Guest
        permissions:
        - ChestShop.shop.*
        - essentials.balance
        - essentials.pay
        - essentials.compass
        - essentials.depth
        - essentials.getpos
        - essentials.help
        - essentials.helpop
        - essentials.info
        - essentials.list
        - essentials.suicide
        - essentials.spawn
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.chat.shout
        - factions.admin
        - factions.claim
        - factions.chat
        - factions.create
        - factions.deinvite
        - factions.description
        - factions.disband
        - factions.help
        - factions.home
        - factions.invite
        - factions.join
        - factions.kick
        - factions.list
        - factions.mod
        - factions.money.balance
        - factions.money.deposit
        - factions.open
        - factions.owner
        - factions.ownerlist
        - factions.power
        - factions.sethome
        - factions.show
        - factions.tag
        - factions.version
        - factions.unclaim
        - factions.unclaimall
        - iConomy.payment
      MemberBr:
        prefix: '&7[&bMember&7]&f'
        inheritance:
        - Member
        permissions:
        - ColoredSigns.Usecolor
        - essentials.msg.format
        - essentials.msg.color
        - essentials.msg.magic
        - essentials.back
        - essentials.home
        - essentials.home.bed
        - essentials.tpa
        - essentials.tpahere
        - essentials.warp
      MemberSi:
        prefix: '&7[&bMember&7]&f'
        inheritance:
        - MemberBr
        permissions:
        - essentials.workbench
        - essentials.msg.url
        - essentials.nick
        - essentials.powertool
        - essentials.powertooltoggle
        - essentials.sethome
        - essentials.joinfullserver
      MemberGo:
        prefix: '&7[&bMember&7]&f'
        inheritance:
        - MemberGo
        permissions:
        - essentials.color
        - essentials.magic
        - essentials.powertool.append
        - essentials.back.ondeath
        - essentials.keepxp
        - essentials.sethome.multiple
        - factions.setpeaceful
        - factions.noboom
        - factions.setpermanent
      Veteran:
        prefix: '&7[&bVeteran&7]&f'
        options:
          rank: '800'
        inheritance:
        - Member
        permissions:
        - essentials.balance.others
        - essentials.balancetop
        - essentials.ignore
        - essentials.mail
        - essentials.mail.send
        - essentials.msg
        - factions.map
        - factions.power.any
        - iConomy.list
      VeteranBr:
        prefix: '&7[&bVeteran&7]&f'
        inheritance:
        - MemberBr
        - Veteran
      VeteranSi:
        prefix: '&7[&bVeteran&7]&f'
        inheritance:
        - MemberSi
        - Veteran
      VeteranGo:
        prefix: '&7[&bVeteran&7]&f'
        inheritance:
        - MemberGo
        - Veteran
      Elite:
        prefix: '&7[&6Elite&7]&f'
        options:
          rank: '700'
        inheritance:
        - Veteran
        permissions:
        - essentials.list.hidden
        - essentials.me
        - essentials.realname
        - essentials.seen
        - essentials.seen.banreason
        - factions.leave
        - factions.money.balance.any
        - factions.money.withdraw
        - factions.money.f2f
        - factions.money.f2p
        - factions.money.p2f
      EliteBr:
        prefix: '&7[&6Elite&7]&f'
        inheritance:
        - MemberBr
        - Elite
      EliteSi:
        prefix: '&7[&6Elite&7]&f'
        inheritance:
        - MemberSi
        - Elite
      EliteGo:
        prefix: '&7[&6Elite&7]&f'
        inheritance:
        - MemberGo
        - Elite
      Legend:
        prefix: '&7[&6Legend&7]&f'
        options:
          rank: '600'
        inheritance:
        - Elite
        permissions:
        - essentials.list.hidden
        - essentials.clearinventory
        - factions.autoclaim
      LegendBr:
        prefix: '&7[&6Legend&7]&f'
        inheritance:
        - MemberBr
        - Legend
      LegendSi:
        prefix: '&7[&6Legend&7]&f'
        inheritance:
        - MemberSi
        - Legend
      LegendGo:
        prefix: '&7[&6Legend&7]&f'
        inheritance:
        - MemberGo
        - Legend
      Sponsor:
        prefix: '&7[&dSponsor&7]&f'
        inheritance:
        - VIP
      VIP:
        prefix: '&7[&dSponsor&7]&f'
        options:
          rank: '500'
        inheritance:
        - LegendGo
        permissions:
        - ChestShop.nofee
        - essentials.vanish.see
        - essentials.back
        - essentials.keepxp
    The plugins I have installed are:
    - BorderGuard
    - ChestShop3-46
    - ColoredSigns
    - CustomTheDeath
    - DisguiseCraft
    - Essentials Core/Chat/Protect/Spawn
    - Factions
    - iConomy
    - OnTime
    - Orefuscator
    - PermissionsEx
    - My custom plugin
    - SidewaysLogFix
    - WorldEdit
    - WorldGuard
     
  2. Offline

    Mattz

    I forgot to specify a few things:
    -The prefixes are set in PermissionsEx
    -I tried removing EssentialsChat, it's not the problem.
     
  3. Offline

    Mattz

    Still any help? How come it's only happening to me?
     
  4. Offline

    Necrodoom

    give your startup log, so i can see what is your issue.
     
  5. PermissionsEx itself does absolutely nothing about prefixes. Therefore, if you want the prefixes to be seen in the game chat you must get a plugin for that. As mentioned before, mChat works great for that. Give it a try and you'll see what I mean.
     
  6. Offline

    Necrodoom

    essentialschat also works fine for prefix/suffix, thus mchat will not help.
     
  7. Then I don't understand what is the issue, if EssentialsChat works fine? You said the prefixes are not showing.
     
  8. Offline

    Necrodoom

    my point is if prefixes are not showing with one chat plugin, most likely they wont show with others, unless problem is identified
     
  9. Offline

    PolarCraft

    In the essentials config there is a section that is this
    Make sure yours is as follows and they should pop up !
     
  10. Offline

    Necrodoom

    no, because:
    A: formats dont control prefix/suffix
    B: you are setting it wrong, 2 formats enabled
     
  11. Offline

    PolarCraft

    Actually sorry its
     
  12. Offline

    Necrodoom

  13. Offline

    PolarCraft

    yes it does go look it up
     
  14. Offline

    Necrodoom

    ....
    ive been support of the essentials plugin and the groupmanager plugin for almost an year.
    format does NOT effect prefix/suffix.
     
  15. Offline

    PolarCraft

    okay wheres your proof?
     
  16. Offline

    Necrodoom

    since you prefer to act like an asshole:
    format allowed tags:
    {SHORTWORLDNAME} {WORLDNAME} {DISPLAYNAME} {GROUP} {MESSAGE}

    no prefix/suffix here. essentialschat doesnt split these from displayname.
    the very fact that theres this tag called {DISPLAYNAME} means prefix/suffix are built in, as displayname is what contains prefix/suffix.
     
  17. Offline

    Mozio

    Make sure you have ChatManager installed.

    You need ChatManager.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  18. What if Essentials chat just requires GroupManager in order to work? I've never used Essentials Chat and never will.
    I very highly believe that if you just would give mChat a try (Or any other chat plugin but not EssentialsChat), it would work immediately. I wont bother anymore though, because you can't seem to try possible solution.
    Good luck finding what you are looking for.

    It is not required. It works like any other prefix plugin, just is developed with PermissionsEx developers. I have PermissionsEx but not ChatManager, but I still have prefixes working just fine.
     
  19. Offline

    Iaccidentally

    Just as clarification: necrodoom is correct here. (This coming straight from a developer of Essentials)

    So, because you haven't used it, you assume it is broken? Hardly a logical argument. Suggesting people change plugins due to user error isn't support, nor is it helpful. Essentials Chat does not require GroupManager to work. It works fine with any permissions system or even no permissions system. The only thing it requires is Essentials.jar.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
    Akiruu likes this.
  20. Offline

    Necrodoom

    essentialschat doesnt need groupmanager to work, and never did. considering OP already tried a chat plugin that should show prefixes, but doesnt, more info is needed from OP to identify problem, such as a startup log, as replacing plugin would be ignoring the problem instead of attempting to fix it.
     
  21. I didn't at any point say/expect it was broken. What I am trying to ask the person to try is to change to another chatting plugin and see if it works just fine. As if it works then we could obviously assume that there is something wrong with the plugins configuration file for example.
     
  22. Offline

    Necrodoom

    i think this went a bit too far.
    lets wait for OP to supply startup log, so all this bladder can be solved?
     
  23. Offline

    Mattz

    Sorry for the late reply, I thought the thread had died.
    Here's the startup log:
    Code:
    208 recipes
    27 achievements
    2012-12-13 17:32:55 [INFO] Starting minecraft server version 1.4.5
    2012-12-13 17:32:55 [INFO] Loading properties
    2012-12-13 17:32:55 [INFO] Default game type: SURVIVAL
    2012-12-13 17:32:55 [INFO] Generating keypair
    2012-12-13 17:32:55 [INFO] Starting Minecraft server on 208.115.246.130:25565
    2012-12-13 17:32:55 [INFO] This server is running CraftBukkit version git-Bukkit
    -1.4.5-R0.2-b2488jnks (MC: 1.4.5) (Implementing API version 1.4.5-R0.2)
    2012-12-13 17:32:55 [SEVERE] Could not load 'plugins\OnTime.jar' in folder 'plug
    ins'
    org.bukkit.plugin.UnknownDependencyException: Vault
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:195)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:227)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:205)
            at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(Server
    ConfigurationManagerAbstract.java:51)
            at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
     
            at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:111)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:398)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
    2012-12-13 17:32:55 [INFO] [PermissionsEx] sql backend registered!
    2012-12-13 17:32:55 [INFO] [PermissionsEx] file backend registered!
    2012-12-13 17:32:55 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2012-12-13 17:32:55 [INFO] [Orebfuscator] Loading Orebfuscator v1.7.6
    2012-12-13 17:32:55 [INFO] [BorderGuard] Loading BorderGuard v4.31
    2012-12-13 17:32:55 [INFO] [WorldEdit] Loading WorldEdit v1139-6e24d98
    2012-12-13 17:32:55 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.8.4-RC-b271
    2012-12-13 17:32:55 [INFO] [iConomy] Loading iConomy v7.0
    2012-12-13 17:32:55 [INFO] [ThePvP API] Loading ThePvP API v1.001
    2012-12-13 17:32:56 [INFO] [DisguiseCraft] Loading DisguiseCraft v3.9
    2012-12-13 17:32:56 [INFO] [VoxelSniper] Loading VoxelSniper v5.168.0-jnks168
    2012-12-13 17:32:56 [INFO] [ColoredSigns] Loading ColoredSigns v1.2
    2012-12-13 17:32:56 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.4
    2012-12-13 17:32:56 [INFO] [PermissionsEx] Initializing file backend
    2012-12-13 17:32:56 [INFO] [WorldGuard] Loading WorldGuard v5.6.5
    2012-12-13 17:32:56 [INFO] [CustomTheDeath] Loading CustomTheDeath v1.5
    2012-12-13 17:32:56 [INFO] [SidewaysLogFix] Loading SidewaysLogFix v1.01
    2012-12-13 17:32:56 [INFO] [Essentials] Loading Essentials v2.9.5
    2012-12-13 17:32:56 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.5
    2012-12-13 17:32:56 [INFO] MLog clients using java 1.4+ standard logging.
    2012-12-13 17:32:56 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.5
    2012-12-13 17:32:56 [INFO] [ChestShop] Loading ChestShop v3.46
    2012-12-13 17:32:56 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.5
    2012-12-13 17:32:56 [INFO] [Factions] Loading Factions v1.6.9.3
    2012-12-13 17:32:56 [INFO] [Orebfuscator] Enabling Orebfuscator v1.7.6
    2012-12-13 17:32:56 [INFO] Preparing level "Main"
    2012-12-13 17:32:56 [INFO] Preparing start region for level 0 (Seed: -8360694024
    363137176)
    2012-12-13 17:32:56 [INFO] ----- Bukkit Auto Updater -----
    2012-12-13 17:32:56 [INFO] It appears that you're running a Beta Build, when you
    've specified in bukkit.yml that you prefer to run Recommended Builds.
    2012-12-13 17:32:56 [INFO] If you would like to be kept informed about new Beta
    Build releases, it is recommended that you change 'preferred-channel' in your bu
    kkit.yml to 'beta'.
    2012-12-13 17:32:56 [INFO] With that set, you will be told whenever a new versio
    n is available for download, so that you can always keep up to date and secure w
    ith the latest fixes.
    2012-12-13 17:32:56 [INFO] If you would like to disable this warning, simply set
    'suggest-channels' to false in bukkit.yml.
    2012-12-13 17:32:56 [INFO] ----- ------------------- -----
    2012-12-13 17:32:56 [INFO] Preparing start region for level 1 (Seed: -8360694024
    363137176)
    2012-12-13 17:32:57 [INFO] Preparing start region for level 2 (Seed: -8360694024
    363137176)
    2012-12-13 17:32:57 [INFO] [BorderGuard] Enabling BorderGuard v4.31
    2012-12-13 17:32:57 [INFO] BorderGuard version 4.31 is enabled!
    2012-12-13 17:32:57 [INFO] [WorldEdit] Enabling WorldEdit v1139-6e24d98
    2012-12-13 17:32:57 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-12-13 17:32:57 [INFO] [NoCheatPlus] Enabling NoCheatPlus v3.8.4-RC-b271
    2012-12-13 17:32:57 [INFO] [NoCheatPlus] Version 3.8.4-RC-b271 is enabled.
    2012-12-13 17:32:57 [INFO] [iConomy] Enabling iConomy v7.0
    2012-12-13 17:32:57 [INFO] [iConomy - April Fools] Enabled (10 ms)
    2012-12-13 17:32:57 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April
    Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
    2012-12-13 17:32:57 [INFO] [iConomy - April Fools] Purged accounts with default
    balance.
    2012-12-13 17:32:58 [INFO] [ThePvP API] Enabling ThePvP API v1.001
    2012-12-13 17:32:58 [INFO] [ThePvP API] The PVP API has been successfully enable
    d!
    2012-12-13 17:32:58 [INFO] [DisguiseCraft] Enabling DisguiseCraft v3.9
    2012-12-13 17:32:58 [WARNING] [DisguiseCraft] You have "disguisePVP" enabled in
    the configuration, but do not have the ProtocolLib plugin installed! Players wea
    ring disguises can not be attacked by melee!
    2012-12-13 17:32:58 [INFO] [DisguiseCraft] Version 3.9 is enabled!
    2012-12-13 17:32:59 [INFO] [VoxelSniper] Enabling VoxelSniper v5.168.0-jnks168
    2012-12-13 17:32:59 [INFO] [ColoredSigns] Enabling ColoredSigns v1.2
    2012-12-13 17:32:59 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.4
    2012-12-13 17:32:59 [INFO] [PermissionsEx] Superperms support enabled.
    2012-12-13 17:32:59 [INFO] [PermissionsEx] v1.19.4 enabled
    2012-12-13 17:32:59 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx fo
    r permissions.
    2012-12-13 17:32:59 [INFO] [WorldGuard] Enabling WorldGuard v5.6.5
    2012-12-13 17:32:59 [INFO] [WorldGuard] (Main) TNT ignition is PERMITTED.
    2012-12-13 17:32:59 [INFO] [WorldGuard] (Main) Lighters are PERMITTED.
    2012-12-13 17:32:59 [INFO] [WorldGuard] (Main) Lava fire is blocked.
    2012-12-13 17:32:59 [INFO] [WorldGuard] (Main) Fire spread is UNRESTRICTED.
    2012-12-13 17:32:59 [INFO] [WorldGuard] Loaded configuration for world 'Main'
    2012-12-13 17:32:59 [INFO] [WorldGuard] (Main_nether) TNT ignition is PERMITTED.
     
    2012-12-13 17:32:59 [INFO] [WorldGuard] (Main_nether) Lighters are PERMITTED.
    2012-12-13 17:32:59 [INFO] [WorldGuard] (Main_nether) Lava fire is blocked.
    2012-12-13 17:32:59 [INFO] [WorldGuard] (Main_nether) Fire spread is UNRESTRICTE
    D.
    2012-12-13 17:32:59 [INFO] [WorldGuard] Loaded configuration for world 'Main_net
    her'
    2012-12-13 17:32:59 [INFO] [WorldGuard] (Main_the_end) TNT ignition is PERMITTED
    .
    2012-12-13 17:32:59 [INFO] [WorldGuard] (Main_the_end) Lighters are PERMITTED.
    2012-12-13 17:32:59 [INFO] [WorldGuard] (Main_the_end) Lava fire is blocked.
    2012-12-13 17:32:59 [INFO] [WorldGuard] (Main_the_end) Fire spread is UNRESTRICT
    ED.
    2012-12-13 17:32:59 [INFO] [WorldGuard] Loaded configuration for world 'Main_the
    _end'
    2012-12-13 17:32:59 [INFO] [WorldGuard] 24 regions loaded for 'Main'
    2012-12-13 17:32:59 [INFO] [WorldGuard] 0 regions loaded for 'Main_nether'
    2012-12-13 17:32:59 [INFO] [WorldGuard] 0 regions loaded for 'Main_the_end'
    2012-12-13 17:32:59 [INFO] [CustomTheDeath] Enabling CustomTheDeath v1.5
    2012-12-13 17:32:59 [INFO] *** CustomTheDeath v1.5 is now enabled ! ***
    2012-12-13 17:32:59 [INFO] [SidewaysLogFix] Enabling SidewaysLogFix v1.01
    2012-12-13 17:32:59 [INFO] [Essentials] Enabling Essentials v2.9.5
    2012-12-13 17:32:59 [INFO] Essentials: Using PermissionsEx based permissions.
    2012-12-13 17:32:59 [INFO] [Essentials] Payment method found (iConomy version: 6
    )
    2012-12-13 17:32:59 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.5
     
    2012-12-13 17:32:59 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56
    ; debug? true; trace: 10]
    2012-12-13 17:33:00 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.5
    2012-12-13 17:33:00 [INFO] [ChestShop] Enabling ChestShop v3.46
    2012-12-13 17:33:00 [INFO] [ChestShop] iConomy version 6 loaded.
    2012-12-13 17:33:01 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.5
    2012-12-13 17:33:01 [INFO] [Factions] Enabling Factions v1.6.9.3
    2012-12-13 17:33:01 [INFO] [Factions v1.6.9.3] === ENABLE START ===
    2012-12-13 17:33:01 [INFO] [Factions v1.6.9.3] Loading board from disk
    2012-12-13 17:33:01 [INFO] [Factions v1.6.9.3] Found and will integrate chat wit
    h EssentialsChat v2.9.5
    2012-12-13 17:33:01 [INFO] [Factions v1.6.9.3] Economy integration is disabled,
    and the plugin "Vault" is not installed.
    2012-12-13 17:33:01 [INFO] [Factions v1.6.9.3] === ENABLE DONE (Took 140ms) ===
    2012-12-13 17:33:03 [INFO] Server permissions file permissions.yml is empty, ign
    oring it
    2012-12-13 17:33:05 [INFO] Done (9.282s)! For help, type "help" or "?"
    
    Just ignore the OnTime error. I doubt there's anything wrong in this.
     
  24. Offline

    tarikb

    I Recommend you delete all the other rank plugins and install Groupmanager and then tell me and i will assist u.

    And have u done a YAML Pasrser.
    Use This To Help. http://yaml-online-parser.appspot.com/

    Should Show Any Areas or TABS.

    And You Are WRONG. It Has Nothing to Do with it. This is just the format of the chat from essentials the ranks plugin is another whole thing.

    Thank You

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  25. Offline

    hunajameloni

    Mattz
    Mattz, go to ChatManager's Config File, there is enable: false, set it to true.
    Code:
    enable: true
    message-format: <%prefix%player%suffix> %message
    global-message-format: <%prefix%player%suffix> &e%message
    ranged-mode: false
    chat-range: 100.0
     
  26. Offline

    Necrodoom

    he doesnt have it, not the problem.
     
  27. Offline

    hunajameloni

    Oh okey... He should download it and try :D
     
  28. Offline

    Necrodoom

    he already has a chat plugin. he should fix PEX YML first off.
     
  29. Offline

    pr4xt3roy

    I had the same problem.
    I found the solution.

    I had changed the change-displayname value to false in Essentials/config.yml

    I changed it back to:
    Code:
    change-displayname: true
    and the prefix started to work.
     
Thread Status:
Not open for further replies.

Share This Page