mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-06 22:13:05 +00:00
Adds Something that is missing
Adds Futil.strictcolorize (that filters Banned colors on smite and gtfo) Adds Actual Server-TFM features Adds Wipewarps adds wipecoreprotectdata adds spectator adds rainbownick adds rainbowtag
This commit is contained in:
@ -59,9 +59,16 @@ public class Command_gtfo extends FreedomCommand
|
||||
plugin.rb.rollback(player.getName());
|
||||
|
||||
}
|
||||
else
|
||||
|
||||
if (getServer().getPluginManager().isPluginEnabled("CoreProtect"))
|
||||
{
|
||||
plugin.cpb.rollback(player.getName());
|
||||
try
|
||||
{
|
||||
server.dispatchCommand(sender, "co rollback t:1d r:#global #silent u:" + player.getName());
|
||||
}
|
||||
catch (NoClassDefFoundError ex)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Deop
|
||||
@ -95,7 +102,7 @@ public class Command_gtfo extends FreedomCommand
|
||||
.append(ip);
|
||||
if (reason != null)
|
||||
{
|
||||
bcast.append(" - Reason: ").append(ChatColor.YELLOW).append(FUtil.colorize(reason));
|
||||
bcast.append(" - Reason: ").append(ChatColor.YELLOW).append(FUtil.StrictColorize(reason));
|
||||
}
|
||||
FUtil.bcastMsg(bcast.toString());
|
||||
|
||||
|
Reference in New Issue
Block a user