Would love to be doing Rust rn but I have to use Java, and moreover I have to make a Bukkit plugin and I'm told Bukkit isn't great (and no I can't use Fabric, our server uses many plugins that have not been ported to Bukkit and likely never will).
I'm specifically trying to do stuff with Mastodon API and i'm getting this error:
Caused by: java.lang.ClassNotFoundException: com.sys1yagi.mastodon4j.MastodonClient$Builder
Which would imply the Mastodon class isn't being loaded...except I have it specified in pom.xml and I can build successfully.
Is there something I need to add to the plugin.yml to make this work, like how I have to add something for ProtocolLib?