Refactored chat messaging api
This commit is contained in:
		| @@ -37,7 +37,7 @@ public class GameSelector extends InteractableEntity { | ||||
|         if(playerEntityInteractEvent.getPlayer() != room.getOwner()) { | ||||
|             abstractVillagerMeta.setHeadShakeTimer(20); | ||||
|  | ||||
|             new ChatMessage(Icon.ERROR).appendStatic("Only the room leader can start games!").indent(1).newLine() | ||||
|             new ChatMessage(Icon.ERROR).appendStatic("Only the room leader can start games!").newLine() | ||||
|                     .appendStatic("current leader: ").appendStatic(room.getOwner().getUsername()) | ||||
|                     .send(playerEntityInteractEvent.getPlayer()); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user