Commit Graph

859 Commits

Author SHA1 Message Date
ChomeNS
a45477ed1b refactor: run idea's "Code Cleanup" 2024-11-22 16:28:17 +07:00
ChomeNS
efd837db36 fix: tick plugin breaking when there's an exception 2024-11-19 18:08:25 +07:00
ChomeNS
e4970cc56b refactor: refactor PersistentDataUtilities (credit: ChatGPT) 2024-11-19 17:59:38 +07:00
ChomeNS
d3845f7c8a refactor: optimize stopping discord 2024-11-19 17:42:11 +07:00
ChomeNS
6c507219f2 feat: core place block queue 2024-11-17 17:49:06 +07:00
ChomeNS
9f10ca8a3e fix: fix nullpointerexception in FindAltsCommand 2024-11-17 17:41:05 +07:00
ChomeNS
b424f29972 refactor: remove some outputs in console command 2024-11-17 17:01:43 +07:00
ChomeNS
71d9caa0db feat,refactor: add useCorePlaceBlock in config and refactor default config 2024-11-17 17:01:09 +07:00
ChomeNS
a942cfd557 refactor: improve how the bot loads plugins 2024-11-17 16:37:05 +07:00
ChomeNS
2a6ef53c25 fix: make servereval run in executorService 2024-11-17 11:46:17 +07:00
ChomeNS
65aa230260 fix,refactor: fix findalts and use thenApplyAsync instead of thenApply for non-blocking 2024-11-16 18:41:34 +07:00
ChomeNS
9b824e195a "fix": my try on fixing the login spam (no work) 2024-11-16 13:07:53 +07:00
ChomeNS
a44cae4d3e fix: the commit before this: commandspy 2024-11-15 20:00:26 +07:00
ChomeNS
e51bd0b1e5 refactor: don't use executorService when running a command in ChatCommandHandlerPlugin (69x faster) 2024-11-15 19:59:48 +07:00
ChomeNS
832a391ad0 refactor: remove the englishLanguage.json 2024-11-15 19:59:27 +07:00
ChomeNS
ed15e9b023 refactor: don't use joda time and use java's time classes 2024-11-15 19:41:23 +07:00
ChomeNS
a9fb768795 fix: update languages and fix keybind parsing 2024-11-15 18:07:04 +07:00
ChomeNS
c738a37948 "fix": this seems to do nothing 2024-11-14 18:43:57 +07:00
ChomeNS
373736feed feat: add *info (no arguments) 2024-11-14 16:41:33 +07:00
ChomeNS
c0909d54aa style fix: i forgor the color change 2024-11-14 16:18:17 +07:00
ChomeNS
159cb8ce11 refactor: make cloop remove return command name 2024-11-14 16:11:16 +07:00
ChomeNS
627b18ebf9 refactor: make whitelist remove by index like in the usage 2024-11-14 16:11:00 +07:00
ChomeNS
66dc3b97ec refactor: refactor PersistentDataUtilities, hopefully it will work ok
i do have a backup so this should be fine if it fails somehow
2024-11-12 20:04:22 +07:00
ChomeNS
f322e2dd14 fix: more fix in Main 2024-11-12 19:28:09 +07:00
ChomeNS
5e9a1f0917 fix: stopping stuff in Main and IRCPlugin 2024-11-12 16:43:45 +07:00
ChomeNS
4ba78b843b refactor,fix: music stuff, and add music locking (servereval only) 2024-11-12 16:40:46 +07:00
ChomeNS
357559ae6e fix: ignore exceptions in irc queue tick 2024-11-12 16:36:55 +07:00
ChomeNS
7363252660 fix: fix loopPosition in Song 2024-11-12 16:09:00 +07:00
ChomeNS
4b2b1e9e1a fix: cool 2024-11-11 20:34:10 +07:00
ChomeNS
28012c1194 fix: remove null uuid for extras chat format, which breaks a lot of commands 2024-11-11 17:58:51 +07:00
ChomeNS
7b78ce7d06 fix: prevent whitelist from kicking the bot itself 2024-11-10 19:25:42 +07:00
ChomeNS
11f478487d fix: throw CommandException itself in GrepLogPlugin 2024-11-10 12:10:28 +07:00
ChomeNS
4f8d5bfff5 fix: makeNewLogFile() in FileLoggerUtilities appending to the file instead of deleting the existing one 2024-11-10 08:31:43 +07:00
ChomeNS
3811790c93 feat: *console printdisconnectedcause <true|false>
very useful for debugging
2024-11-07 17:52:12 +07:00
ChomeNS
597a694727 fix: (maybe) ACTUALLY fix file logging (for the 69th time) 2024-11-05 16:44:56 +07:00
ChomeNS
f561a9c810 refactor (eval): getBotUsername -> getBotInfo & make core() tracked in eval 2024-11-04 19:23:31 +07:00
ChomeNS
4b16f12623 fix: mabe 2024-11-04 19:06:43 +07:00
ChomeNS
783a7a937e refactor: improve AuthPlugin by at least a bit 2024-11-04 16:57:28 +07:00
ChomeNS
cb86896223 "fix": doesn't work 2024-11-03 19:34:57 +07:00
ChomeNS
e62de655ba fix: the commit before this 2024-11-02 19:30:24 +07:00
ChomeNS
0ddf042311 feat: automatically make the bot go down if currentY > maxY 2024-11-02 19:27:08 +07:00
ChomeNS
4764a8947e refactor: make maps in PositionPlugin public for access with servereval 2024-11-02 18:31:28 +07:00
ChomeNS
b3615770dc fix: fix most OOBs, and also fix maxY in WorldPlugin 2024-11-02 18:18:47 +07:00
ChomeNS
3ad8b11494 fix: finally fix voicechat 2024-11-02 17:37:09 +07:00
ChomeNS
b118d50249 feat: getLatestChatMessage eval function 2024-11-02 17:12:23 +07:00
ChomeNS
9e22cdfea5 feat: getBotUsername eval function 2024-11-02 15:29:47 +07:00
ChomeNS
71ef35598c style: use DecimalFormatter on greplog
from now on i am going to have the types on commits because why not
2024-11-02 14:29:02 +07:00
ChomeNS
b1dc8dfc7c Add fallback on translate (ComponentUtilities) 2024-10-30 19:02:11 +07:00
ChomeNS
0d73ddd791 Fix newline on SeenCommand 2024-10-30 16:33:29 +07:00
ChomeNS
3740a9b45f HOTFIX FIX 2024-10-29 19:28:15 +07:00