Commit graph

  • 8b5e706769
    refactor: bot.getServerString() to reduce mess master ChomeNS 2025-02-16 08:03:38 +0700
  • 4061bc5874
    fix: discord attachment not working for non-image files feat: hoverEvent on [Attachment] (showing the filename) ChomeNS 2025-02-15 19:10:40 +0700
  • 6ba3a1cd2d
    refactor: make the bot disabled message only show when command is valid ChomeNS 2025-02-13 18:32:21 +0700
  • ea671ec4d2
    feat: alias botlogintime to InfoCommand ChomeNS 2025-02-13 18:29:47 +0700
  • 186d2a4f4c
    feat: option to enable ClearChatNameAnnouncerPlugin in config ChomeNS 2025-02-12 07:03:54 +0700
  • 10a7f1ab1c
    feat: respond to ClientboundCustomQueryPacket ChomeNS 2025-02-12 06:49:05 +0700
  • 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) ChomeNS 2025-02-04 16:37:16 +0700
  • 6c9766b25a
    feat: ip filter reason ChomeNS 2025-01-26 08:49:03 +0700
  • e4256436ad
    fix: Comparison method violates its general contract! exception fix in FindAltsCommand ChomeNS 2025-01-21 16:26:21 +0700
  • dbb8c2479f
    fix: hopefully fix volume clamp issue in music player ChomeNS 2025-01-19 08:20:45 +0700
  • 7d72776806 Merge pull request 'Small refactors' (#7) from amy/chomens-bot:master into master Chayapak 2025-01-18 19:53:36 -0500
  • 4063385ac2
    fix: hotfix for the bot not being able to reconnect ChomeNS 2025-01-19 07:52:22 +0700
  • b73940453d
    refactor: adventure-ify colorutilities amyavi 2025-01-18 13:56:52 -0300
  • 13ad030b82
    fix: get the run task working in IntelliJ amyavi 2025-01-18 11:21:49 -0300
  • fc9b993c49
    chore: fixes for latest MCProtocolLib amyavi 2025-01-18 11:21:19 -0300
  • 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 ChomeNS 2025-01-18 16:43:14 +0700
  • 4478d0287d
    fix: hopefully fix ghost players for PlayersPlugin but it probably won't ChomeNS 2025-01-18 16:18:51 +0700
  • 9434c16e70
    refactor: remove the ghost player for filters list in FilterManagerPlugin every tick instead of relying on the player left event ChomeNS 2025-01-18 16:17:40 +0700
  • 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 ChomeNS 2025-01-18 15:31:43 +0700
  • e96e8bc951
    fix: removing or those stuff on IP filtering ChomeNS 2025-01-18 15:28:05 +0700
  • ae7fe63846
    refactor: use a central filtering manager ChomeNS 2025-01-18 15:20:15 +0700
  • 54389f2e2b
    feat: alias InfoCommand to discord, creator, botuser, and uptime which on each alias just does the action in the main info ChomeNS 2025-01-18 13:38:31 +0700
  • a8e4b65355
    refactor: some alts refactoring and maybe fixes ChomeNS 2025-01-17 19:53:15 +0700
  • af78fe2611
    refactor: remove unused decimal formatter ChomeNS 2025-01-17 18:55:11 +0700
  • d19e02b3a7
    not fix: #69420 attempt to fix NBS pitch(?) garbage and still failed ChomeNS 2025-01-16 15:04:08 +0700
  • a1a3be3ee5
    feat: all server support for FindAltsCommand ChomeNS 2025-01-14 17:18:34 +0700
  • 72fde45465
    fix: also set the last seen entry on join to prevent empty last seen entries ChomeNS 2025-01-14 16:51:55 +0700
  • 6a524a6595
    fix: lazily fix integer overflow on translate placeholder %6942000000000000$s ChomeNS 2025-01-08 17:10:20 +0700
  • eacd91a369
    refactor: remove awaitTermination ChomeNS 2025-01-07 17:14:30 +0700
  • ae8be94be3
    refactor: rewrite AuthPlugin to be based on IP ChomeNS 2025-01-07 17:03:45 +0700
  • 6164483e11
    refactor: turn off allowsListing in client information packet ChomeNS 2025-01-07 16:30:03 +0700
  • 7c861e1869
    refactor: use the new latest getFirst() instead of get(0) ChomeNS 2025-01-06 19:46:03 +0700
  • ebc7560d2e
    refactor: make filter reason greedy since it's the last argument ChomeNS 2025-01-06 18:51:01 +0700
  • 793b1538a0
    feat: ACTUALLY print the errors using the thing i did in the commit before this ChomeNS 2025-01-06 17:54:35 +0700
  • 4f93704459
    feat: print stack traces using LoggerUtilities refactor: use the console in Main to access reader which can then printAbove() ChomeNS 2025-01-06 17:24:51 +0700
  • d503416337
    fix: deprecation warnings for URL ChomeNS 2025-01-06 17:05:03 +0700
  • fd0d69c000
    feat: shutdown hook and stopping reason ChomeNS 2025-01-06 17:01:36 +0700
  • 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 ChomeNS 2025-01-05 17:48:21 +0700
  • f3e502682c
    fix: no comment ChomeNS 2025-01-04 10:52:44 +0700
  • da998c050a
    emergency fix: discord message with attachment having no space when it should ChomeNS 2025-01-03 18:40:23 +0700
  • 693cfe0f42
    fix: reset on end parse (ComponentUtilities.ComponentParser) ChomeNS 2025-01-03 18:27:28 +0700
  • 0cf8d94ff9
    fix: duplicate entry check for IPFilterCommand too ChomeNS 2025-01-03 17:54:40 +0700
  • 145a7fe2fe
    fix: add [reason] to filter command (forgor 💀) ChomeNS 2025-01-03 17:50:19 +0700
  • b7f2023977
    feat: filter reason fix: check for duplicate entries (filter) refactor: some other refactorings in the command ChomeNS 2025-01-03 17:48:01 +0700
  • a90eec985a
    feat: quote parsing in argument parser ChomeNS 2025-01-03 16:33:54 +0700
  • f7f3813ec8
    refactor: getAction in context ChomeNS 2025-01-03 14:41:37 +0700
  • 1acc0fdbfd
    fix: 95% WORKING PARSER NOW YAY (styles still get stuck sometimes) ChomeNS 2025-01-03 14:32:38 +0700
  • 1d8ec221ad
    fix: disguised chat showing only name (forgor to commit) ChomeNS 2025-01-02 18:43:00 +0700
  • 82ecf3833d
    fix: some block position stereo thingy (extend range so it's more noticeable) ChomeNS 2025-01-01 19:24:30 +0700
  • 309683bde3
    feat: JDA 5.2.2 (bump) ChomeNS 2024-12-31 17:20:44 +0700
  • eed3073ee7
    refactor: turn back to using getContentDisplay because the stripped one doesn't look good ChomeNS 2024-12-31 09:19:29 +0700
  • ba5f88df36
    feat: support replying in discord refactor: some minor refactoring in the discord plugin too like moving the get component part into a function ChomeNS 2024-12-31 09:17:08 +0700
  • cb487b5939
    refactor: weather command refactoring which includes more features ChomeNS 2024-12-30 14:31:41 +0700
  • e4743fd503
    URGENT FIX: bot using EXTREMELY HIGH MEMORY (icu self care blame) ChomeNS 2024-12-30 13:38:00 +0700
  • 0bae8b268c
    feat,refactor: reply discord command outputs in a file if the output is > 2000 & use UTF-8 for getBytes() (does it make a difference?) ChomeNS 2024-12-30 08:50:23 +0700
  • 6cbcdd8737
    fix: player join bossbar not showing ChomeNS 2024-12-29 18:55:17 +0700
  • d20f7532bf
    fix: only show [click for usages] when in game ChomeNS 2024-12-29 18:45:21 +0700
  • 15ea941da7
    fix: command block states ChomeNS 2024-12-29 18:08:34 +0700
  • c3ae616292
    refactor: use database to handle getPlayerIP when possible & some misc refactor with findalts ChomeNS 2024-12-29 17:54:47 +0700
  • 9413b493ea
    refactor: remove notes per second in music along with the completely wrong calculation (very genius) ChomeNS 2024-12-29 16:39:10 +0700
  • 8948d04495
    fix: a bit of update but still not fully fix. ChomeNS 2024-12-29 12:19:44 +0700
  • 4d9c1ca99b
    feat: uuid support for getEntry ChomeNS 2024-12-29 08:03:16 +0700
  • e50f9cf433
    feat: 1.21.4 ChomeNS 2024-12-28 20:10:11 +0700
  • 052e57a799
    refactor: rewrite ComponentUtilities component parser (still a bit broken but at least a bit better on the codestyle side) ChomeNS 2024-12-28 17:55:04 +0700
  • 9b675bfed4
    fix: NullPointerException when *music loop current is run without song playing ChomeNS 2024-12-28 13:54:31 +0700
  • 4ace6afccc
    refactor: don't remove bossbar when skip is ran and there are songs left to play ChomeNS 2024-12-28 13:49:14 +0700
  • 0a42fb68b2
    fix: ignore tpsbar on if it is already enabled ChomeNS 2024-12-28 13:41:33 +0700
  • 9c75b6309f
    refactor: use Component.equals on bossbar title checking and new placeholder title ChomeNS 2024-12-28 13:38:57 +0700
  • 90aef4e594
    fix: fix stopping when database is disabled ChomeNS 2024-12-28 13:21:20 +0700
  • a1da3dbc2c
    refactor: dev files into .gitignore ChomeNS 2024-12-28 13:16:49 +0700
  • a912ee012a
    refactor: fix typo in the last commit (chome ns moment) ChomeNS 2024-12-26 15:47:51 +0700
  • 05337f0274
    refactor: change bossbarNamespace to namespace since its invalid first commit on this arch install !!! ChomeNS 2024-12-26 15:46:00 +0700
  • 2df59435d0
    fix: some emergency issue i don't know what is causing ChomeNS 2024-12-26 08:55:47 +0700
  • 8217606437
    refactor: [click for usages] when invalid argument ChomeNS 2024-12-25 08:54:05 +0700
  • 497155a827
    refactor: show disabled message and make music locking for non-console sender instead of all ChomeNS 2024-12-25 08:41:09 +0700
  • eba4f92e45
    feat: stop/restart reason ChomeNS 2024-12-25 08:08:01 +0700
  • 8e84565090
    fix: forgor to remove the duplicate entry on unvanish ChomeNS 2024-12-21 15:41:36 +0700
  • 3a25f28635
    feat: check /username ChomeNS 2024-12-21 15:40:23 +0700
  • 54c0efb447
    fix: incoming /w not working ChomeNS 2024-12-21 14:08:52 +0700
  • 50dc16bee4
    fix: fix disconnect 20 -> 6 (last commit i think) ChomeNS 2024-12-19 16:23:21 +0700
  • c504918571
    fix: does nothing ChomeNS 2024-12-18 20:10:15 +0700
  • cdaa625962
    refactor: some changes to newTotalConnects changing to 6 ChomeNS 2024-12-18 18:23:33 +0700
  • e798a9dc18
    refactor: make validate return the trust level ChomeNS 2024-12-18 17:35:31 +0700
  • c1efc1c3d5
    refactor: use switch-case in stringPartially in ComponentUtilities (now the bot requires java >= 21) ChomeNS 2024-12-17 18:44:53 +0700
  • 36fa5b3f9b
    feat: RestartCommand ChomeNS 2024-12-17 16:36:35 +0700
  • 2340991012
    refactor: rename bossBarNamespace to namespace for global and some other config things ChomeNS 2024-12-17 16:36:19 +0700
  • 0995c12b70
    feat: add players as an alias to list ChomeNS 2024-12-17 16:23:17 +0700
  • e72d9c8bb8
    fix/refactor: some stuff in ChatPlugin ChomeNS 2024-12-15 15:33:14 +0700
  • f5a3599adb
    fix: fix mail read also returning the output ChomeNS 2024-12-15 12:47:56 +0700
  • 7e42a5cf43
    fix: even more ansi color fix, but now it's section sign color codes ChomeNS 2024-12-14 17:16:54 +0700
  • e9de7eb801
    fix: ansi extra depth color fix (thanks Yaode_owo for mentioning) ChomeNS 2024-12-14 17:08:49 +0700
  • 5a06ee53b6
    fix: actually handle stopping the database when the bot is stopping ChomeNS 2024-12-14 16:54:28 +0700
  • 6a11f237ef
    fix: fix getting invalid player data in database throwing error ChomeNS 2024-12-14 16:54:09 +0700
  • 621f06f2e5
    BIG feat,fix,refactor: use database and some minor refactoring which also fixes memory issues and * related to PersistentDataUtilities ChomeNS 2024-12-14 15:39:24 +0700
  • d09b9b37db
    fix: finally fix icu self care spam ChomeNS 2024-12-14 15:22:33 +0700
  • 7e4139cebc
    fix: lock.lock(); ChomeNS 2024-12-10 17:53:18 +0700
  • 634c8cf087
    fix: misc irc send tick ChomeNS 2024-12-10 17:49:47 +0700
  • aa871dc080
    fix: more garbage try-catch es ChomeNS 2024-12-10 17:37:43 +0700
  • a541371ce1
    style: use stringifyAnsi() on irc command output ChomeNS 2024-12-10 15:59:48 +0700
  • ab85cc8e2a
    fix: finally fix the IRC message ChomeNS 2024-12-10 15:52:25 +0700