{"id":16175716,"url":"https://github.com/osiris-team/autoplug-releases","last_synced_at":"2025-07-18T05:35:10.322Z","repository":{"id":37511626,"uuid":"261586030","full_name":"Osiris-Team/AutoPlug-Releases","owner":"Osiris-Team","description":"AutoPlugs official downloads repository","archived":false,"fork":false,"pushed_at":"2025-02-28T04:43:03.000Z","size":1113684,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T12:12:20.651Z","etag":null,"topics":["autoplug","download","java"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Osiris-Team.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-05T21:22:47.000Z","updated_at":"2025-02-28T04:43:07.000Z","dependencies_parsed_at":"2023-02-14T01:01:30.078Z","dependency_job_id":"a5c35982-b343-4a7b-8589-d1671b28963a","html_url":"https://github.com/Osiris-Team/AutoPlug-Releases","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FAutoPlug-Releases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FAutoPlug-Releases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FAutoPlug-Releases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FAutoPlug-Releases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Osiris-Team","download_url":"https://codeload.github.com/Osiris-Team/AutoPlug-Releases/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243957999,"owners_count":20374782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autoplug","download","java"],"created_at":"2024-10-10T04:45:36.151Z","updated_at":"2025-03-19T01:30:32.665Z","avatar_url":"https://github.com/Osiris-Team.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\r\n   \u003cimg src=\"https://i.imgur.com/BMpvtWP.png\"\u003e\r\n\u003c/div\u003e\r\n\r\n## Releases\r\n- [Download latest stable AutoPlug-Client.jar.](https://github.com/Osiris-Team/AutoPlug-Releases/raw/master/stable-builds/AutoPlug-Client.jar)\r\n- [Download latest beta AutoPlug-Client.jar.](https://github.com/Osiris-Team/AutoPlug-Releases/raw/master/beta-builds/AutoPlug-Client.jar) \r\n\r\n\r\n\r\n## Steps (first install)\r\nThe recommended/easiest way of installation is via the installer at https://autoplug.one/installer.\r\nIf you don't want to, follow the steps below:\r\n- If you want to test it first or create a new server, put the jar into a new empty directory. Otherwise put it into \r\nthe same directory as your server executable (server jar).\r\n- Create a start script with `java -Dfile.encoding=UTF-8 -jar AutoPlug-Client.jar` inside, run it and you are done.\r\n\r\n\u003cdetails\u003e\r\n\u003csummary\u003eShow/Hide scripts\u003c/summary\u003e\r\n\r\nLinux/Unix:\r\n```sh\r\nmkdir my-server\r\ncd my-server\r\ncurl -o AutoPlug-Client.jar https://github.com/Osiris-Team/AutoPlug-Releases/raw/master/beta-builds/AutoPlug-Client.jar\r\njava -Dfile.encoding=UTF-8 -jar AutoPlug-Client.jar\r\n```\r\n\r\nWindows:\r\n```\r\nmkdir my-server\r\ncd my-server\r\nbitsadmin /create myjob\r\nbitsadmin /addfile myjob https://github.com/Osiris-Team/AutoPlug-Releases/raw/master/beta-builds/AutoPlug-Client.jar .\\AutoPlug-Client.jar\r\nbitsadmin /info myjob\r\njava -Dfile.encoding=UTF-8 -jar AutoPlug-Client.jar\r\n```\r\n\r\nEach line explained:\r\n1. Create a new directory at your current location\r\n2. Go into the new directory\r\n3. Download the jar\r\n4. Start the jar\r\n\u003c/details\u003e\r\n\r\n## Steps (install update)\r\nUpdating AutoPlug is pretty easy if you have the self-updater enabled (it is by default), so update by...\r\n- ...waiting for your server to restart.\r\n- ...entering .r to restart your server.\r\n- ...manually by downloading the jar and replacing the existing one with it.\r\n\r\n## Notes\r\n- This is the only, official downloads repository. Do not download for anywhere else.\r\n- Beta releases contain experimental, poorly tested features, which may not work properly.\r\n\r\n## Links\r\n    \r\n\u003cdiv\u003e\r\n   \u003cp\u003e\r\n      \u003ca href=\"https://github.com/Osiris-Team/AutoPlug-Releases\"\u003eAutoPlug-Releases\u003c/a\u003e |\r\n      \u003ca href=\"https://github.com/Osiris-Team/AutoPlug-Client\"\u003eAutoPlug-Client\u003c/a\u003e |\r\n      \u003ca href=\"https://github.com/Osiris-Team/AutoPlug-Plugin\"\u003eAutoPlug-Plugin\u003c/a\u003e |\r\n      \u003ca href=\"https://bit.ly/acprogress\"\u003eAutoPlug-Client-Development\u003c/a\u003e |\r\n      \u003ca href=\"https://bit.ly/approgress\"\u003eAutoPlug-Plugin-Development\u003c/a\u003e |\r\n      \u003ca href=\"https://www.spigotmc.org/members/osiristeam.935748/\"\u003eSpigot\u003c/a\u003e |\r\n      \u003ca href=\"https://discord.com/invite/GGNmtCC\"\u003eDiscord\u003c/a\u003e\r\n   \u003c/p\u003e\r\n\u003c/div\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosiris-team%2Fautoplug-releases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosiris-team%2Fautoplug-releases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosiris-team%2Fautoplug-releases/lists"}