Commit Graph

1008 Commits

Author SHA1 Message Date
ChomeNS
ea671ec4d2 feat: alias botlogintime to InfoCommand 2025-02-13 18:29:47 +07:00
ChomeNS
186d2a4f4c feat: option to enable ClearChatNameAnnouncerPlugin in config 2025-02-12 07:03:54 +07:00
ChomeNS
10a7f1ab1c feat: respond to ClientboundCustomQueryPacket 2025-02-12 06:49:05 +07:00
ChomeNS
9224c6661c not fix: core place block thingy issue (VERY ANNOYING)
another issue is the discord randomly breaking (not sending log messages, but messages sent using sendMessageInstantly still works)
2025-02-04 16:37:16 +07:00
ChomeNS
6c9766b25a feat: ip filter reason 2025-01-26 08:49:03 +07:00
ChomeNS
e4256436ad fix: Comparison method violates its general contract! exception fix in FindAltsCommand 2025-01-21 16:26:21 +07:00
ChomeNS
dbb8c2479f fix: hopefully fix volume clamp issue in music player 2025-01-19 08:20:45 +07:00
Chayapak
7d72776806 Merge pull request 'Small refactors' (#7) from amy/chomens-bot:master into master
i actually was planning to update mcprotocollib today lol
2025-01-18 19:53:36 -05:00
ChomeNS
4063385ac2 fix: hotfix for the bot not being able to reconnect 2025-01-19 07:52:22 +07:00
amyavi
b73940453d refactor: adventure-ify colorutilities 2025-01-18 14:22:54 -03:00
amyavi
13ad030b82 fix: get the run task working in IntelliJ 2025-01-18 14:22:54 -03:00
amyavi
fc9b993c49 chore: fixes for latest MCProtocolLib 2025-01-18 14:22:54 -03:00
ChomeNS
90fe3d1145 feat?: replace ANSI codes and ZWSP for discord message with nothing so we can read the bot's log message easily from in game 2025-01-18 16:43:14 +07:00
ChomeNS
4478d0287d fix: hopefully fix ghost players for PlayersPlugin but it probably won't 2025-01-18 16:18:51 +07:00
ChomeNS
9434c16e70 refactor: remove the ghost player for filters list in FilterManagerPlugin every tick instead of relying on the player left event 2025-01-18 16:17:40 +07:00
ChomeNS
655a52b28d fix: i forgot the previous commit will actually make all filter systems useless. i ended up doing something else lazy instead to fix this 2025-01-18 15:31:43 +07:00
ChomeNS
e96e8bc951 fix: removing or those stuff on IP filtering 2025-01-18 15:28:05 +07:00
ChomeNS
ae7fe63846 refactor: use a central filtering manager 2025-01-18 15:20:15 +07:00
ChomeNS
54389f2e2b feat: alias InfoCommand to discord, creator, botuser, and uptime which on each alias just does the action in the main info 2025-01-18 13:38:31 +07:00
ChomeNS
a8e4b65355 refactor: some alts refactoring and maybe fixes 2025-01-17 19:53:15 +07:00
ChomeNS
af78fe2611 refactor: remove unused decimal formatter 2025-01-17 18:55:11 +07:00
ChomeNS
d19e02b3a7 not fix: #69420 attempt to fix NBS pitch(?) garbage and still failed 2025-01-16 15:04:08 +07:00
ChomeNS
a1a3be3ee5 feat: all server support for FindAltsCommand 2025-01-14 17:18:34 +07:00
ChomeNS
72fde45465 fix: also set the last seen entry on join to prevent empty last seen entries 2025-01-14 16:51:55 +07:00
ChomeNS
6a524a6595 fix: lazily fix integer overflow on translate placeholder %6942000000000000$s 2025-01-08 17:10:20 +07:00
ChomeNS
eacd91a369 refactor: remove awaitTermination 2025-01-07 17:14:30 +07:00
ChomeNS
ae8be94be3 refactor: rewrite AuthPlugin to be based on IP 2025-01-07 17:03:45 +07:00
ChomeNS
6164483e11 refactor: turn off allowsListing in client information packet 2025-01-07 16:30:03 +07:00
ChomeNS
7c861e1869 refactor: use the new latest getFirst() instead of get(0) 2025-01-06 19:46:03 +07:00
ChomeNS
ebc7560d2e refactor: make filter reason greedy since it's the last argument 2025-01-06 18:51:01 +07:00
ChomeNS
793b1538a0 feat: ACTUALLY print the errors using the thing i did in the commit before this 2025-01-06 17:54:35 +07:00
ChomeNS
4f93704459 feat: print stack traces using LoggerUtilities
refactor: use the `console` in Main to access `reader` which can then `printAbove()`
2025-01-06 17:24:51 +07:00
ChomeNS
d503416337 fix: deprecation warnings for URL 2025-01-06 17:05:03 +07:00
ChomeNS
fd0d69c000 feat: shutdown hook and stopping reason 2025-01-06 17:01:36 +07:00
ChomeNS
5e82250e37 refactor: improve a LOT of stuff in music playing
here are some details:
- made a new ticker instead of using the tick plugin to reduce lag
- removed notes displaying to reduce the amount of core commands the bot has to run
- added notes count to *music info since we removed the notes count in the bossbar
- some minor changes to make the code more readable
- changed note volume to multiply by 2
- changed block position range from 4 to 5
2025-01-05 17:48:21 +07:00
ChomeNS
f3e502682c fix: no comment 2025-01-04 10:52:44 +07:00
ChomeNS
da998c050a emergency fix: discord message with attachment having no space when it should 2025-01-03 18:40:23 +07:00
ChomeNS
693cfe0f42 fix: reset on end parse (ComponentUtilities.ComponentParser) 2025-01-03 18:27:28 +07:00
ChomeNS
0cf8d94ff9 fix: duplicate entry check for IPFilterCommand too 2025-01-03 17:54:40 +07:00
ChomeNS
145a7fe2fe fix: add [reason] to filter command (forgor 💀) 2025-01-03 17:50:19 +07:00
ChomeNS
b7f2023977 feat: filter reason
fix: check for duplicate entries (filter)
refactor: some other refactorings in the command
2025-01-03 17:48:01 +07:00
ChomeNS
a90eec985a feat: quote parsing in argument parser 2025-01-03 16:33:54 +07:00
ChomeNS
f7f3813ec8 refactor: getAction in context 2025-01-03 14:41:37 +07:00
ChomeNS
1acc0fdbfd fix: 95% WORKING PARSER NOW YAY (styles still get stuck sometimes) 2025-01-03 14:32:38 +07:00
ChomeNS
1d8ec221ad fix: disguised chat showing only name (forgor to commit) 2025-01-02 18:43:00 +07:00
ChomeNS
82ecf3833d fix: some block position stereo thingy (extend range so it's more noticeable) 2025-01-01 19:24:30 +07:00
ChomeNS
eed3073ee7 refactor: turn back to using getContentDisplay because the stripped one doesn't look good 2024-12-31 09:19:29 +07:00
ChomeNS
ba5f88df36 feat: support replying in discord
refactor: some minor refactoring in the discord plugin too like moving the get component part into a function
2024-12-31 09:17:08 +07:00
ChomeNS
cb487b5939 refactor: weather command refactoring which includes more features 2024-12-30 14:31:41 +07:00
ChomeNS
e4743fd503 URGENT FIX: bot using EXTREMELY HIGH MEMORY (icu self care blame) 2024-12-30 13:38:00 +07:00