function setCommandHelps() {
command.clearHelp();
command.clearIgnored();
command.clearNoPerm();
//Vanilla ignorieren, danach neu setzen
command.addIgnored("time");
command.addIgnored("tp");
command.addIgnored("help");
command.addIgnored("ban");
command.addIgnored("kick");
command.addIgnored("gamemode");
command.addIgnored("gamerule");
command.addIgnored("enchant");
command.addIgnored("jumpto");
command.addNoPerm("/br");
command.addNoPerm("/brush");
command.addNoPerm("/desel");
command.addNoPerm("/deselect");
command.addNoPerm("/sel");
command.addNoPerm("/toggleplace");
command.addNoPerm(";");
command.addNoPerm("brush");
command.addNoPerm("none");
command.addNoPerm("toggleplace");
command.addNoPerm("tool");
command.addNoPerm("br");
command.addNoPerm("icanhasbukkit");
command.addNoPerm("we");
command.addNoPerm("worldedit");
command.addNoPerm("worldedit:we");
command.addNoPerm("worldedit:worldedit");
command.addNoPerm("worldedit:/br");
command.addNoPerm("worldedit:/brush");
command.addNoPerm("worldedit:/desel");
command.addNoPerm("worldedit:/deselect");
command.addNoPerm("worldedit:/sel");
command.addNoPerm("worldedit:/toggleplace");
command.addNoPerm("worldedit:;");
command.addNoPerm("worldedit:brush");
command.addNoPerm("worldedit:none");
command.addNoPerm("worldedit:toggleplace");
command.addNoPerm("worldedit:tool");
command.addNoPerm("worldedit:br");
command.addNoPerm("worldedit:icanhasbukkit");
commandhelp.add("afk");
commandhelp.add("back");
commandhelp.add("boost");
commandhelp.add("color");
commandhelp.add("customitems");
commandhelp.add("giveup");
commandhelp.add("hack");
commandhelp.add("hat");
commandhelp.add("head");
commandhelp.add("hub");
commandhelp.add("icon");
commandhelp.add("iteminfo");
commandhelp.add("joinme");
commandhelp.add("jumpto");
commandhelp.add("lag");
commandhelp.add("leave");
commandhelp.add("lightning");
commandhelp.add("live");
commandhelp.add("logo");
commandhelp.add("memory");
commandhelp.add("nowb");
commandhelp.add("ping");
commandhelp.add("rank");
commandhelp.add("repair");
commandhelp.add("ride");
commandhelp.add("settings");
commandhelp.add("silentjoin");
commandhelp.add("skipnight");
commandhelp.add("startgame");
commandhelp.add("top");
commandhelp.add("voteshop");
commandhelp.addChildPlayer("unmute");
commandhelp.addChildPlayer("tpa");
commandhelp.addChildPlayer("tpaccept");
commandhelp.addChildPlayer("tpahere");
commandhelp.addChildPlayer("tpaccepthere");
commandhelp.addChildPlayer("head");
commandhelp.addChildPlayer("seen");
commandhelp.addChildPlayer("heal");
commandhelp.addChildPlayer("feed");
command.addHelp(command.newHelp("colour", "color"));
command.addHelp(command.newHelp("fuckit", "giveup"));
command.addHelp(command.newHelp("skull", "head"));
command.addHelp(command.newHelp("l", "leave"));
command.addHelp(command.newHelp("mem", "memory"));
command.addHelp(command.newHelp("ram", "memory"));
command.addHelp(command.newHelp("thor", "lightning"));
help = command.newHelp("start", "start");
command.addHelpChild(help, command.newHelpLiteral("ai"));
command.addHelpChild(help, command.newHelpLiteral("chat"));
command.addHelpChild(help, command.newHelpLiteral("commands"));
command.addHelpChild(help, command.newHelpLiteral("copyisland"));
command.addHelpChild(help, command.newHelpLiteral("creative"));
command.addHelpChild(help, command.newHelpLiteral("damage"));
command.addHelpChild(help, command.newHelpLiteral("doors"));
command.addHelpChild(help, command.newHelpLiteral("fixitems"));
command.addHelpChild(help, command.newHelpLiteral("gemstones"));
command.addHelpChild(help, command.newHelpLiteral("harvest"));
command.addHelpChild(help, command.newHelpLiteral("herobrine"));
command.addHelpChild(help, command.newHelpLiteral("humans"));
command.addHelpChild(help, command.newHelpLiteral("lectern"));
command.addHelpChild(help, command.newHelpLiteral("loom"));
command.addHelpChild(help, command.newHelpLiteral("games"));
command.addHelpChild(help, command.newHelpLiteral("mails"));
command.addHelpChild(help, command.newHelpLiteral("market"));
command.addHelpChild(help, command.newHelpLiteral("mobarena"));
command.addHelpChild(help, command.newHelpLiteral("perms"));
command.addHelpChild(help, command.newHelpLiteral("playerdata"));
command.addHelpChild(help, command.newHelpLiteral("playtime"));
command.addHelpChild(help, command.newHelpLiteral("pumpkin"));
command.addHelpChild(help, command.newHelpLiteral("recipes"));
command.addHelpChild(help, command.newHelpLiteral("scheduler"));
command.addHelpChild(help, command.newHelpLiteral("shop"));
command.addHelpChild(help, command.newHelpLiteral("sitting"));
command.addHelpChild(help, command.newHelpLiteral("skills"));
command.addHelpChild(help, command.newHelpLiteral("stats"));
command.addHelpChild(help, command.newHelpLiteral("story"));
command.addHelpChild(help, command.newHelpLiteral("survival"));
command.addHelpChild(help, command.newHelpLiteral("teleporter"));
command.addHelpChild(help, command.newHelpLiteral("ticket"));
command.addHelpChild(help, command.newHelpLiteral("timber"));
command.addHelpChild(help, command.newHelpLiteral("tiploop"));
command.addHelpChild(help, command.newHelpLiteral("trader"));
command.addHelp(help);
addGmHelp("gamemode");
addGmHelp("gm");
addAsHelp("armorstand");
addAsHelp("as");
help = command.newHelp("vanish", "vanish");
//vanish [on] [player]
helpArg0 = command.newHelpLiteral("on");
command.addHelpChild(helpArg0, command.newHelpSpecial("Player", "player"));
command.addHelpChild(help, helpArg0);
//vanish [off] [player]
helpArg0 = command.newHelpLiteral("off");
command.addHelpChild(helpArg0, command.newHelpSpecial("Player", "player"));
command.addHelpChild(help, helpArg0);
command.addHelp(help);
commandhelp.addAlias("v", "vanish", helpArg0);
help = command.newHelp("databank", "databank");
//databank showtables
command.addHelpChild(help, command.newHelpLiteral("showtables"));
//databank showfields
helpArg0 = command.newHelpLiteral("showfields");
command.addHelpChild(helpArg0, command.newHelpString("table", false));
command.addHelpChild(help, helpArg0);
//databank showdataypes
helpArg0 = command.newHelpLiteral("showdataypes");
command.addHelpChild(helpArg0, command.newHelpString("table", false));
command.addHelpChild(help, helpArg0);
command.addHelp(help);
help = command.newHelp("copyisland", "copyisland");
//copyisland copy/paste
command.addHelpChild(help, command.newHelpLiteral("copy"));
command.addHelpChild(help, command.newHelpLiteral("paste"));
//copyisland pos1/pos2
command.addHelpChild(help, command.newHelpLiteral("pos1"));
command.addHelpChild(help, command.newHelpLiteral("pos2"));
command.addHelp(help);
help = command.newHelp("fly", "fly");
helpArg0 = command.newHelpSpecial("Player", "player", "fly.other");
command.addHelpChild(helpArg0, command.newHelpLiteral("on"));
command.addHelpChild(helpArg0, command.newHelpLiteral("off"));
command.addHelpChild(help, helpArg0);
command.addHelp(help);
help = command.newHelp("enchant", "enchant");
helpArg0 = command.newHelpSpecial("Enchantment", "enchantment");
command.addHelpChild(helpArg0, command.newHelpInt("level", 0, 100));
command.addHelpChild(help, helpArg0);
command.addHelp(help);
help = command.newHelp("allsounds", "allsounds");
command.addHelpChild(help, command.newHelpLiteral("start"));
command.addHelpChild(help, command.newHelpLiteral("stop"));
command.addHelp(help);
help = command.newHelp("spawn", "spawn");
command.addHelpChild(help, command.newHelpSpecial("Player", "player", "tp.other"));
command.addHelp(help);
help = command.newHelp("games", "games");
command.addHelpChild(help, command.newHelpSpecial("Player", "player", "tp.other"));
command.addHelp(help);
help = command.newHelp("creative", "creative");
command.addHelpChild(help, command.newHelpSpecial("Player", "player", "tp.other"));
command.addHelp(help);
help = command.newHelp("ass", "ass");
//ass set
helpArg0 = command.newHelpLiteral("set");
command.addHelpChild(helpArg0, command.newHelpString("name", true));
command.addHelpChild(help, helpArg0);
//ass name
helpArg0 = command.newHelpLiteral("name");
command.addHelpChild(helpArg0, command.newHelpString("name", true));
command.addHelpChild(help, helpArg0);
//ass remove
helpArg0 = command.newHelpLiteral("remove");
command.addHelpChild(helpArg0, command.newHelpInt("radius", 0, 10));
command.addHelpChild(help, helpArg0);
command.addHelp(help);
help = command.newHelp("tppos", "tppos");
helpArg0 = command.newHelpInt("x", -32000, 32000);
helpArg1 = command.newHelpInt("y", 0, 1000);
helpArg2 = command.newHelpInt("z", -32000, 32000);
helpArg3 = command.newHelpString("world", false);
helpArg4 = command.newHelpSpecial("Player", "player");
command.addHelpChild(helpArg3, helpArg4);
command.addHelpChild(helpArg2, helpArg3);
command.addHelpChild(helpArg1, helpArg2);
command.addHelpChild(helpArg0, helpArg1);
command.addHelpChild(help, helpArg0);
command.addHelp(help);
help = command.newHelp("stats", "stats");
addStatsGameHelp(help, "AmongUs");
addStatsGameHelp(help, "BedWars");
addStatsGameHelp(help, "RageMode");
addStatsGameHelp(help, "JR-Endless");
addStatsGameHelp(help, "Rebuild");
addStatsGameHelp(help, "FastBridge");
addStatsGameHelp(help, "Snowfight");
addStatsGameHelp(help, "JR-Death");
addStatsGameHelp(help, "JR-Ice");
addStatsGameHelp(help, "JR-Rooms");
addStatsGameHelp(help, "Letters");
addStatsGameHelp(help, "ItemHunt");
addStatsGameHelp(help, "Sammelfieber");
addStatsGameHelp(help, "Buttons");
addStatsGameHelp(help, "HideAndSeek");
addStatsGameHelp(help, "Inverting");
addStatsGameHelp(help, "Spleef");
addStatsGameHelp(help, "Knockfight");
addStatsGameHelp(help, "Leapfrog");
addStatsGameHelp(help, "Parcour");
addStatsGameHelp(help, "Halma");
addStatsGameHelp(help, "ShoppingChaos");
addStatsGameHelp(help, "MengerRun");
command.addHelp(help);
help = command.newHelp("setspawn", "setspawn");
command.addHelpChild(help, command.newHelpLiteral("server"));
command.addHelpChild(help, command.newHelpLiteral("games"));
command.addHelpChild(help, command.newHelpLiteral("creative"));
command.addHelp(help);
addDtHelp("datatools");
addDtHelp("dt");
help = command.newHelp("help", "help");
helpArg0 = command.newHelpInt("page", 1, 100);
command.addHelpChild(help, helpArg0);
command.addHelp(help);
commandhelp.addAlias("mimimi", "help", helpArg0);
help = command.newHelp("suicide", "suicide");
command.addHelpChild(help, command.newHelpSpecial("Player", "player", "suicide.other"));
command.addHelp(help);
help = command.newHelp("tempfly", "tempfly");
helpArg0 = command.newHelpSpecial("Player", "player");
command.addHelpChild(helpArg0, command.newHelpInt("seconds", 1, 10000));
command.addHelpChild(help, helpArg0);
command.addHelp(help);
help = command.newHelp("tempban", "tempban");
helpArg0 = command.newHelpSpecial("Player", "player");
helpArg1 = command.newHelpInt("days", 0, 365);
helpArg2 = command.newHelpInt("hours", 0, 100);
helpArg3 = command.newHelpInt("minutes", 0, 100);
command.addHelpChild(helpArg3, command.newHelpString("reason", true));
command.addHelpChild(helpArg2, helpArg3);
command.addHelpChild(helpArg1, helpArg2);
command.addHelpChild(helpArg0, helpArg1);
command.addHelpChild(help, helpArg0);
command.addHelp(help);
help = command.newHelp("unban", "unban");
helpArg0 = command.newHelpSpecial("Player", "player");
command.addHelpChild(help, helpArg0);
command.addHelp(help);
commandhelp.addAlias("pardon", "unban", helpArg0);
help = command.newHelp("ban", "ban");
helpArg0 = command.newHelpSpecial("Player", "player");
command.addHelpChild(helpArg0, command.newHelpString("reason", true));
command.addHelpChild(help, helpArg0);
command.addHelp(help);
help = command.newHelp("kick", "kick");
helpArg0 = command.newHelpSpecial("Player", "player");
command.addHelpChild(helpArg0, command.newHelpString("reason", true));
command.addHelpChild(help, helpArg0);
command.addHelp(help);
help = command.newHelp("answer", "answer");
helpArg0 = command.newHelpString("message", true);
command.addHelpChild(help, helpArg0);
command.addHelp(help);
commandhelp.addAlias("r", "answer", helpArg0);
help = command.newHelp("time", "time");
//time set