The recommended/easiest way of installation is via the installer at https://autoplug.one/installer. If you don't want to, follow the steps below:
- If you want to test it first or create a new server, put the jar into a new empty directory. Otherwise put it into the same directory as your server executable (server jar).
- Create a start script with
java -Dfile.encoding=UTF-8 -jar AutoPlug-Client.jar
inside, run it and you are done.
Show/Hide scripts
Linux/Unix:
mkdir my-server
cd my-server
curl -o AutoPlug-Client.jar https://github.com/Osiris-Team/AutoPlug-Releases/raw/master/beta-builds/AutoPlug-Client.jar
java -Dfile.encoding=UTF-8 -jar AutoPlug-Client.jar
Windows:
mkdir my-server
cd my-server
bitsadmin /create myjob
bitsadmin /addfile myjob https://github.com/Osiris-Team/AutoPlug-Releases/raw/master/beta-builds/AutoPlug-Client.jar .\AutoPlug-Client.jar
bitsadmin /info myjob
java -Dfile.encoding=UTF-8 -jar AutoPlug-Client.jar
Each line explained:
- Create a new directory at your current location
- Go into the new directory
- Download the jar
- Start the jar
Updating AutoPlug is pretty easy if you have the self-updater enabled (it is by default), so update by...
- ...waiting for your server to restart.
- ...entering .r to restart your server.
- ...manually by downloading the jar and replacing the existing one with it.
- This is the only, official downloads repository. Do not download for anywhere else.
- Beta releases contain experimental, poorly tested features, which may not work properly.