+ 1
How do you make Event listeners Minecraft Spigot plugin development
How? This is for minecraft java 1.21.8 spigot
3 Respuestas
+ 4
this is probably outside of Sololearn related topics.
perhaps looking for Minecraft related sites and discussion forums and asking there would be more appropriate.
i'm not really familiar with Minecraft modding, but a quick google search gave me this:
https://www.spigotmc.org/wiki/using-the-event-api/
+ 1
google "minecraft modding" and watch some yt videos first to get an overview of the process...
Some knowledge in Java programming will also be useful.
plugins are basically codes that are compiled to .jar files that's used by the modded versions of Minecraft to extend the basic functionality of the game.
0
No but how do you write it?