{"id":23401601,"url":"https://github.com/luiz-otavio/ptero-bukkit","last_synced_at":"2026-05-01T19:34:44.349Z","repository":{"id":180538498,"uuid":"560089507","full_name":"luiz-otavio/ptero-bukkit","owner":"luiz-otavio","description":"Small library to auto-deploy signed pterodactyl servers to players in a Minecraft Server.","archived":false,"fork":false,"pushed_at":"2023-07-11T15:44:58.000Z","size":194,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T20:51:18.169Z","etag":null,"topics":["auto-deploy","bukkit","java","minecraft","pterodactyl","pterodactyl-api","pterodactyl-panel"],"latest_commit_sha":null,"homepage":"","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/luiz-otavio.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":"2022-10-31T18:02:07.000Z","updated_at":"2023-12-19T01:32:38.000Z","dependencies_parsed_at":"2023-07-20T17:46:41.571Z","dependency_job_id":null,"html_url":"https://github.com/luiz-otavio/ptero-bukkit","commit_stats":null,"previous_names":["luiz-otavio/ptero-bukkit"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/luiz-otavio/ptero-bukkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luiz-otavio%2Fptero-bukkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luiz-otavio%2Fptero-bukkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luiz-otavio%2Fptero-bukkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luiz-otavio%2Fptero-bukkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luiz-otavio","download_url":"https://codeload.github.com/luiz-otavio/ptero-bukkit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luiz-otavio%2Fptero-bukkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32510808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["auto-deploy","bukkit","java","minecraft","pterodactyl","pterodactyl-api","pterodactyl-panel"],"created_at":"2024-12-22T11:17:18.911Z","updated_at":"2026-05-01T19:34:44.304Z","avatar_url":"https://github.com/luiz-otavio.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to use it\nFirst, you need to include the repository in your `pom.xml` or `build.gradle`:\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003eluiz-otavio\u003c/id\u003e\n        \u003c!--You will need to include the credentials in somewhere--\u003e\n        \u003curl\u003ehttps://maven.pkg.github.com/luiz-otavio/ptero-bukkit\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003enet.luxcube.pterodactyl\u003c/groupId\u003e\n      \u003cartifactId\u003ebukkit\u003c/artifactId\u003e\n      \u003cversion\u003e0.0.1-SNAPSHOT\u003c/version\u003e\n    \u003c/dependency\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003enet.luxcube.pterodactyl\u003c/groupId\u003e\n      \u003cartifactId\u003ebinder\u003c/artifactId\u003e\n      \u003cversion\u003e0.0.1-SNAPSHOT\u003c/version\u003e\n      \u003cscope\u003eruntime\u003c/scope\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n```groovy\nrepositories {\n    maven {\n        name = \"luiz-otavio\"\n        url = \"https://maven.pkg.github.com/luiz-otavio/ptero-bukkit\"\n        credentials {\n            username = project.findProperty(\"gpr.user\") ?: System.getenv(\"USERNAME\")\n            password = project.findProperty(\"gpr.key\") ?: System.getenv(\"TOKEN\")\n        }\n    }\n}\n\ndependencies {\n    implementation 'net.luxcube.pterodactyl:bukkit:0.0.1-SNAPSHOT'\n    runtimeOnly 'net.luxcube.pterodactyl:binder:0.0.1-SNAPSHOT'\n}\n```\n\nThen, you can retrieve the pterodactyl instance using the `PteroBukkit`:\n```java\nPteroBukkit ptero = PteroBukkit.createInstance(URL, APP_KEY, CLIENT_KEY, N_THREADS, PLUGIN);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluiz-otavio%2Fptero-bukkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluiz-otavio%2Fptero-bukkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluiz-otavio%2Fptero-bukkit/lists"}