General stuff

This commit is contained in:
Jerome van der Sar 2012-09-16 14:50:02 +02:00
parent 14cfea879d
commit 9abdf265e4
3 changed files with 7 additions and 6 deletions

View file

@ -34,7 +34,7 @@ public class Command_fr extends TFM_Command
}
else
{
if (args[0].toLowerCase().equals("reset"))
if (args[0].toLowerCase().equals("purge"))
{
TotalFreedomMod.allPlayersFrozen = false;

View file

@ -12,7 +12,8 @@ public class Command_status extends TFM_Command
@Override
public boolean run(CommandSender sender, Player sender_p, Command cmd, String commandLabel, String[] args, boolean senderIsConsole)
{
sender.sendMessage(ChatColor.GOLD + "Madgeek1450 and DarthSalamon's Total Freedom Mod v" + TotalFreedomMod.pluginVersion + "." + TotalFreedomMod.buildNumber + ", built " + TotalFreedomMod.buildDate);
sender.sendMessage(ChatColor.GOLD + "Total Freedom Mod v" + TotalFreedomMod.pluginVersion + "." + TotalFreedomMod.buildNumber + ", built " + TotalFreedomMod.buildDate);
sender.sendMessage(ChatColor.GOLD + "By: Madgeek1450 and DarthSalamon");
sender.sendMessage(ChatColor.YELLOW + "Server is currently running with 'online-mode=" + (server.getOnlineMode() ? "true" : "false") + "'.");
sender.sendMessage(ChatColor.GOLD + "Loaded worlds:");

View file

@ -29,8 +29,8 @@ commands:
description: Superadmin command - Deop a player
usage: /<command> <playername>
deopall:
description: Superadmin command - Deop everyone on the server. Use 'purge' to clear ops.txt as well.
usage: /<command> [purge]
description: Superadmin command - Deop everyone on the server.
usage: /<command>
enchant:
description: Enchant items.
usage: /<command> <list | addall | reset | add <name> | remove <name>>
@ -54,7 +54,7 @@ commands:
usage: /<command> <on | off>
fr:
description: Superadmin command - Freeze players (toggles on and off).
usage: /<command> [target | reset]
usage: /<command> [target | purge]
fuckoff:
description: You'll never even see it coming.
usage: /<command>
@ -111,7 +111,7 @@ commands:
usage: /<command> [-c | -s]
ops:
description: Superadmin command - Manage operators
usage: /<command> [list | purge]
usage: /<command> [count | list | purge]
opme:
description: Superadmin command - Automatically ops user.
usage: /<command>