This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I have the following issues with the VAULTRECODE version:- Shout and @ break all chat handling and formatting- not applying suffixes from bPermissions (prefixes work though)- not applying ranged mode- not applying colors from player's displayname set in NameTags plugin (I assume this is what the separate %displayname variable is for)- No errors are in the log
All of those things worked in 2.0.1 except:- @ breaks and reverts your message to global- Log has this error: Could not pass event AsyncPlayerChatEvent to bChatManager v2.0 org.bukkit.event.EventException
<p>config files</p>
Ignored "known caveats" of vault recode alpha file.
Solution: Bold text and clearer description.
TICKET CLOSED
It said "NONE OF THE BCHATMANAGER FEATURES EXCEPT CHAT FORMATTING ARE FUNCTIONAL." I figured the suffixes fall under formatting considering that prefixes are working
@Zolcos: Go
I'm genuinely confused as to why suffixes aren't working. I just checked my code:
public String replacePlayerPlaceholders(Player player, String format) { String worldName = player.getWorld().getName(); return format.replace("%prefix", chat.getPlayerPrefix(player)) .replace("%suffix", chat.getPlayerSuffix(player)) .replace("%world", worldName) .replace("%player", player.getName()) .replace("%displayname", player.getDisplayName()); }
and I did implement suffixes. Uh, ticket reopened.
I've attached my configs. In this case my format lines actually put the suffix before the name because I use it for faction color codes so they can be managed separately from staff tags. For the user 'zolcos' it should be showing the green color from the 'sylvanian' group, but it only works in 2.0.1
Thanks!
I'll look at it in the morning when I'm not so tired :)
To post a comment, please login or register a new account.