You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build instructions:
mkdir out
<path>/javac.exe -cp <path to bukkit>/bukkit-0.0.1-SNAPSHOT.jar; com/raphfrk/*/*.java -d out
cd out
jar cvfm ../CraftProxyLiter.jar ../manifest.txt *
cd ..
zip -r CraftProxyLiter.jar . -i plugin.yml