Commit graph

426 commits

Author SHA1 Message Date
ae14106a0d
Add disable of incoming netmsg 2024-08-25 22:20:34 -04:00
f8ddba5fd7
Add anti-spam system 2024-08-25 22:13:46 -04:00
8a7a97cfe9
Allow bot owners to disable user settings 2024-08-25 21:53:03 -04:00
da1a55616d
Fix end portal bug with packets 2024-08-25 21:45:47 -04:00
945f3a8276
Hide hidden commands within specific command help 2024-08-25 21:33:32 -04:00
eb70a31db7
Remove settings location from example settings 2024-08-25 21:32:59 -04:00
919bc90365
Lint 2024-08-24 10:15:39 -04:00
54eb048e0b
Make the name field in options useful (netmsg) 2024-08-24 09:06:55 -04:00
35486c19fe
Add minecraft format parser 2024-08-24 07:58:43 -04:00
d2726ef746
Add support for 8-bit color parsing 2024-08-23 14:20:04 -04:00
354250c506
Serverinfo bugfix 2024-08-23 10:52:50 -04:00
6059d35158
Bump version 2024-08-23 10:48:49 -04:00
934b20bae2
Disable settings command at console 2024-08-23 10:44:32 -04:00
843215cae5
Make output from about/test copyable 2024-08-23 10:40:43 -04:00
a31a4a2370
About command improvements 2024-08-23 10:29:01 -04:00
27ec2a3f0f
Validate/verify swap 2024-08-23 10:07:21 -04:00
ba79fc87d1 [Web] Remove extraneous console.log 2024-08-22 20:22:04 -04:00
eca002bd5a
Rewrite chat parser 2024-08-22 15:24:23 -04:00
07e30a2a89
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch main
# Your branch is up to date with 'origin/main'.
#
# Changes to be committed:
#	modified:   index.js
#
2024-08-22 14:00:53 -04:00
02b3917d0c
Hard-coded secrets location
We're using Git now, so we do not need to store it elsewhere...
2024-08-22 13:52:21 -04:00
0af926928a
Copy settings if they are not present 2024-08-22 13:50:44 -04:00
be059d3dcc
Bugfix 2024-08-22 13:49:42 -04:00
63fa2242ab
Restore commit deba1d30c7 2024-08-22 07:34:39 -04:00
b950a12be3
Merge branch 'main' of https://code.chipmunk.land/7cc5c4f330d47060/botvX 2024-08-22 07:32:15 -04:00
06b1e28490
Merge branch 'main' of https://code.chipmunk.land/7cc5c4f330d47060/botvX 2024-08-22 07:16:15 -04:00
cdeaf44982
Merge branch 'main' of code.chipmunk.land:7cc5c4f330d47060/botvX 2024-08-22 06:20:11 -04:00
deba1d30c7
Update packages 2024-08-22 03:03:08 -04:00
b0241e707c
Convert arrays to use for...of or forEach instead of for...in
for...in is for objects, not arrays apparently
2024-08-21 16:52:04 -04:00
c4d07a1ff9
Change legal username generator 2024-08-21 04:29:45 -04:00
943e134d7a
v11 backport 2024-08-20 14:04:23 -04:00
4efbf43edb
Update the readme 2024-08-19 07:11:30 -04:00
0c516e3041
Microsoft Corporation 2024-08-19 03:17:48 -04:00
0939649c79
Make the chat use surrogate codepoints 2024-08-19 01:56:31 -04:00
2ab710531e
Bugfiox RC4 2024-08-18 13:23:44 -04:00
c1ec0799b9
Seperate kernel version from command.about.serverInfo.os 2024-08-18 13:17:52 -04:00
4eea38cca7
Remove rc.1 at the end of version
This does not mean that 10.0.0 is here yet. I have just decided to make the release candidates' version numbers the same as releases, as has been done for betas (they use different tag names to allow me to make multiple candidates for betas).
2024-08-18 13:09:53 -04:00
7043e559c0
Fix command core 32767 bug (this goes to RC3) 2024-08-18 10:44:42 -04:00
b9005a6441
Update packages 2024-08-18 03:18:29 -04:00
6f0d9e8994
Lint 2024-08-18 03:18:09 -04:00
c3ef6752f3
Remove extraneous comments 2024-08-18 03:17:47 -04:00
8625473d65
SundanceNanshan 10A23941a 2024-08-18 03:10:10 -04:00
3a76b57b33
Chgange plugin loakder 2024-08-17 09:56:26 -04:00
1631d3cb9d
Remove bot index from command class 2024-08-17 09:45:30 -04:00
42f3839dd2
Add information for test command 2024-08-17 07:54:24 -04:00
64b7c0d825
Add message type to testing command 2024-08-17 07:52:59 -04:00
c73409b2a1
Chat disabled in client options 2024-08-17 07:51:26 -04:00
05c3e3b4d2
Add nickname to legacy chat 2024-08-17 07:50:30 -04:00
5f0c8a99e1
Pass message type to commands 2024-08-17 07:38:04 -04:00
9fe7bfd3f7
Fix the chat parser 2024-08-17 07:31:18 -04:00
2cfdb2a1be
1.13 bugfix 2024-08-17 07:00:33 -04:00