Chapter 4. Testing on the CraftBukkit Server
Bukkit plugins are designed to run on a CraftBukkit server. At this point, you have a CraftBukkit server and a simple plugin. After completing this chapter you will have your new plugin installed on your server. You will be making changes to your plugin's code and will quickly see it reflected on your server. This will make your development much faster and allow you to accomplish more as you create new plugins. This chapter will cover the following topics:
Building a jar file for your plugin
Installing a plugin on your server
Testing your plugin
Testing new versions of your plugin