Updated hologram to display the amount of peasants in the kingdom
This commit is contained in:
parent
f1670bc550
commit
601c9e31c6
@ -268,7 +268,7 @@ public class CastleManager extends MiniPlugin
|
||||
|
||||
if (_king != null && _king.getKing().isOnline())
|
||||
{
|
||||
_hologram = new Hologram(_hologramManager, _hologramLocation, "Mineplex Castle", "Current King: " + F.name(_king.getKing().getName()) + "!");
|
||||
_hologram = new Hologram(_hologramManager, _hologramLocation, "Mineplex Castle", "Current King: " + F.name(_king.getKing().getName()) + " (" + F.count(_king.amountOfPeasants()) + ")!");
|
||||
_hologram.start();
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user