Chapter 4. Testing on the Spigot Server
Bukkit plugins are designed to run on a CraftBukkit or Spigot server. At this point, you have a Spigot server and a simple plugin. After completing this chapter, you will have your new plugin installed on your server. In this chapter, you will make changes to your plugin's code, and you will quickly see it being reflected on your server. This will help you develop the plugin much faster and allow you to accomplish more as you create new plugins. You will also learn how to troubleshoot the code in order to fix it when it is not working properly. This chapter will cover the following topics:
- Building a JAR file for your plugin
- Installing the plugin on your server
- Testing the plugin
- Testing new versions of the plugin
- Debugging the code