Commit Graph

118 Commits

Author SHA1 Message Date
Vankka
ce3c1b3467
2024 2024-06-23 16:29:04 +03:00
Vankka
9df89b1f1c
Fix some gradle deprecations 2024-06-23 16:26:15 +03:00
Vankka
8f90fea16e
Scheduler convenience methods, scheduler stuff cleanup 2024-06-21 17:55:01 +03:00
Vankka
c9c101b803
Move EssentialsX global channel to EventPriority LAST 2024-06-21 15:14:32 +03:00
Vankka
26c6a909da
Start downloading dependencies on construct, relocate and load on enable 2024-06-16 14:40:45 +03:00
Vankka
064fed3d43
Add Essentials to plugin.yml 2024-06-07 17:07:24 +03:00
Vankka
bd1f50c502
Don't run dependency download on a separate thread on bukkit 2024-06-07 17:07:15 +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
ab90d1ddfc
Move ServerPlayerProvider to provider package 2023-12-31 23:34:33 +02:00
Vankka
6d4adebfd3
Merge branch 'linking-commands' 2023-12-26 18:41:11 +02:00
Vankka
069f4fb218
Add link create and linked commands 2023-12-26 18:40:55 +02:00
Vankka
192ce5e152
Single threaded dependency downloading, don't run enable if dependency downloading fails 2023-12-19 00:36:53 +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
b74f557359
Document advancement listener versions 2023-11-15 23:35:32 +02:00
Vankka
273f3d9a19
Add spigot listener for advancements 2023-11-13 00:58:17 +02:00
Vankka
784d759540
Workaround Folia for serverStarted 2023-09-14 21:21:46 +03:00
Vankka
09968ba8c2
Add enum serializer and remove wacky loading of enum options 2023-09-10 01:01:36 +03:00
Vankka
a94d8e1003
Add linking instructions methods 2023-08-26 16:35:04 +03:00
Vankka
59764117d3
Merge messages-config 2023-08-26 15:55:51 +03:00
Vankka
4dc56a6aa4
Fix :i18n module and get rid of MockDiscordSRV requirement 2023-07-19 18:36:40 +03:00
Vankka
e2143f0cc1
Initial commit for messages config 2023-07-18 23:51:20 +03:00
Vankka
85d40a061b
Fix issue in VentureChatIntegration 2023-07-15 22:12:40 +03:00
Vankka
26c472d0b8
Change Chatty & LunaChat send logic to Components 2023-07-15 14:32:37 +03:00
Vankka
74d661d523
Change filter logic for VentureChat 2023-07-15 14:27:26 +03:00
Vankka
2146fe29aa
manager.managers -> manager.abstraction 2023-07-12 21:03:30 +03:00
Vankka
20683e3c7a
Reorganize config packages, rename a bunch of ConfigurateConfigManager members 2023-07-12 21:02:32 +03:00
Vankka
d4f41c589d
Tweak thread pools thread counts, separate required linking thread pool 2023-07-11 18:22:41 +03:00
Vankka
512741bd92
Add running commands and sending command output for execute command 2023-07-09 13:16:18 +03:00
Vankka
1207990461
Add check for which commands are allowed to be run, config options for execute command 2023-07-09 01:11:41 +03:00
Vankka
383a7ad97a
Progress on running commands from Discord 2023-07-01 19:04:52 +03:00
Vankka
bb24dc7b32
Merge branch 'main' into execute-command 2023-07-01 17:32:15 +03:00
Vankka
97dbd3501e
Fix default advancement message being bad on non-Paper. Changed the default award format to say "advancement" instead of "achievement" 2023-07-01 17:29:59 +03:00
Vankka
8e12731119
Fix error in BukkitAdvancementListener 2023-06-27 21:22:21 +03:00
Vankka
cc5f8c2d26
Fix commands, don't run enable/reload async anymore 2023-06-22 19:46:20 +03:00
Vankka
c8590cfe2f
Wrap Folia scheduler in the same check as Bukkit scheduler to ensure tasks running at disable don't get sent to the scheduler 2023-06-19 18:40:36 +03:00
Vankka
4e4b21ae7c
Fix order some stuff is loaded, update Commodore 2023-06-19 00:50:09 +03:00
Vankka
c32a2ad8bd
Execute command initial 2023-06-09 00:36:39 +03:00
Vankka
3e3438f0d2
Allow loading extra languages on Bukkit 2023-05-30 19:22:34 +03:00
Vankka
ad01ee5748
Get player outside async context in BukkitChatForwarder 2023-05-30 18:34:15 +03:00
Vankka
e4b80ebb15
Get rid of OrDefault. Move advancement spam detection to AwardMessageModule 2023-05-25 23:30:12 +03:00
Vankka
7314fdb72b
Config improvements 2023-05-20 20:25:52 +03:00
Vankka
e5783e7b05
Add startup warning about this being a testing version, update UpdateChecker coordinates, change plugin.yml name to avoid issues with other plugins 2023-05-19 20:17:00 +03:00
Vankka
a25e1a2449
GriefPrevention integration 2023-05-18 12:46:03 +03:00
Vankka
1fa290402a
mcMMO integration 2023-05-18 12:33:48 +03:00
Vankka
ec6b15aad2
Moved ApiInstanceHolder to be a DiscordSRVApi subclass, renamed a few things 2023-05-18 00:58:42 +03:00
Vankka
ca40da0c00
Fix exception logging on java.util.logging. Fix getting manifest 2023-05-06 20:43:02 +03:00