{"id":19952556,"url":"https://github.com/dosmike/ore-get","last_synced_at":"2026-05-29T23:02:15.179Z","repository":{"id":133520190,"uuid":"229131757","full_name":"DosMike/Ore-Get","owner":"DosMike","description":"apt-get like Plugin management for SpongePowered servers","archived":false,"fork":false,"pushed_at":"2020-04-20T11:22:57.000Z","size":41389,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-29T16:47:05.801Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/DosMike.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":"2019-12-19T20:16:02.000Z","updated_at":"2020-04-20T11:15:42.000Z","dependencies_parsed_at":"2023-07-09T23:45:24.129Z","dependency_job_id":null,"html_url":"https://github.com/DosMike/Ore-Get","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/DosMike/Ore-Get","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosMike%2FOre-Get","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosMike%2FOre-Get/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosMike%2FOre-Get/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosMike%2FOre-Get/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DosMike","download_url":"https://codeload.github.com/DosMike/Ore-Get/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosMike%2FOre-Get/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33673628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-13T01:13:37.051Z","updated_at":"2026-05-29T23:02:15.155Z","avatar_url":"https://github.com/DosMike.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ore-Get\nA apt-get inspired Plugin management tool.\n\n### How it works\nThis plugin connects to the Ore API in order to fetch information about \navailable plugins. Since Java (on Windows) can't remove or load jar-files \nwhile the server is running, ore-get will create a shell-script based on\nyour server OS that can be executed by your server's watchdog, after the \nserver terminated. (This script will only be created if the server did *not* \ncrash).\n\nYou can run this as plugin like any other, or as standalone application.\nTo run it as standalone, put it into your minecraft server root, mods or \nplugin folder and call it through `java -jar oreget.jar`.\n\n#### On Windows\nThe script is called `oreget_postserver.bat`. If your watchdog is a batch\nscript you can add it like this:\n```bat\nrem start server\njava -jar sponge-current-version.jar\nrem execute oreget post script\nif EXIST oreget_postserver.bat oreget_postserver.bat\n```\n\n#### On Linux/Unix\nThe script is called `oreget_postserver.sh`. If your watchdog is a \nbash-script you can add it like this:\n```bash\n# start server\njava -jar sponge-current-version.jar\n# execute oreget post script\ntest -e oreget_postserver.sh \u0026\u0026 /bin/bash oreget_postserver.sh\n```\n\n![gif](oreget.gif)\n\n# Commands\nPrefix is always `/ore-get`, `/oreget` or `/ore`, so a full command looks \nsomething like this: `/ore-get search huskycrates`   \nThe base-command requires the permission `oreget.command.base`\n\n* `search QUERY` - **Permission** `oreget.command.search`    \nsearch for QUERY in the Ore repository, like you would on the Website\n* `show PLUGINID` - **Permission** `oreget.command.show`    \nshow detailed information about this plugin\n* `install --only-upgrade PLUGINID...` - **Permission** `oreget.command.install`    \ninstall or upgrade one or more plugins by id. if you specify the flag \n`--only-upgrade` no new plugins will be installed\n* `upgrade` - **Permission** `oreget.command.upgrade`    \ninstall new versions for all plugins and update dependencies\n* `full-upgrade` - **Permission** `oreget.command.fullupgrade`    \nlike `upgrade`, but removed dependencies that are no longer needed.\n* `remove PLUGINID...` - **Permission** `oreget.command.remove`    \nmark or unmark the plugin(s) for removal\n* `autoremove` - **Permission** `oreget.command.autoremove`    \nscan for dependency plugins that are no longer required and mark them for \nremoval\n* `mark PLUGINID` - **Permission** `oreget.command.mark`    \nmark this plugin as dependency, this plugin can now be auto-removed\n* `unmark PLUGINID` - **Permission** `oreget.command.mark`\nmark this plugin as manually installed, auto-remove won't touch this plugin\n* `confirm` - **Permission** `oreget.command.confirm`    \nconfirm plugin installation/upgrade\n* `reject`/`deny`/`cancel` - **Permission** `oreget.command.confirm`    \ncancel the plugin installation/upgrade\n\n# Future plans\n\n- [ ] Command fix-deps to automatically fetch missing dependencies for unloaded plugins\n- [ ] Command hold, to prevent updates to a specific plugins\n- [ ] Command forbid-version, to prever update to a specific version\n- [ ] Keep up-to-date with Ore API v2\n\n# External Connections\nThe connection to Ore is obviously required.  \nNo other connections, that's all.\n\n# License Stuff\n\n**Fancy terminal colors on Windows in standalone mode**   \n_JANSI_ is licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0) and available at [https://github.com/fusesource/jansi](https://github.com/fusesource/jansi)   \nCopyright \u0026copy; 2009 fusesource\n\n**Processing JSON responses from the Ore API**   \n_Gson_ is licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0) and available at [https://github.com/google/gson](https://github.com/google/gson)   \nCopyright \u0026copy; 2008 Google Inc.\n\n**This Project itself**   \n_Ore-Get_ is licensed under the MIT License.\nCopyright \u0026copy; 2020 DosMike\n\n### Apache 2.0 License Note  \nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n### MIT License\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n### Need Help?\n#### [Join my Discord](https://discord.gg/E592Gdu)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosmike%2Fore-get","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdosmike%2Fore-get","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosmike%2Fore-get/lists"}