Commit Graph

961 Commits

Author SHA1 Message Date
ChomeNS
c1efc1c3d5 refactor: use switch-case in stringPartially in ComponentUtilities (now the bot requires java >= 21) 2024-12-17 18:44:53 +07:00
ChomeNS
36fa5b3f9b feat: RestartCommand 2024-12-17 16:36:35 +07:00
ChomeNS
2340991012 refactor: rename bossBarNamespace to namespace for global and some other config things 2024-12-17 16:36:19 +07:00
ChomeNS
0995c12b70 feat: add players as an alias to list 2024-12-17 16:23:17 +07:00
ChomeNS
e72d9c8bb8 fix/refactor: some stuff in ChatPlugin 2024-12-15 15:33:14 +07:00
ChomeNS
f5a3599adb fix: fix mail read also returning the output 2024-12-15 12:47:56 +07:00
ChomeNS
7e42a5cf43 fix: even more ansi color fix, but now it's section sign color codes 2024-12-14 17:16:54 +07:00
ChomeNS
e9de7eb801 fix: ansi extra depth color fix (thanks Yaode_owo for mentioning) 2024-12-14 17:08:49 +07:00
ChomeNS
5a06ee53b6 fix: actually handle stopping the database when the bot is stopping 2024-12-14 16:54:28 +07:00
ChomeNS
6a11f237ef fix: fix getting invalid player data in database throwing error 2024-12-14 16:54:09 +07:00
ChomeNS
621f06f2e5 BIG feat,fix,refactor: use database and some minor refactoring which also fixes memory issues and * related to PersistentDataUtilities 2024-12-14 15:39:24 +07:00
ChomeNS
d09b9b37db fix: finally fix icu self care spam 2024-12-14 15:22:33 +07:00
ChomeNS
7e4139cebc fix: lock.lock(); 2024-12-10 17:53:18 +07:00
ChomeNS
634c8cf087 fix: misc irc send tick 2024-12-10 17:49:47 +07:00
ChomeNS
aa871dc080 fix: more garbage try-catch es 2024-12-10 17:37:43 +07:00
ChomeNS
a541371ce1 style: use stringifyAnsi() on irc command output 2024-12-10 15:59:48 +07:00
ChomeNS
ab85cc8e2a fix: finally fix the IRC message 2024-12-10 15:52:25 +07:00
ChomeNS
15835d7ac6 feat,refactor: add click event and insertion for HelpCommand (idea from Werkku) and some refactoring 2024-12-10 14:03:44 +07:00
ChomeNS
935dfdcb32 fix: some team stuff 2024-12-10 08:23:38 +07:00
ChomeNS
24b7ada58f refactor: misc irc stuff 2024-12-10 08:23:20 +07:00
ChomeNS
6dc47be63e fix,refactor: fix command block states and some refactoring to CorePlugin 2024-12-07 18:43:48 +07:00
ChomeNS
1d3b51cd3f feat: toString() for data classes and some other more 2024-12-07 18:25:01 +07:00
ChomeNS
1afcfde5e5 fix: finally fix going up from void 2024-12-07 18:10:34 +07:00
ChomeNS
b3beac6c3b feat,refactor: query plugin which also means refactor 2024-12-07 17:59:18 +07:00
ChomeNS
9b320d64b5 refactor: move minecraft:brand custom payload to the Bot class 2024-12-07 16:07:27 +07:00
ChomeNS
bf70930cd8 feat: re-add ClearChatNameAnnouncerPlugin (it's under a different name) 2024-12-07 16:01:18 +07:00
ChomeNS
c2bab61c09 feat: update to 1.21.2-1.21.3 protocol
i tried compiling for 1.21.4, and it seemed to work, but most clones' viaversion is not that updated yet so i just stayed at 1.21.3
2024-12-07 14:15:46 +07:00
ChomeNS
c2cdf8bcf9 feat: finally add customizable essentials messages 2024-12-05 15:20:32 +07:00
ChomeNS
79b6ae13a6 refactor: imports refactoring in ChatPlugin 2024-12-05 15:02:18 +07:00
ChomeNS
2c517b7326 fix: fix for unlimited 2024-12-05 14:47:17 +07:00
ChomeNS
4600eaf942 refactor: use Thread for console line processing 2024-12-05 14:46:13 +07:00
ChomeNS
f25618d4c1 refactor: refactor some stuff in the CorePlugin 2024-12-05 14:02:57 +07:00
ChomeNS
cde1e0d07a fix: mabe 2024-12-05 14:02:28 +07:00
ChomeNS
5f15ea2d4d fix: hopefully finally fix it 2024-12-05 13:39:10 +07:00
ChomeNS
7e09ea3257 fix: add login checks before sending packet when the state is not PLAY 2024-12-05 13:37:35 +07:00
ChomeNS
f2c9d3a30e fix: *** laziest fix i have ever done 2024-12-05 11:53:40 +07:00
ChomeNS
55f4d1fece fix: more weird kind of "fixes" 2024-12-05 11:27:51 +07:00
ChomeNS
d0d28cc55b "fix": nothing 2024-12-05 10:27:46 +07:00
ChomeNS
808e29c0af fix: maybe some more concurrent fard fix 2024-12-05 10:20:07 +07:00
ChomeNS
3782c97d21 refactor: some refactoring to ChatCommandHandlerPlugin 2024-12-05 09:42:03 +07:00
ChomeNS
7fba5711d1 feat,refactor: migrate to jackson and some refactoring/optimizations 2024-12-05 09:27:48 +07:00
ChomeNS
bd4ceda4f1 feat,refactor: team joiner plugin and some refactoring 2024-12-04 19:49:24 +07:00
ChomeNS
20cd93a826 refactor: change tag interval to 2 minutes 2024-12-04 19:07:00 +07:00
ChomeNS
4ef6e334b0 fix: an emergency fix that probably doesn't work 2024-12-03 20:17:04 +07:00
ChomeNS
e045d88cfc fix: fix format checker even though it's not going to be used 2024-12-03 18:34:30 +07:00
ChomeNS
f83ead52bb refactor: getOrDefault in PersistentDataUtilities 2024-12-03 16:24:59 +07:00
ChomeNS
c1be374457 HOTFIX: persistent data not writing to file when stopping 2024-12-02 18:04:28 +07:00
ChomeNS
89dc2e2781 fix,refactor: /teammsg color fix and some refactoring to the get chat type function 2024-12-01 15:37:56 +07:00
ChomeNS
1ebb798077 feat: max translate depth (messy !) 2024-12-01 14:32:52 +07:00
ChomeNS
bb0bc090df fix: small fix for runTracked throwing when the bot is not logged in 2024-11-30 19:07:35 +07:00