Skip to content

Commit

Permalink
Formated message
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonsator committed Nov 12, 2016
1 parent ddf0596 commit e6a10a2
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ public void stats(OnlinePAFPlayer pSender, Clan pClan) {

// Counts how many players are in the list.
int onlinePlayersOfTheClanCount = onlinePlayersOfTheClan.size();

// Adds a split message
pSender.sendMessage("§7------------------------");
// Sends a message to the player who used /clan stats and tells him how many people of this clan are online at the moment.
pSender.sendMessage("From this clan are " + onlinePlayersOfTheClanCount + " members online.");
pSender.sendMessage("§7From this clan are " + onlinePlayersOfTheClanCount + " members online.");
// Adds a split message
pSender.sendMessage("§7------------------------");
}
}

0 comments on commit e6a10a2

Please sign in to comment.