{"id":50430420,"url":"https://github.com/vgamerv3/hytale-plugin-template-permissions","last_synced_at":"2026-05-31T14:00:41.763Z","repository":{"id":343612576,"uuid":"1178375931","full_name":"VgamerV3/hytale-plugin-template-permissions","owner":"VgamerV3","description":"Hytale plugin template for permissions workflows, with runnable starter code and prebuilt artifact.","archived":false,"fork":false,"pushed_at":"2026-03-11T03:00:16.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-11T08:08:55.245Z","etag":null,"topics":["game-development","gradle","hytale","hytale-depot","hytale-plugin","java","permissions","plugin-template","template"],"latest_commit_sha":null,"homepage":null,"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/VgamerV3.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-11T00:56:11.000Z","updated_at":"2026-03-11T03:00:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/VgamerV3/hytale-plugin-template-permissions","commit_stats":null,"previous_names":["vgamerv3/hytale-plugin-template-permissions"],"tags_count":null,"template":true,"template_full_name":null,"purl":"pkg:github/VgamerV3/hytale-plugin-template-permissions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VgamerV3%2Fhytale-plugin-template-permissions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VgamerV3%2Fhytale-plugin-template-permissions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VgamerV3%2Fhytale-plugin-template-permissions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VgamerV3%2Fhytale-plugin-template-permissions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VgamerV3","download_url":"https://codeload.github.com/VgamerV3/hytale-plugin-template-permissions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VgamerV3%2Fhytale-plugin-template-permissions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33733754,"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-31T02:00:06.040Z","response_time":95,"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":["game-development","gradle","hytale","hytale-depot","hytale-plugin","java","permissions","plugin-template","template"],"created_at":"2026-05-31T14:00:41.058Z","updated_at":"2026-05-31T14:00:41.754Z","avatar_url":"https://github.com/VgamerV3.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hytale-plugin-template-permissions\n\nA starter for permission-style state, grant and revoke flows, and the diagnostics needed to reason about access decisions.\n\n## Highlights\n- grant, revoke, and inspect style actions\n- stateful examples that keep access logic easy to read\n- status output that highlights the current permission picture\n\n## Requirements\n- Java 25\n- Hytale Server 0.5.3\n- the included Gradle wrapper\n\n## Build\n```bash\n./gradlew clean build\n```\n\nBuilt jars are written to `build/libs/hytale-plugin-template-permissions-1.1.0.jar`, with matching sources and javadoc jars next to it.\n\n## Commands\n- `/hdpermissionsdemo`: Runs a demo action for the Permissions template.\n- `/hdpermissionsstatus`: Shows runtime status for the Permissions template.\n- Common actions: `info, toggle, sample, grant-demo, revoke-demo, check-demo`\n\n## Project Layout\n- `src/main/java`: plugin entry point, commands, state objects, and service logic\n- `src/main/resources/manifest.json`: metadata, entry class, and server target\n\n## Install\n1. Build the project with `./gradlew clean build`.\n2. Copy `build/libs/hytale-plugin-template-permissions-1.1.0.jar` into your server `plugins/` directory.\n3. Restart the server and run the included commands to confirm the template loaded correctly.\n\n## What to Change First\n- rename the package, command names, and manifest identifiers to match your project\n- replace the demo actions with your real gameplay, economy, networking, or UI logic\n- move any persistent state into the storage or config format you actually want to support\n\n## Notes\n- The Gradle build auto-detects a local `HytaleServer.jar` when one is nearby, but it can also resolve `com.hypixel.hytale:Server:0.5.3` directly from the Hytale Maven.\n- The templates are intentionally small enough to read in one sitting, so you can copy them into a new repo and start renaming immediately.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvgamerv3%2Fhytale-plugin-template-permissions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvgamerv3%2Fhytale-plugin-template-permissions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvgamerv3%2Fhytale-plugin-template-permissions/lists"}