Discord bot to host minecraft server?

Th
- in Plugins
7

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?)

cl

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.

Th

Can you think again what that was called?

cl

Just look at the documentation?

Th

What documentation?

cl

From Bukkit / Spigot / PaperMC?

Th

What's it called? Or. What should i look for?

cl

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.