Commit graph

898 commits

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