Commit Graph

160 Commits

Author SHA1 Message Date
Vankka
c54f677761
Only save new config options with new reload flag, add initial v1 config migration 2024-12-28 23:22:21 +02:00
Vankka
317a3c20f6
Expand EventBusTest, Subscribe ignoreCancelled and ignoreProcessed to default true, update some event bus documentation 2024-12-27 18:17:25 +02:00
Vankka
bed92a3450
Improve event bus priorities, use method handles 2024-12-27 01:53:03 +02:00
Vankka
fd47e8ba7e
DiscordGatewayIntent GUILD_EXPRESSIONS 2024-12-13 23:57:47 +02:00
Vankka
56cb74815c
Improve lifecycle 2024-12-04 23:15:16 +02:00
Vankka
ed82f642f1
Fix for non-text channels in ChannelConfigHelper, resolution by full channel atom. Fix forwarding messages from non-text, non-thread channels to Minecraft. Add test for voice channel messages 2024-11-30 15:21:44 +02:00
Vankka
cdabd156ca
Add more debug information 2024-11-30 14:29:52 +02:00
Vankka
d6c1d22b64
Continue work on storage linking 2024-11-22 19:49:25 +02:00
Vankka
751ab29c36
Rollback to slf4j-api v1 2024-11-17 00:30:09 +02:00
Vankka
791abc7888
Add console command execution and user/role limiting to custom commands 2024-11-16 23:26:29 +02:00
Vankka
a7cdcf0859
Finalize console rotation 2024-11-14 19:56:38 +02:00
Vankka
7d4755240f
Add custom commands 2024-10-13 16:19:07 +03:00
Vankka
99ac8ac130
Fix null input on FormattedText 2024-08-30 23:11:40 +03:00
Vankka
9cf654e23d
Merge branch 'mentions-ingame' 2024-08-10 14:08:01 +03:00
Vankka
993b4e90f0
Some changes to placeholders 2024-08-03 17:55:55 +03:00
Vankka
350bd38c80
Player Events 2024-07-28 02:19:55 +03:00
Vankka
fb426b870c
Rendering mentions in-game 2024-07-28 02:18:17 +03:00
Vankka
cc0683ab30
Reorganize packages 2024-07-27 13:58:35 +03:00
Vankka
8077555bd7
Make MinecraftComponent immutable 2024-07-26 23:39:55 +03:00
Vankka
6f8b5bd023
Make MinecraftComponent immutable 2024-07-26 23:38:56 +03:00
Vankka
a28a55c9f0
Fix error with mirroring 2024-07-20 18:04:36 +03:00
Vankka
7f3c4c958b
Fix using code blocks and code strings, reorganize and rename some stuff 2024-07-20 16:47:19 +03:00
Vankka
62afe293e0
Get rid of unwanted annotations at compile time 2024-07-07 13:29:01 +03:00
Vankka
f285669990
Kick/(un)freeze player when they lose/gain additional requirements 2024-06-29 15:09:34 +03:00
Vankka
5ee6a9365a
Required linking: negation to additional requirements, state changes to trigger rechecks. Module manager logic changes 2024-06-29 02:52:45 +03:00
Vankka
bc12809351
Ban sync 2024-06-24 23:45:25 +03:00
Vankka
a4d499153d
CheckReturnValue in Scheduler 2024-06-24 23:04:20 +03:00
Vankka
654bfb5907
Improvements & fixes to AbstractSyncModule 2024-06-24 02:28:30 +03:00
Vankka
72758ff888
Merge master 2024-06-24 00:00:18 +03:00
Vankka
88cb649171
Migrate to indra spotless licenser 2024-06-23 16:58:27 +03:00
Vankka
ce3c1b3467
2024 2024-06-23 16:29:04 +03:00
Vankka
b17e912597
Ignore markdown characters inside links 2024-06-22 12:07:59 +03:00
Vankka
087e5eada6
Cleanup imports 2024-06-21 17:55:25 +03:00
Vankka
73bd92fc86
Add permission checks to destination lookup 2024-06-21 13:50:41 +03:00
Vankka
f0427d4890
Add support for sending to forums 2024-06-20 23:03:58 +03:00
Vankka
8078f427a4
Automatically determine required intents for Modules, document privileged intents on config options 2024-06-15 17:49:55 +03:00
Vankka
eec194491e
AbstractSyncModule 2024-04-13 23:38:02 +03:00
Vankka
0a61eac1ee
Initial for ban sync 2024-04-06 17:00:13 +03:00
Vankka
50445503ed
Implement getting vanilla bans for bukkit. Make nickname, ban and mute apis use CompletableFuture 2024-03-30 21:18:28 +02:00
Vankka
2d05620462
Interfaces for nickname, punishment sync. Change chat integration handling. EssentialsX integration. 2024-03-30 14:41:12 +02:00
Vankka
fdb02920a2
Some improvements/fixes 2024-03-02 16:53:01 +02:00
Vankka
4877235ace
1st party api improvements, gets rid of some asJDA usages 2024-01-01 00:46:21 +02:00
Vankka
3b7701ee1a
Fix placeholder prefixes in impls, fix color relookup for user_color 2023-12-31 17:36:49 +02:00
Vankka
5652a7d544
Add PlaceholderPrefix 2023-12-31 16:51:50 +02:00
Vankka
cf7ee4a914
Changes to placeholder stringification, fix PlaceholderAPI integration input/output formats, fix timed updater enable time 2023-12-15 22:47:07 +02:00
Vankka
11d1a7c5ab
MinecraftAuth linking instructions 2023-12-07 23:09:56 +02:00
Vankka
39036e2b21
Add options for how to handle emojis from Discord, add event for rendering custom emoji to Minecraft components to API 2023-10-27 20:12:24 +03:00
Vankka
0185ef6e21
Split Processable into NoArgument and Argument variants 2023-10-27 19:05:53 +03:00
Vankka
7a69a805a3
Ignore empty messages in message forwarding 2023-10-15 23:58:20 +03:00
Vankka
097edb4d9e
Add replying to api, use reply in console handler 2023-10-06 22:08:51 +03:00