You may know Discord srv, the Minecraft plugin which hosts a dc bot. Is there a plugin that can host a dc bot on a Minecraft server? Then I don't need an extra server. (If so, what is the name of the plugin?)
I've already written something like this myself, it's actually child's play to do it yourself in 2 minutes, just create a functional plugin, and move the content of the main method to the start method (I forgot the name) of the plugin.
I'm not aware of any ready-made plug-in.
Can you think again what that was called?
Just look at the documentation?
What documentation?
From Bukkit / Spigot / PaperMC?
What's it called? Or. What should i look for?
https://bukkit.gamepedia.com/Plugin_Tutorial#onEnable.28.29_and_onDisable.28.29
That's the name of the method, that's all I wanted to say.