forked from ChomeNS/chomens-bot-java
fix indenting
This commit is contained in:
parent
85d1241a48
commit
380bb44019
30 changed files with 30 additions and 30 deletions
|
@ -16,7 +16,7 @@ public class BotVisibilityCommand extends Command {
|
|||
new String[] { "<hash> <true|false>", "<hash> <on|off>", "<hash>" },
|
||||
new String[] { "botvis", "togglevis", "togglevisibility" },
|
||||
TrustLevel.TRUSTED,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ public class BruhifyCommand extends Command {
|
|||
new String[] { "[{message}]" },
|
||||
new String[] {},
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ public class ClearChatCommand extends Command {
|
|||
new String[] { "[player]" },
|
||||
new String[] { "cc" },
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ public class ClearChatQueueCommand extends Command {
|
|||
new String[] {},
|
||||
new String[] { "ccq" },
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ public class CloopCommand extends Command {
|
|||
new String[] { "<hash> add <interval> <{command}>", "<hash> remove <index>", "<hash> clear", "<hash> list" },
|
||||
new String[] { "commandloop" },
|
||||
TrustLevel.TRUSTED,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ public class CowsayCommand extends Command {
|
|||
new String[] { "<{message}>" },
|
||||
new String[] {},
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ public class DiscordCommand extends Command {
|
|||
new String[] {},
|
||||
new String[] {},
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ public class EchoCommand extends Command {
|
|||
new String[] { "<{message}>" },
|
||||
new String[] { "say" },
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ public class EndCommand extends Command {
|
|||
new String[] { "<hash>" },
|
||||
new String[] { "reconnect", "restart" },
|
||||
TrustLevel.TRUSTED,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ public class EvalCommand extends Command {
|
|||
new String[] { "run <{code}>", "reset" },
|
||||
new String[] {},
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ public class FilterCommand extends Command {
|
|||
},
|
||||
new String[] { "filterplayer", "ban", "blacklist" },
|
||||
TrustLevel.TRUSTED,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ public class HelpCommand extends Command {
|
|||
new String[] { "[command]" },
|
||||
new String[] { "heko", "cmds", "commands" },
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ public class InfoCommand extends Command {
|
|||
},
|
||||
new String[] {},
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ public class KickCommand extends Command {
|
|||
new String[] { "<hash> <{player}>" },
|
||||
new String[] {},
|
||||
TrustLevel.TRUSTED,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ public class ListCommand extends Command {
|
|||
new String[] {},
|
||||
new String[] {},
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ public class MailCommand extends Command {
|
|||
new String[] { "send <player> <{message}>", "sendselecteditem <player>", "read" },
|
||||
new String[] {},
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ public class MusicCommand extends Command {
|
|||
},
|
||||
new String[] { "song" },
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ public class RandomTeleportCommand extends Command {
|
|||
new String[] {},
|
||||
new String[] { "randomteleport" },
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ public class RefillCoreCommand extends Command {
|
|||
new String[] {},
|
||||
new String[] { "rc" },
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ public class SeenCommand extends Command {
|
|||
new String[] { "<{player}>" },
|
||||
new String[] { "lastseen" },
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ public class ServerEvalCommand extends Command {
|
|||
new String[] { "<ownerHash> <{code}>" },
|
||||
new String[] {},
|
||||
TrustLevel.OWNER,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ public class TPSBarCommand extends Command {
|
|||
new String[] { "<on|off>" },
|
||||
new String[] { "tps" },
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ public class TestCommand extends Command {
|
|||
new String[] { "[{args}]" },
|
||||
new String[] {},
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ public class TimeCommand extends Command {
|
|||
new String[] { "<timezone>" },
|
||||
new String[] { "dateandtime", "date" },
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ public class TranslateCommand extends Command {
|
|||
new String[] { "<fromLanguage> <toLanguage> <{message}>" },
|
||||
new String[] {},
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ public class UUIDCommand extends Command {
|
|||
new String[] { "[{username}]" },
|
||||
new String[] {},
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ public class UrbanCommand extends Command {
|
|||
new String[] { "<{term}>" },
|
||||
new String[] {},
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ public class ValidateCommand extends Command {
|
|||
new String[] { "<hash|ownerHash>" },
|
||||
new String[] { "checkhash" },
|
||||
TrustLevel.TRUSTED,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ public class WeatherCommand extends Command {
|
|||
new String[] { "<{location}>" },
|
||||
new String[] {},
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ public class WikipediaCommand extends Command {
|
|||
new String[] { "<{page}>" },
|
||||
new String[] { "wiki" },
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue