{"id":16175724,"url":"https://github.com/osiris-team/autoplug-plugin","last_synced_at":"2025-03-19T00:31:25.981Z","repository":{"id":110532770,"uuid":"259880379","full_name":"Osiris-Team/AutoPlug-Plugin","owner":"Osiris-Team","description":"Enables AutoPlug-Client command execution from inside Minecraft.","archived":false,"fork":false,"pushed_at":"2024-04-22T19:02:09.000Z","size":3418,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-17T01:21:32.610Z","etag":null,"topics":["autoplug","bukkit","bukkit-plugin","spigot","spigot-plugin","webapp"],"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":"other","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-29T09:22:07.000Z","updated_at":"2024-04-23T03:48:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"d2bc99ab-3147-48ea-b53a-a621c5fc29fa","html_url":"https://github.com/Osiris-Team/AutoPlug-Plugin","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-Plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FAutoPlug-Plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FAutoPlug-Plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FAutoPlug-Plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Osiris-Team","download_url":"https://codeload.github.com/Osiris-Team/AutoPlug-Plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244331814,"owners_count":20436011,"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","bukkit","bukkit-plugin","spigot","spigot-plugin","webapp"],"created_at":"2024-10-10T04:45:38.803Z","updated_at":"2025-03-19T00:31:25.666Z","avatar_url":"https://github.com/Osiris-Team.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://rapidus-info.webnode.com/_files/200000003-4d08d4d08f/AutoPlug%20GitHub%20Header%20800x80.png)\n## Links\n- [AutoPlug-Client](https://github.com/Osiris-Team/AutoPlug-Client)\n- [AutoPlug-Plugin-Development](https://bit.ly/approgress)\n- [Discord](https://discord.com/invite/GGNmtCC)\n\n## AutoPlug-Plugin | Installation\n(pre-requisite) [AutoPlug-Client](https://www.spigotmc.org/resources/autoplug-automatic-plugin-server-java-self-updater.78414/) installed.\n 1. Download latest version of AutoPlug-Plugin from [here](https://www.spigotmc.org/resources/autoplug-plugin.95568/).\n 2. Stop your server and move the downloaded jar into the /plugins directory.\n 3. Start your server.\n\n## AutoPlug-Plugin | What can it do?\nIts actually pretty straightforward. It enables you to execute AutoPlug-Client console commands from in-game (even over an in-game GUI).\n\n## AutoPlug-Plugin | Commands\n```yaml\ncommands:\n\n  .:\n    description: Opens the AutoPlug-Plugin-GUI.\n    usage: /.\n    permission: autoplug.plugin.gui\n\n  .restart:\n    description: Restarts the server.\n    usage: /.restart\n    permission: autoplug.plugin.restart\n\n  .r:\n    description: Restarts the server. (Shortcut)\n    usage: /.r\n    permission: autoplug.plugin.restart\n\n  .stop:\n    description: Stops the server.\n    usage: /.stop\n    permission: autoplug.plugin.stop\n\n  .st:\n    description: Stops the server. (Shortcut)\n    usage: /.st\n    permission: autoplug.plugin.stop\n\n  .stop both:\n    description: Stops the server and the AutoPlug-Client.\n    usage: /.stop both\n    permission: autoplug.plugin.stopboth\n\n  .stb:\n    description: Stops the server and the AutoPlug-Client. (Shortcut)\n    usage: /.stb\n    permission: autoplug.plugin.stopboth\n\n  .kill:\n    description: Kills the server.\n    usage: /.kill\n    permission: autoplug.plugin.kill\n\n  .k:\n    description: Kills the server. (Shortcut)\n    usage: /.k\n    permission: autoplug.plugin.kill\n    \n  .kill both:\n    description: Kills the server and the AutoPlug-Client.\n    usage: /.kill both\n    permission: autoplug.plugin.killboth\n\n  .kb:\n    description: Kills the server and the AutoPlug-Client. (Shortcut)\n    usage: /.kb\n    permission: autoplug.plugin.killboth\n```\n\n## AutoPlug-Plugin | Contribute\n\nIf you have never contributed before, we recommend this [Beginners Article](https://www.jetbrains.com/help/idea/contribute-to-projects.html).\nIf you are planning to make big changes, create an issue first, where you explain what you want to do. Thank you in advance for every\ncontribution!\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 [Maven](https://maven.apache.org/), profiles: clean package\n- `AutoPlug-Plugin.jar` gets exported to the `/target` folder\n\nIf you don't know how to import a GitHub project, check out this guide:\n\n- For IntelliJ IDEA checkout the [Cloning Guide](https://blog.jetbrains.com/idea/2020/10/clone-a-project-from-github/)\n\n## AutoPlug-Plugin | Libraries\n- [Dream-Yaml](https://github.com/Osiris-Team/Dream-Yaml) is used for handling YAML files.\n- In-Game GUIs created with [SmartInvs](https://github.com/MinusKube/SmartInvs).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosiris-team%2Fautoplug-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosiris-team%2Fautoplug-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosiris-team%2Fautoplug-plugin/lists"}