A project Aimed at Providing a Voice Interaction Interface for MineCraft
- Create a new Java Project with the name MultiCraft
- Set JRE to 1.8
- Replace the src folder in the project folder with the src folder from the repository
- Go to ‘Configure Build Path -> Add external jars’ and add the craftbukkit jar file from the requiredFiles folder.
- Copy the plugin yml file to the project folder on the same level as the src folder.
- Refresh the project and everything should work fine.
- Got to export -> jar file.
- Uncheck everything on the right other than the plugin.yml file.
- Finish
Pro tip: Change teh export destination to your server's plugins folder.
Visit https://bukkit.gamepedia.com/Setting_up_a_server for detailed instructions.