eaglercraft-b1.3/bukkit
2022-06-05 02:48:25 -07:00
..
server (quick backup) 2022-05-30 01:19:29 -07:00
src/main 22w22a first open-source release 2022-06-05 02:48:25 -07:00
readme.txt Added multiplayer and skins 2022-06-05 00:03:04 -07:00

To compile:

1. Link "src/main/java" as a source folder
2. Link "src/main/resources" as a source folder
3. Add "server/craftbukkit-bin.jar" to the build path as a dependency
4. Add "server/java_websocket.jar" to the build path as a dependency
5. Set "watchdog.WatchDog" as the main class
6. Export the project as a runnable jar file

You cannot run the project from within the IDE, you must export it every time as a runnable jar file for both testing and production.