Add plural to Displayables

This commit is contained in:
Allink
2022-05-25 19:41:58 +01:00
parent 6c426644f6
commit 47c30c3283
3 changed files with 30 additions and 14 deletions

View File

@ -13,6 +13,8 @@ public interface Displayable
String getAbbr();
String getPlural();
ChatColor getColor();
org.bukkit.ChatColor getTeamColor();