This commit is contained in:
parent
81160ce074
commit
f223b0a7c7
@ -52,8 +52,10 @@ public class PAPIManager extends PlaceholderExpansion
|
||||
int pronounId;
|
||||
|
||||
// base format is [She/Her]
|
||||
final String baseFormat = ChatColor.DARK_GRAY + "%main%" + ChatColor.DARK_GRAY + "/" +
|
||||
"%secondary%" + ChatColor.DARK_GRAY + "]" + ChatColor.RESET;
|
||||
// todo: allow customizing from config.yml
|
||||
final String baseFormat = ChatColor.DARK_GRAY + "[" + ChatColor.RESET + "%main%" +
|
||||
ChatColor.DARK_GRAY + "/" + ChatColor.RESET + "%secondary%" +
|
||||
ChatColor.DARK_GRAY + "]" + ChatColor.RESET;
|
||||
|
||||
|
||||
// todo: this sends query every time we get a papi call, which is horrible for performance.
|
||||
|
Loading…
Reference in New Issue
Block a user