{"id":17703387,"url":"https://github.com/lross2k/randomfighter","last_synced_at":"2026-05-03T02:43:08.064Z","repository":{"id":157050231,"uuid":"437010626","full_name":"lross2k/RandomFighter","owner":"lross2k","description":"Spigot plugin that implements a simple minigame","archived":false,"fork":false,"pushed_at":"2021-12-15T15:17:10.000Z","size":38,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-31T03:47:22.301Z","etag":null,"topics":["java","maven","minecraft-plugin","spigot-plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","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/lross2k.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":"2021-12-10T14:39:28.000Z","updated_at":"2022-07-31T18:25:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"2e0df4be-a7e6-466b-a5a7-c22995c26993","html_url":"https://github.com/lross2k/RandomFighter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lross2k/RandomFighter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lross2k%2FRandomFighter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lross2k%2FRandomFighter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lross2k%2FRandomFighter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lross2k%2FRandomFighter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lross2k","download_url":"https://codeload.github.com/lross2k/RandomFighter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lross2k%2FRandomFighter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32556771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T00:31:16.350Z","status":"online","status_checked_at":"2026-05-03T02:00:09.297Z","response_time":103,"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":["java","maven","minecraft-plugin","spigot-plugin"],"created_at":"2024-10-24T20:22:52.073Z","updated_at":"2026-05-03T02:43:08.049Z","avatar_url":"https://github.com/lross2k.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RandomFighter\nMinigame plugin for Minecraft Spigot Servers, tested in version 1.17.1\n\nWritten in Java 16 using the Spigot API and storing data using SQLite and the SQLite-JDBC driver,\nmainly done for fun and learning purposes, I haven't included a license yet so standard GitHub \nrules apply to the licensing.\n\n## Compiling\n### IDE\nAs this was created only using Maven it's really easy to integrate into any IDE or fancy setup that\nyou like, therefore ***if you use an IDE just load the project for Maven and the `pom.xml` should\nconfigure almost everything.***\n\n### CLI\nUsing Maven just set yourself at the root of the project (where the `pom.xml` is located)\n\nFor compiling individual `.java` files into bytecode files, use\n```bash\nmvn compile\n```\n\nFor packaging into a `.jar` at the `target\\` folder, use\n```bash\nmvn assembly:single\n```\n\nFor cleaning both compiling and packaging process, use\n```bash\nmvn clean\n```\n\nAll of these operations can be combined into a single one\n```bash\nmvn clean compile assembly:single\n```\n\n## Adding to your server\nI have to make a guide for this... But the plugin is still in development, so I don't know how you\ngot here really.\n\n## Useful sources of information\nIn case you want to learn more of this subject, I'll leave here some websites that came in handy\nwhile I was searching for information.\n- [Spigot Wiki](https://www.spigotmc.org/wiki/index/)\n- [Spigot API Javadocs](https://hub.spigotmc.org/javadocs/spigot/)\n- [Java SDK 16 API Javadocs](https://docs.oracle.com/en/java/javase/16/docs/api/index.html)\n- [SQLite JDBC repo](https://github.com/xerial/sqlite-jdbc)\n- [Bukkit wiki](https://bukkit.fandom.com/wiki/Main_Page)\n- [Maven CLI blog post](https://www.sohamkamani.com/java/cli-app-with-maven/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flross2k%2Frandomfighter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flross2k%2Frandomfighter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flross2k%2Frandomfighter/lists"}