Raphfrk / CraftProxyLiter

Re-code to handle caching more reliabily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Re-code to handle caching more reliabily

License:MIT License


Languages

Language:Java 100.0%