Locally Debugging Spigot Minecraft Server Plugins in IntelliJ
This time I had to debug some code for a Spigot server plugin. Spigot is a custom Minecraft server. You download the Spigot jar file, run it and it sets up a Minecraft server for you. You can then write custom plugins for the server, using the Spigot API, and drop them in the “plugins” […]
Read More Locally Debugging Spigot Minecraft Server Plugins in IntelliJ