Commit graph

178 commits

Author SHA1 Message Date
7cc5c4f330d47060
4462b11653 Fix serverinfo on Android 2024-07-23 18:31:26 -04:00
7cc5c4f330d47060
f418b7ddf7 Fix serverinfo CPU on some Android devices 2024-07-23 18:26:00 -04:00
7cc5c4f330d47060
b49427cab7 Add cloop command 2024-07-23 17:18:55 -04:00
7cc5c4f330d47060
6e28176bda Fix help command 2024-07-23 17:18:48 -04:00
7cc5c4f330d47060
551e77e7df Allow multiple usages for e.g. subcommands 2024-07-23 16:57:47 -04:00
7cc5c4f330d47060
9817191d27 Fix command rate limit 2024-07-23 16:38:57 -04:00
7cc5c4f330d47060
60adce4891 Fix tellraw 2024-07-23 15:50:55 -04:00
7cc5c4f330d47060
9d9ed14d30 Fix security issue 2024-07-23 15:18:38 -04:00
7cc5c4f330d47060
0acd785a5c Make "help command better 2024-07-23 15:15:15 -04:00
7cc5c4f330d47060
b67be7f2e9 Make the rest of commands use translation 2024-07-22 21:32:04 -04:00
7cc5c4f330d47060
29e59ed0d0 Add translation support
Also converts some things to use it.
2024-07-22 20:33:16 -04:00
7cc5c4f330d47060
e1fa67f1bf Convert high permission commands to use permission levels 2024-07-22 18:26:14 -04:00
7cc5c4f330d47060
caee20aec8 Remove extraneous comments 2024-07-22 18:23:07 -04:00
7cc5c4f330d47060
f44220b0e6 Add level to template command 2024-07-22 18:20:38 -04:00
7cc5c4f330d47060
3e779e459b Fix the rest of the commands 2024-07-22 18:13:45 -04:00
7cc5c4f330d47060
520e2a8abd Finish hashing system 2024-07-22 18:11:27 -04:00
7cc5c4f330d47060
1b86f2b045 Fix large security hole 2024-07-22 18:08:49 -04:00
7cc5c4f330d47060
802b5e2971 Fix help and about commands (this commit also adds a beta hash function) 2024-07-22 15:01:52 -04:00
7cc5c4f330d47060
ee6b2b28df Make tellraw stringify message when called
This breaks almost every command, but they will be fixed in the following commits.
2024-07-22 14:58:27 -04:00
7cc5c4f330d47060
53cb38c37d Add level 2 permissions to some commands 2024-07-22 14:44:02 -04:00
7cc5c4f330d47060
3a99c7ce36 Make console permission level 3 2024-07-22 14:42:18 -04:00
7cc5c4f330d47060
c36d0b2914 Hide command set messages 2024-07-22 14:33:19 -04:00
7cc5c4f330d47060
b0d8a5c521 Fix error on about command 2024-07-22 12:49:14 -04:00
7cc5c4f330d47060
19c9974492 Seperate version number from settings 2024-07-22 12:34:31 -04:00
7cc5c4f330d47060
b027aaa334 Make netmsg not use consoleIndex 2024-07-21 07:41:26 -04:00
7cc5c4f330d47060
60dee069a8 Add command loop system 2024-07-21 03:38:25 -04:00
7cc5c4f330d47060
2e4a415af6 Remove commented code 2024-07-21 02:32:02 -04:00
7cc5c4f330d47060
b269573ab4 Fix constructor/__proto__ commands existing 2024-07-21 02:31:35 -04:00
7cc5c4f330d47060
0f5c1b7d51 Unhide some commands 2024-07-19 16:41:04 -04:00
7cc5c4f330d47060
36ea00e07a Add command block execution command 2024-07-19 15:13:06 -04:00
7cc5c4f330d47060
f8b39037a1 Add refill core command 2024-07-19 15:12:54 -04:00
7cc5c4f330d47060
dc770f115c Add aliases to template command 2024-07-19 15:00:50 -04:00
7cc5c4f330d47060
0630574900 Add clear chat filter 2024-07-19 12:10:11 -04:00
7cc5c4f330d47060
6eefe2d4b1 Add "info" alias to about command 2024-07-19 11:48:07 -04:00
7cc5c4f330d47060
3998b65bca Make about command use settings.name 2024-07-19 11:47:43 -04:00
7cc5c4f330d47060
c02de94190 Change eval command message 2024-07-19 11:36:16 -04:00
7cc5c4f330d47060
8729e60fed Add eval command 2024-07-18 16:55:23 -04:00
7cc5c4f330d47060
2090e9485c Remove command block test code 2024-07-18 02:50:56 -04:00
7cc5c4f330d47060
3be3335c06 Remove packet logging to console 2024-07-18 02:47:04 -04:00
7cc5c4f330d47060
5455c462e1 Remove a space 2024-07-18 02:36:05 -04:00
7cc5c4f330d47060
bac639243a Add support for message types other than 4 to chat parser 2024-07-18 02:34:59 -04:00
7cc5c4f330d47060
2992a3ba5d Move prefixes to settings 2024-07-18 01:49:55 -04:00
7cc5c4f330d47060
ffc9583c64 Add usernames to about command 2024-07-18 01:44:08 -04:00
7cc5c4f330d47060
7877b7c4d8 Add startFailed to SCTask 2024-07-17 19:02:06 -04:00
7cc5c4f330d47060
6b0c043397 Add exit alias to stop command 2024-07-17 16:53:44 -04:00
7cc5c4f330d47060
89d9fe2436 Move command blocks down 2024-07-17 12:43:41 -04:00
7cc5c4f330d47060
e6aaab63f4 Add gamemode SC task 2024-07-17 11:41:18 -04:00
7cc5c4f330d47060
2a6a3b5e47 Change command block name 2024-07-17 11:26:24 -04:00
7cc5c4f330d47060
69f9bcf90f Add command spy SC Task 2024-07-17 10:20:32 -04:00
7cc5c4f330d47060
7b3e194096 Add plain chat event 2024-07-17 10:16:59 -04:00
7cc5c4f330d47060
6920625109 Move command blocks up 2024-07-17 10:12:42 -04:00
7cc5c4f330d47060
071b2698d8 remove command not found message 2024-07-17 09:57:44 -04:00
7cc5c4f330d47060
603f4d0100 Change command execution rate 2024-07-17 09:55:43 -04:00
7cc5c4f330d47060
d676094098 Replace b.info with different function when console plugin is loaded 2024-07-17 08:30:56 -04:00
7cc5c4f330d47060
c04314ed00 Remove Command block! 2024-07-17 08:23:35 -04:00
7cc5c4f330d47060
e48ce14155 Run clearInterval when reconnecting 2024-07-17 08:23:06 -04:00
7cc5c4f330d47060
2b707aca1a Add netmsg command 2024-07-16 17:30:37 -04:00
7cc5c4f330d47060
754ad09d61 Rename Stereo Madness to Geometrical Dominator
/username Stereo Madness could break some commands. Geometrical Dominator is more than 16 characters.
2024-07-16 17:26:50 -04:00
7cc5c4f330d47060
672780014b Add a single equal sign 2024-07-16 17:22:42 -04:00
7cc5c4f330d47060
5eafd63404 Block 0000 uuid from running commands 2024-07-16 17:21:33 -04:00
7cc5c4f330d47060
c9bf673a4d Remove player chat logging 2024-07-16 16:59:18 -04:00
7cc5c4f330d47060
596ab8641d Add player name/UUID detection from profileless, system and legacy chat 2024-07-16 15:26:40 -04:00
7cc5c4f330d47060
4020cf00a3 Add UUID/name detector to chat parser
player.js only contains stubs at this point
2024-07-16 14:28:31 -04:00
7cc5c4f330d47060
00bc495096 Make say command support commands from console 2024-07-16 13:52:41 -04:00
7cc5c4f330d47060
8fcd6233f2 Add legacy chat support to chat parser 2024-07-16 13:32:43 -04:00
7cc5c4f330d47060
b6af4edc5f remove temu debugger 2024-07-16 12:54:58 -04:00
7cc5c4f330d47060
a13cbd9192 1.20 chat parser fix 2024-07-16 12:52:35 -04:00
7cc5c4f330d47060
2d9898a791 Add multi-prefix support 2024-07-16 11:53:32 -04:00
7cc5c4f330d47060
099a806f48 Rename VoolEagler58 and add /etc/os-release check 2024-07-16 11:24:35 -04:00
7cc5c4f330d47060
c5852bb381 Fixed 2 bugs and changed chat colors 2024-07-16 11:13:07 -04:00
7cc5c4f330d47060
037181d2e0 Add command aliases + several bug fixes 2024-07-16 10:43:20 -04:00
7cc5c4f330d47060
b6d0c06e7b Please enter the commit message for your changes. 2024-07-16 10:19:48 -04:00
7cc5c4f330d47060
db765ace5d Stop command does not need consoleIndex 2024-07-16 10:19:22 -04:00
7cc5c4f330d47060
b959bdf2af Add "stop command
To restart the bot.
2024-07-16 10:06:31 -04:00
7cc5c4f330d47060
01cad10e7b Prevent logoff from running in minecraft 2024-07-16 10:02:42 -04:00
7cc5c4f330d47060
59ae343117 Prevent rapid execution of commands 2024-07-16 09:59:37 -04:00
7cc5c4f330d47060
dace4321ae Change about command message 2024-07-16 09:56:08 -04:00
7cc5c4f330d47060
de78065438 Initial commit 2024-07-06 11:02:11 -04:00