{"id":48457552,"url":"https://github.com/hyscript7/projectfusion-warpzones","last_synced_at":"2026-04-07T00:01:54.552Z","repository":{"id":342092075,"uuid":"1172450280","full_name":"HyScript7/projectfusion-warpzones","owner":"HyScript7","description":"A 1.21.11 paper plugin for my SCP roleplay server for creating non-traditional elevators.","archived":false,"fork":false,"pushed_at":"2026-03-04T17:59:54.000Z","size":74,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"Main","last_synced_at":"2026-03-05T00:10:29.841Z","etag":null,"topics":["minecraft-plugin","papermc-plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HyScript7.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-04T10:20:39.000Z","updated_at":"2026-03-04T17:59:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/HyScript7/projectfusion-warpzones","commit_stats":null,"previous_names":["hyscript7/projectfusion-warpzones"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/HyScript7/projectfusion-warpzones","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyScript7%2Fprojectfusion-warpzones","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyScript7%2Fprojectfusion-warpzones/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyScript7%2Fprojectfusion-warpzones/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyScript7%2Fprojectfusion-warpzones/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HyScript7","download_url":"https://codeload.github.com/HyScript7/projectfusion-warpzones/tar.gz/refs/heads/Main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyScript7%2Fprojectfusion-warpzones/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31494177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["minecraft-plugin","papermc-plugin"],"created_at":"2026-04-07T00:01:33.025Z","updated_at":"2026-04-07T00:01:54.547Z","avatar_url":"https://github.com/HyScript7.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ProjectFusion Warpzones\n\nProjectFusion Warpzones is a Paper 1.21.11 plugin that lets admins turn arbitrary 3D regions into stacked “warp zones”. Players inside a zone can jump to go up, or sneak to go down, creating smooth, non-traditional elevators between floors or even between worlds.\n\n### Features\n- Define zones using your existing WorldEdit selections.\n- Name zones and link them into vertical stacks (or loops).\n- Per-world permissions for who may use zones.\n- Action-bar HUD that shows the current floor and available directions.\n- SQLite-backed storage by default for fast, crash‑resistant persistence.\n\n### Requirements\n- Paper or compatible fork targeting Minecraft 1.21.11.\n- WorldEdit installed on the server (required dependency).\n\n### Installation\n1. Build the plugin with `./gradlew build` or download a prebuilt JAR.\n2. Place the JAR into your server's `plugins` directory.\n3. Ensure WorldEdit is also installed.\n4. Start the server; the plugin will create its data folder and SQLite database (`warpzones.db`).\n\n### Basic Usage\n1. Use WorldEdit to create a cuboid selection for the first floor.\n2. Stand inside the selection and face the direction players should be oriented when they arrive.\n3. Run `/warpzones create \u003cname\u003e`.\n4. Repeat for additional floors.\n5. Link floors with `/warpzones link \u003cbelowZone\u003e \u003ctopZone\u003e`.\n6. Players standing inside a zone can jump to go up, or sneak to go down, if they have the appropriate permissions.\n\n### Commands\n- `/warpzones list` – List all zones, their bounds, and links.\n- `/warpzones create \u003cname\u003e` – Create a zone from your current WorldEdit selection.\n- `/warpzones delete \u003cname\u003e` – Delete a zone and repair adjacent links.\n- `/warpzones link \u003cbelowZone\u003e \u003ctopZone\u003e` – Link two zones into a vertical pair.\n\n### Permissions\nWorld-use nodes (per world):\n- `projectfusion.warpzones.use.\u003cworldname\u003e` – Allow using zones in that world (e.g. `projectfusion.warpzones.use.world_nether`).\n\nAdmin nodes:\n- `projectfusion.warpzones.admin.list` – Use `/warpzones list`.\n- `projectfusion.warpzones.admin.create` – Use `/warpzones create`.\n- `projectfusion.warpzones.admin.link` – Use `/warpzones link`.\n- `projectfusion.warpzones.admin.delete` – Use `/warpzones delete`.\n\nBy default, all permissions are granted to server operators; configure finer control via your permissions plugin.\n\n### Further Documentation\nAdditional usage and configuration guides live in the `docs/` folder:\n- Installation and setup\n- Commands and permissions\n- Persistence (SQLite/YAML) details\nSee `docs/` in this repository for more.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyscript7%2Fprojectfusion-warpzones","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyscript7%2Fprojectfusion-warpzones","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyscript7%2Fprojectfusion-warpzones/lists"}