Essentials/providers
Josh Roy 196a2a19c4
Fix startup issue with potion providers (#6055)
The LegacyPotionMetaProvider was initializing a map with enums that
don't exist on modern versions. Since this was a static variable, this
map got initialized when the test method was called, leading to a
NoSuchFieldError.

Also improved resilience of these provider-type issues again by catching
a Throwable rather than an Exception in the ProviderFactory.

Fixes #6054
2025-02-19 15:58:00 -05:00
..
1_8Provider Rework the provider system (#5087) 2024-12-31 19:29:23 -05:00
1_12Provider Fix startup issue with potion providers (#6055) 2025-02-19 15:58:00 -05:00
BaseProviders Add support for Paper's chat events (#6033) 2025-02-14 15:14:44 -05:00
NMSReflectionProvider Rework the provider system (#5087) 2024-12-31 19:29:23 -05:00
PaperProvider Add support for Paper's chat events (#6033) 2025-02-14 15:14:44 -05:00