mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
big brain
This commit is contained in:
parent
6a5dc4b98e
commit
fa51976ea5
@ -47,6 +47,7 @@ public class Command_vanish extends FreedomCommand
|
|||||||
{
|
{
|
||||||
FUtil.bcastMsg(ChatColor.AQUA + sender.getName() + " is " + loginMsg);
|
FUtil.bcastMsg(ChatColor.AQUA + sender.getName() + " is " + loginMsg);
|
||||||
FUtil.bcastMsg(playerSender.getName() + " joined the game.", ChatColor.YELLOW);
|
FUtil.bcastMsg(playerSender.getName() + " joined the game.", ChatColor.YELLOW);
|
||||||
|
plugin.dc.messageChatChannel("**" + playerSender.getName() + " joined the server" + "**");
|
||||||
}
|
}
|
||||||
if (admin.getTag() != null)
|
if (admin.getTag() != null)
|
||||||
{
|
{
|
||||||
@ -70,6 +71,7 @@ public class Command_vanish extends FreedomCommand
|
|||||||
if (!silent)
|
if (!silent)
|
||||||
{
|
{
|
||||||
FUtil.bcastMsg(playerSender.getName() + " left the game.", ChatColor.YELLOW);
|
FUtil.bcastMsg(playerSender.getName() + " left the game.", ChatColor.YELLOW);
|
||||||
|
plugin.dc.messageChatChannel("**" + playerSender.getName() + " left the server" + "**");
|
||||||
}
|
}
|
||||||
FLog.info(playerSender.getName() + " is now vanished.");
|
FLog.info(playerSender.getName() + " is now vanished.");
|
||||||
for (Player player : server.getOnlinePlayers())
|
for (Player player : server.getOnlinePlayers())
|
||||||
|
Loading…
Reference in New Issue
Block a user