{"id":16175692,"url":"https://github.com/osiris-team/autoplug-client","last_synced_at":"2025-04-07T05:10:48.756Z","repository":{"id":37516502,"uuid":"255980407","full_name":"Osiris-Team/AutoPlug-Client","owner":"Osiris-Team","description":"Server manager with automatic plugin- mod- server- java- self- updater, scheduled restarts, automatic backups, shared folders, and many more handy features to automate/boost your server maintenance.","archived":false,"fork":false,"pushed_at":"2025-02-28T04:44:23.000Z","size":54062,"stargazers_count":60,"open_issues_count":50,"forks_count":23,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T22:11:07.478Z","etag":null,"topics":["administration","automation","background-service","cli","maintenance","minecraft","server-wrapper","update-checker","updater"],"latest_commit_sha":null,"homepage":"https://autoplug.one/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","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":"LICENSE","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-04-15T16:49:45.000Z","updated_at":"2025-02-28T04:44:27.000Z","dependencies_parsed_at":"2023-02-14T01:45:26.178Z","dependency_job_id":"a49b7fc5-ece7-417a-a0c8-d46d8d85d2a9","html_url":"https://github.com/Osiris-Team/AutoPlug-Client","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-Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FAutoPlug-Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FAutoPlug-Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FAutoPlug-Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Osiris-Team","download_url":"https://codeload.github.com/Osiris-Team/AutoPlug-Client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595335,"owners_count":20963943,"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":["administration","automation","background-service","cli","maintenance","minecraft","server-wrapper","update-checker","updater"],"created_at":"2024-10-10T04:45:32.718Z","updated_at":"2025-04-07T05:10:48.727Z","avatar_url":"https://github.com/Osiris-Team.png","language":"Java","funding_links":["https://www.paypal.com/donate?hosted_button_id=JNXQCWF2TF9W4"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n   \u003cimg src=\"https://i.imgur.com/BMpvtWP.png\"\u003e\n\u003c/div\u003e\n\n AutoPlug-Client is a standalone, executable Java program that has multiple execution modes: Server-Wrapper, CLI-Tool, Background-Service. Its main purpose is to automate updating of any sofware related to servers and simplify server maintenance in general. While all server types are compatible (including Steam game servers), the majority of its features cater specifically to Minecraft, which is renowned as the world's top-selling game and boasts an exceptionally extensive modding community.\n \n## Links\n\n- Download stable/beta versions at the [AutoPlug-Releases](https://github.com/Osiris-Team/AutoPlug-Releases) repo.\n- Follow the [AutoPlug-Client-Development](https://bit.ly/acprogress) and see what we are currently working on.\n- Support the development by [donating](https://www.paypal.com/donate?hosted_button_id=JNXQCWF2TF9W4).\n- Issues or questions? Checkout the [FAQ](/docs/FAQ.md) and/or join our [Discord](https://discord.com/invite/GGNmtCC), for live chat/voice\nsupport.\n\n## What can it do?\n\n- Automated self, server-software, plugins, mods and JRE (Java Runtime Enviornment) updating\n- Scheduled server restarts\n- Automated, modularized backup creation\n- Fast, asynchronous, multithreaded task execution\n- Have synchronized (shared) folders\n- Web-Panel for starting, stopping restarting the server and viewing the last updating results summaries\n\nPremium [AutoPlug-Web](https://autoplug.one) features:\n\n- [Online Console](./docs/online-console.gif)\n- [Online File-Manager](./docs/file-manager.gif)\n- Staff Access\n- Plugin details database\n\n## Status\nCommunity driven development, meaning the lead developer will not develop new features and rely on pull requests by others, except for security issues and critical bugs.\n\n## Community projects\n\n- Docker support: https://github.com/lkkuma/AutoPlug-Client-Docker\n- Pterodactly panel support: https://github.com/ImLunaUwU/PteroPlug\n\nDevelopers: \n\nYou can also use AutoPlug in your projects by adding it as a dependency\nvia [Maven/Gradle/Sbt/Leinigen](https://jitpack.io/#Osiris-Team/AutoPlug-Client/-SNAPSHOT). Some useful classes would be\nthe AutoPlugConsole for example, which lets you execute AutoPlug commands programmatically:\n\n```java\nAutoPlugConsole.executeCommand(\".check plugins\");\nAutoPlugConsole.executeCommand(\".check server\");\n// etc...\n```\n\n## Contribute ![Build test](https://github.com/Osiris-Team/AutoPlug-Client/workflows/build/badge.svg)\n\nThank you for considering to contribute, the community 💙 that! Just keep these things in mind:\n- Create an issue first if you want to do big changes, so we can discuss it.\n- Remember that big changes also require you to write tests.\n- You can pick and work on any open issue. Let us know that you are working on it.\n- Avoid using and writing static methods/fields/classes to ensure minimal memory usage.\n\nBeginners:\n\n- [contribute-to-projects](https://www.jetbrains.com/help/idea/contribute-to-projects.html)\n- [clone-a-project-from-github](https://blog.jetbrains.com/idea/2020/10/clone-a-project-from-github/)\n\nBounties:\n\nSome open issues are marked with a tag/label like this: `bounty: 15€` (show the [list](https://github.com/Osiris-Team/AutoPlug-Client/labels/bounty%3A%2015%E2%82%AC)), which means that the first person\ncreating a pull request for fixing/closing that issue will receive the bounty (15€). Note that your code must have\nat least one test demonstrating that the implemented fix/feature is working. Also note that payments are only made via PayPal, so make sure\nthat the public Github page of your profile, with which you commit the pull request, contains your PayPal email address somewhere.\nBy commiting to an issue with the bounty tag you agree to these terms.\n\nDetails:\n\n- Written in [Java](https://java.com/), with [JDK 8](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html), inside of [IntelliJ IDEA](https://www.jetbrains.com/idea/)\n- Built with [1JPM](https://github.com/Osiris-Team/1JPM), command: `java ./src/main/java/JPM.java`\n(if you want to directly run it too append `andRun` at the end).\n\n## Libraries\n\nNote that this list may be outdated. Check the [build.gradle](/build.gradle) file for our current dependencies.\n- [AutoPlug-Core](https://github.com/Osiris-Team/AutoPlug-Core) contains frequently used code accross all AutoPlug\n  projects in one jar.\n- [Dream-Yaml](https://github.com/Osiris-Team/Dream-Yaml) is used for handling YAML files.\n- [Better-Thread](https://github.com/Osiris-Team/Better-Thread) enables display of 'live-tasks'.\n- For console coloring and task display [Jansi](https://github.com/fusesource/jansi) and [Jline](https://github.com/jline/jline3) is used.\n- [Zip4j](https://github.com/srikanth-lingala/zip4j) to unpack and handle jar/zips.\n- Server restarts are scheduled with [Quartz](http://www.quartz-scheduler.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosiris-team%2Fautoplug-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosiris-team%2Fautoplug-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosiris-team%2Fautoplug-client/lists"}