I hate PacksGamingHD.

This commit is contained in:
speedxx 2020-08-06 16:17:18 -04:00
parent 642725252b
commit 877c174e2d

View File

@ -21,39 +21,38 @@ public class Command_toggle extends FreedomCommand
{ {
if (args.length == 0) if (args.length == 0)
{ {
msg("Available toggles: \n" msg("Available toggles: ");
+ "- waterplace\n" msg("- waterplace");
+ "- fireplace\n" msg("- fireplace");
+ "- lavaplace\n" msg("- lavaplace");
+ "- fluidspread\n" msg("- fluidspread");
+ "- lavadmg\n" msg("- lavadmg");
+ "- firespread\n" msg("- firespread");
+ "- frostwalk\n" msg("- frostwalk");
+ "- firework\n" msg("- firework");
+ "- prelog\n" msg("- prelog");
+ "- lockdown\n" msg("- lockdown");
+ "- petprotect\n" msg("- petprotect");
+ "- entitywipe\n" msg("- entitywipe");
+ "- nonuke [range] [count]\n" msg("- nonuke [range] [count]");
+ "- explosives [radius]\n" msg("- explosives [radius]");
+ "- unsafeenchs\n" msg("- unsafeenchs");
+ "- bells\n" msg("- bells");
+ "- armorstands\n" msg("- armorstands");
+ "- structureblocks\n" msg("- structureblocks");
+ "- jigsaws\n" msg("- jigsaws");
+ "- grindstones\n" msg("- grindstones");
+ "- jukeboxes\n" msg("- jukeboxes");
+ "- spawners\n" msg("- spawners");
+ "- 4chan\n" msg("- 4chan");
+ "- beehives\n" msg("- beehives");
+ "- respawnanchors\n" msg("- respawnanchors");
+ "- autotp\n" msg("- autotp");
+ "- autoclear\n" msg("- autoclear");
+ "- minecarts\n" msg("- minecarts");
+ "- landmines\n" msg("- landmines");
+ "- mp44\n" msg("- mp44");
+ "- tossmob"); msg("- tossmob");
return false; return false;
} }