{"id":16377700,"url":"https://github.com/phoenix616/randomteleport","last_synced_at":"2025-03-21T01:32:24.591Z","repository":{"id":16525315,"uuid":"19278513","full_name":"Phoenix616/RandomTeleport","owner":"Phoenix616","description":"Bukkit plugin which lets you teleport players to random locations. [v2 requires 1.13+]","archived":false,"fork":false,"pushed_at":"2023-04-09T12:46:09.000Z","size":3248,"stargazers_count":17,"open_issues_count":16,"forks_count":14,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-12T03:43:51.402Z","etag":null,"topics":["bukkit","java","minecraft","paper","plugin","random-teleport","spigot","wildtp"],"latest_commit_sha":null,"homepage":"https://ci.minebench.de/job/Randomteleport/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Phoenix616.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["Phoenix616"],"ko_fi":"Phoenix616","custom":"https://tip.phoenix616.dev"}},"created_at":"2014-04-29T14:02:51.000Z","updated_at":"2024-06-06T14:37:16.000Z","dependencies_parsed_at":"2024-10-28T09:14:27.328Z","dependency_job_id":"d059673e-33e6-47e3-9c17-48e607b4c17b","html_url":"https://github.com/Phoenix616/RandomTeleport","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phoenix616%2FRandomTeleport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phoenix616%2FRandomTeleport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phoenix616%2FRandomTeleport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phoenix616%2FRandomTeleport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Phoenix616","download_url":"https://codeload.github.com/Phoenix616/RandomTeleport/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244721433,"owners_count":20498954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","paper","plugin","random-teleport","spigot","wildtp"],"created_at":"2024-10-11T03:43:47.708Z","updated_at":"2025-03-21T01:32:24.284Z","avatar_url":"https://github.com/Phoenix616.png","language":"Java","funding_links":["https://github.com/sponsors/Phoenix616","https://ko-fi.com/Phoenix616","https://tip.phoenix616.dev"],"categories":[],"sub_categories":[],"readme":"RandomTeleport v2\n==============\n\nSecond generation random teleport Bukkit Plugin.\n\nLets you teleport players to a random location of a map within your provided parameters while respecting stuff like world borders and region protections.\n\nSpigotMC resource page: http://www.spigotmc.org/resources/fubs-random-teleport.1094/\n\n## Command\n\nAliases: `randomteleport`, `randomtp`, `rtp`\n\nPermission: `randomteleport.use`\n\nUsage                                       | Description\n--------------------------------------------|-------------------------------\n`/rtp`                                      | uses the default preset  \n`/rtp \u003cpreset1,...\u003e [\u003cplayername\u003e]`         | uses a specific or random preset  \n`/rtp \u003cminRange\u003e \u003cmaxRange\u003e [\u003coptions\u003e]`    | `minRange` - minimum distance to the center point (square shaped) \u003cbr\u003e `maxRange` - maximum distance to the center point (square shaped)  \n`/rtp --stat`                               | shows a statistic of the teleports since the last restart  \n`/rtp --reload`                             | reloads the config  \n\nOption                          | Description\n--------------------------------|-------------------------------------------\n`-p,-player \u003cplayername\u003e`       | teleports other players \n`-w,-world \u003cworld1,world2,...\u003e` | teleports the player in a specific or random world   \n`-b,-biome \u003cbiomename...\u003e`      | only teleport to this biome (multiple allowed, Bukkit biome names!)  \n`-x,-xPos \u003cx value\u003e`            | x axis of the center point, if not set the player's x axis is used  \n`-z,-zPos \u003cz value\u003e`            | z axis of the center point, if not set the player's z axis is used  \n`-minY \u003cy value\u003e`               | minimum y value that the random location should have (default: 0)  \n`-maxY \u003cy value\u003e`               | maximum y value that the random location should have (default: world height, half in nether)  \n`-l,-loaded`                    | only search loaded chunks for possible locations (might fail more often)  \n`-g,-generated`                 | only search generated chunks for possible locations  \n`-c, -cooldown \u003cseconds\u003e`       | cooldown in seconds after which the player can use this teleporter again  \n`-id \u003cid\u003e`                      | the ID to use for the cooldown, uses automatically generated one if not provided  \n`-f,-force`                     | teleport even if there is no dirt/grass/sand/gravel, only checks for lava/water/cactus, ignores WorldGuard/Faction regions  \n`-f,-force [\u003cblocks/regions\u003e]`  | only ignore blocks or regions  \n`-t,-tries \u003camount\u003e`            | the amount of times the plugin should try to find a random location before giving up  \n`-sp,spawnpoint [force]`        | set the respawn point of the player to the location he teleported to (force overrides existing spawnpoint)  \n`-checkdelay \u003cticks\u003e`           | the amount of ticks to wait between each chunk check\n`-debug`                        | print some more debugging information in the log\n\n## Permissions\n\nPermission                          | Default | Description\n------------------------------------|---------|---------------------------\nrandomteleport.use                  | op      | Gives permission to the command\nrandomteleport.manual               | op      | Gives permission to manually specify parameters in the command\nrandomteleport.manual.option.*      | op      | Gives permission to use certain options in the command\nrandomteleport.tpothers             | op      | Gives permission to teleport other players\nrandomteleport.cooldownexempt       | op      | Teleportcooldown does not effect these players\nrandomteleport.stat                 | op      | Permission for showing the teleport statistic\nrandomteleport.reload               | op      | Permission to use the reload command \nrandomteleport.presets.default      | op      | Gives permission to use the default random teleport preset\nrandomteleport.presets.*            | op      | Gives permission to use all random teleport presets\nrandomteleport.sign.preset.default  | op      | Gives permission to use the default preset with a rightclick on a preset sign\nrandomteleport.sign.preset.*        | op      | Gives permission to use all presets with a rightclick on a preset sign\nrandomteleport.sign.create          | op      | Allows creating preset signs ([rtp] or [RandomTP] on the 2nd line and the preset name on the 3rd)\nrandomteleport.sign.destroy         | op      | Allows destroying preset signs ([rtp] or [RandomTP] on the 2nd line and the preset name on the 3rd)\n\n## Downloads\n\nReleases: [SpigotMC resource page](http://www.spigotmc.org/resources/fubs-random-teleport.1094/)\n\nDevelopment Builds: [Minebench.de Jenkins server](https://ci.minebench.de/job/Randomteleport/)\n\n## License\n\n```\nRandomTeleport\nCopyright (c) 2019 Max Lee aka Phoenix616 (mail@moep.tv)\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoenix616%2Frandomteleport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphoenix616%2Frandomteleport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoenix616%2Frandomteleport/lists"}