-
Notifications
You must be signed in to change notification settings - Fork 1
Raphfrk/CraftProxyLite
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
To start use: java -jar CraftProxyLite.jar <port to bind to> <default port> [<password>] [verbose] If your server is on the same server as the proxy and uses port 25565, you could use java -jar CraftProxyLite.jar 20000 25565 quiet reconnectfile connect.txt banned banned.txt log log.txt Players would connect using yourhostname.com:20000 The banned list is one name per line Setup mkdir src cd src git clone git://github.com/Raphfrk/CraftProxyLite.git cd .. mkdir temp cd temp Create this file: javac.exe -cp "<path to Bukkit>/bukkit-0.0.1-SNAPSHOT.jar" ../src/com/raphfrk/craftproxy/*.java -d out cd out jar cvfm ../CraftProxy.jar ../../src/manifest.txt * cd .. zip -r CraftProxy.jar . -i src/*.java pushd ../src zip -r ../temp/CraftProxy.jar . -i plugin.yml popd
About
Lighter version of the proxy, will only support servers on localhost
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published