mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
General stuff
This commit is contained in:
parent
14cfea879d
commit
9abdf265e4
@ -34,7 +34,7 @@ public class Command_fr extends TFM_Command
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (args[0].toLowerCase().equals("reset"))
|
if (args[0].toLowerCase().equals("purge"))
|
||||||
{
|
{
|
||||||
TotalFreedomMod.allPlayersFrozen = false;
|
TotalFreedomMod.allPlayersFrozen = false;
|
||||||
|
|
||||||
|
@ -12,7 +12,8 @@ public class Command_status extends TFM_Command
|
|||||||
@Override
|
@Override
|
||||||
public boolean run(CommandSender sender, Player sender_p, Command cmd, String commandLabel, String[] args, boolean senderIsConsole)
|
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.YELLOW + "Server is currently running with 'online-mode=" + (server.getOnlineMode() ? "true" : "false") + "'.");
|
||||||
sender.sendMessage(ChatColor.GOLD + "Loaded worlds:");
|
sender.sendMessage(ChatColor.GOLD + "Loaded worlds:");
|
||||||
|
|
||||||
|
@ -29,8 +29,8 @@ commands:
|
|||||||
description: Superadmin command - Deop a player
|
description: Superadmin command - Deop a player
|
||||||
usage: /<command> <playername>
|
usage: /<command> <playername>
|
||||||
deopall:
|
deopall:
|
||||||
description: Superadmin command - Deop everyone on the server. Use 'purge' to clear ops.txt as well.
|
description: Superadmin command - Deop everyone on the server.
|
||||||
usage: /<command> [purge]
|
usage: /<command>
|
||||||
enchant:
|
enchant:
|
||||||
description: Enchant items.
|
description: Enchant items.
|
||||||
usage: /<command> <list | addall | reset | add <name> | remove <name>>
|
usage: /<command> <list | addall | reset | add <name> | remove <name>>
|
||||||
@ -54,7 +54,7 @@ commands:
|
|||||||
usage: /<command> <on | off>
|
usage: /<command> <on | off>
|
||||||
fr:
|
fr:
|
||||||
description: Superadmin command - Freeze players (toggles on and off).
|
description: Superadmin command - Freeze players (toggles on and off).
|
||||||
usage: /<command> [target | reset]
|
usage: /<command> [target | purge]
|
||||||
fuckoff:
|
fuckoff:
|
||||||
description: You'll never even see it coming.
|
description: You'll never even see it coming.
|
||||||
usage: /<command>
|
usage: /<command>
|
||||||
@ -111,7 +111,7 @@ commands:
|
|||||||
usage: /<command> [-c | -s]
|
usage: /<command> [-c | -s]
|
||||||
ops:
|
ops:
|
||||||
description: Superadmin command - Manage operators
|
description: Superadmin command - Manage operators
|
||||||
usage: /<command> [list | purge]
|
usage: /<command> [count | list | purge]
|
||||||
opme:
|
opme:
|
||||||
description: Superadmin command - Automatically ops user.
|
description: Superadmin command - Automatically ops user.
|
||||||
usage: /<command>
|
usage: /<command>
|
||||||
|
Loading…
Reference in New Issue
Block a user