{"id":24295284,"url":"https://github.com/hecker-01/warpplugin","last_synced_at":"2026-04-25T03:03:00.973Z","repository":{"id":272425708,"uuid":"916547342","full_name":"Hecker-01/WarpPlugin","owner":"Hecker-01","description":"Basically a copy of MariaDB-Warp-Plugin","archived":false,"fork":false,"pushed_at":"2025-01-14T11:08:36.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T06:48:16.215Z","etag":null,"topics":["mariadb","minecraft-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/Hecker-01.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":"2025-01-14T10:07:38.000Z","updated_at":"2025-01-14T11:08:40.000Z","dependencies_parsed_at":"2025-01-14T11:30:07.142Z","dependency_job_id":"e73f447a-9a2b-4691-a208-fa54bc6c88c1","html_url":"https://github.com/Hecker-01/WarpPlugin","commit_stats":null,"previous_names":["hecker-01/warpplugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hecker-01/WarpPlugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hecker-01%2FWarpPlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hecker-01%2FWarpPlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hecker-01%2FWarpPlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hecker-01%2FWarpPlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hecker-01","download_url":"https://codeload.github.com/Hecker-01/WarpPlugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hecker-01%2FWarpPlugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32248515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"online","status_checked_at":"2026-04-25T02:00:06.260Z","response_time":59,"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":["mariadb","minecraft-plugin"],"created_at":"2025-01-16T18:39:45.833Z","updated_at":"2026-04-25T03:03:00.940Z","avatar_url":"https://github.com/Hecker-01.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WarpPlugin\nBasically a copy of [MariaDB-Warp-Plugin](https://github.com/Hecker-01/MariaDB-Warp-Plugin), but is more optimized, has more features, and is more user-friendly by being able to configure a lot of things in the config.yml file.\n\n## Setup\nTo set up the database, you need to run the following command in the MariaDB console.\n```mariadb\nCREATE DATABASE IF NOT EXISTS WarpsDatabase;\n```\n\nYou can also use other database names, but you need to change the database name in the config.yml file.\n\n```yml\ndatabase:\n  ip: localhost\n  port: 3306\n  database-name: WarpsDatabase\n  username: root\n  password: mypass\nfile-version: 1.0\n```\n\n## MariaDB on Docker\nThe command i use to run MariaDB on Docker.\n```bash\ndocker search mariadb\ndocker pull mariadb:10.5\ndocker run --name mariadbtest -e MYSQL_ROOT_PASSWORD=mypass -p 3306:3306  -d docker.io/library/mariadb:10.5\n```\nStop and start the container.\n```bash\ndocker stop mariadbtest\n```\n```bash\ndocker start mariadbtest\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhecker-01%2Fwarpplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhecker-01%2Fwarpplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhecker-01%2Fwarpplugin/lists"}