Is there any way I can do ranks or name colors with groupmanager based on element?The prefixes are not out in an update yet. They will probably be released in a future update. Stay tuned <3
Oh you mean the Group Prefixes not the Chat Prefixes.... Lol..... Well with Group Manager you could make groups if all else fails....Is there any way I can do ranks or name colors with groupmanager based on element?
didnt worklol, PK already has full essentials chat support.
Go to /plugins/ProjectKorra/language.yml and set Chat.Enabled to false.
Then in your essentials (chat) config, you can use {Element} or {ElementColor} to show a player's element or element color. The prefixes shown in {Element} are the same ones defined in the language config file, so if you want to change them, change them there.
This is not the essentials chat config. It's in the SAME place though. You need to scroll down a bit until you see a boarder thing that says ESSENTIALS CHATEssentials config:
# A color code between 0-9 or a-f. Set to 'none' to disable.
ops-name-color: '4'
# The character(s) to prefix all nicknames, so that you know they are not true usernames.
nickname-prefix: '~'
# The maximum length allowed in nicknames. The nickname prefix is included in this.
max-nick-length: 15
# When this option is enabled, nickname length checking will exclude color codes in player names.
# ie: "&6Notch" has 7 characters (2 are part of a color code), a length of 5 is used when this option is set to true
ignore-colors-in-max-nick-length: false
# Disable this if you have any other plugin, that modifies the displayname of a user.
change-displayname: false
# When this option is enabled, the (tab) player list will be updated with the displayname.
# The value of change-displayname (above) has to be true.
#change-playerlist: true
# When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
# This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'.
# The value of change-displayname (above) has to be true.
# Do not edit this setting unless you know what you are doing!
#add-prefix-suffix: false
chat:This is not the essentials chat config. It's in the SAME place though. You need to scroll down a bit until you see a boarder thing that says ESSENTIALS CHAT
So to make it have element names you could do this:# Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
Default: '{ElementColor}{Element} {DISPLAYNAME}:&r {MESSAGE}'
Yeah, this is correct ^Okay so that's where you're going to want to put the ranks. Like what Strange said. In the paste you provided it says:
So to make it have element names you could do this:
Keep in mind I haven't tried this my self. Personally if I were doing this I'd want to create each individual group using PermissionsEx. Just seems a bit more easier to maintain to me.Code:Default: '{ElementColor}{Element} {DISPLAYNAME}:&r {MESSAGE}'
It didnt work...Okay so that's where you're going to want to put the ranks. Like what Strange said. In the paste you provided it says:
So to make it have element names you could do this:
Keep in mind I haven't tried this my self. Personally if I were doing this I'd want to create each individual group using PermissionsEx. Just seems a bit more easier to maintain to me.Code:Default: '{ElementColor}{Element} {DISPLAYNAME}:&r {MESSAGE}'
If you have different ranks in PEX, you have to specify what rank each player is displayed as in chat. The example above is for the "default" rank that players get. If it doesn't make sense, I suggest looking at come EssentialsChat or PEX group tutorials.It didnt work...
I know this is a lot to ask but is there any pre-made element and rank pex config file????
thanks if someone links it
alternative options to fix would be awesome too!
confused lolIf you have different ranks in PEX, you have to specify what rank each player is displayed as in chat. The example above is for the "default" rank that players get. If it doesn't make sense, I suggest looking at come EssentialsChat or PEX group tutorials.