https://github.com/osiris-team/autoplug-releases
AutoPlugs official downloads repository
https://github.com/osiris-team/autoplug-releases
autoplug download java
Last synced: 12 months ago
JSON representation
AutoPlugs official downloads repository
- Host: GitHub
- URL: https://github.com/osiris-team/autoplug-releases
- Owner: Osiris-Team
- Created: 2020-05-05T21:22:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T04:43:03.000Z (over 1 year ago)
- Last Synced: 2025-02-28T12:12:20.651Z (over 1 year ago)
- Topics: autoplug, download, java
- Homepage:
- Size: 1.04 GB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Releases
- [Download latest stable AutoPlug-Client.jar.](https://github.com/Osiris-Team/AutoPlug-Releases/raw/master/stable-builds/AutoPlug-Client.jar)
- [Download latest beta AutoPlug-Client.jar.](https://github.com/Osiris-Team/AutoPlug-Releases/raw/master/beta-builds/AutoPlug-Client.jar)
## Steps (first install)
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:
```sh
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:
1. Create a new directory at your current location
2. Go into the new directory
3. Download the jar
4. Start the jar
## Steps (install update)
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.
## Notes
- 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.
## Links