{"id":50324688,"url":"https://github.com/standardan/wildtp","last_synced_at":"2026-05-29T05:04:01.054Z","repository":{"id":361062849,"uuid":"1252944265","full_name":"Standardan/wildtp","owner":"Standardan","description":"Random /wild teleport for Paper 1.21+ with async safe-location scanning.","archived":false,"fork":false,"pushed_at":"2026-05-29T03:06:50.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T04:24:45.922Z","etag":null,"topics":["bukkit","java","minecraft","minecraft-plugin","paper","paper-plugin","rtp","spigot","teleport","utility"],"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/Standardan.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-05-29T02:52:28.000Z","updated_at":"2026-05-29T03:06:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Standardan/wildtp","commit_stats":null,"previous_names":["standardan/wildtp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Standardan/wildtp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Standardan%2Fwildtp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Standardan%2Fwildtp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Standardan%2Fwildtp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Standardan%2Fwildtp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Standardan","download_url":"https://codeload.github.com/Standardan/wildtp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Standardan%2Fwildtp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33637486,"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-29T02:00:06.066Z","response_time":107,"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":["bukkit","java","minecraft","minecraft-plugin","paper","paper-plugin","rtp","spigot","teleport","utility"],"created_at":"2026-05-29T05:03:45.320Z","updated_at":"2026-05-29T05:04:01.046Z","avatar_url":"https://github.com/Standardan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WildTp\n\nA random \"wild\" teleport (`/wild`) for Paper 1.21+. Sends players to a random **safe** spot\nin the world — never into lava, water, or the void — with a configurable radius and cooldown.\n\n## Download\n\n**[Download the latest release »](https://github.com/Standardan/wildtp/releases/latest)**\n\nDrop the `.jar` into your server's `plugins/` folder and restart. Requires Paper 1.21+ (Java 21).\n\n## Usage\n\n- `/wild` (aliases `/rtp`, `/wilderness`) — teleport to a random safe location.\n\nPermissions: `wildtp.use` (default: all), `wildtp.cooldown.bypass` (op).\n\n## Configuration (`config.yml`)\n\n```yaml\nworld: \"\"          # empty = player's current world\nmin-radius: 200\nmax-radius: 5000\nmax-attempts: 25\ncooldown-seconds: 60\nunsafe-blocks: [LAVA, WATER, FIRE, CACTUS, MAGMA_BLOCK, ...]\n```\n\n## Design notes\n\n- **Fully asynchronous search.** Each candidate location's chunk is loaded with\n  `getChunkAtAsync` so unexplored terrain generates **off the main thread**. The safety check\n  (block reads, which must be on the main thread) is hopped back via the scheduler, and the\n  final move uses `teleportAsync`. The server never freezes — even if it takes 25 tries to find\n  solid ground far out in ungenerated terrain.\n- **Real safety checks.** A spot is only accepted if the ground is solid and not in the unsafe\n  list, with two passable blocks above for the player to stand in.\n- **One search at a time per player**, with a per-player cooldown.\n\n## Building\n\nJDK 21 + Maven. `mvn clean package` → `target/wildtp-1.0.0.jar`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstandardan%2Fwildtp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstandardan%2Fwildtp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstandardan%2Fwildtp/lists"}