{"id":21696338,"url":"https://github.com/phoenixofforce/lodestoneporter","last_synced_at":"2025-07-20T04:32:48.492Z","repository":{"id":175692832,"uuid":"637050708","full_name":"PhoenixofForce/LodeStonePorter","owner":"PhoenixofForce","description":"A Minecraft Plugin with which you can turn any Lodestones into teleporter.","archived":false,"fork":false,"pushed_at":"2024-07-26T15:17:11.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T14:52:53.747Z","etag":null,"topics":["lodestone","minecraft","minecraft-plugin","minecraft-server","spigot-plugin","teleporter"],"latest_commit_sha":null,"homepage":"","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/PhoenixofForce.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":"2023-05-06T10:59:12.000Z","updated_at":"2024-07-26T15:14:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc3ecf46-806e-4e0d-895e-559bbadd4981","html_url":"https://github.com/PhoenixofForce/LodeStonePorter","commit_stats":null,"previous_names":["phoenixofforce/lodestoneporter"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/PhoenixofForce/LodeStonePorter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhoenixofForce%2FLodeStonePorter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhoenixofForce%2FLodeStonePorter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhoenixofForce%2FLodeStonePorter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhoenixofForce%2FLodeStonePorter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PhoenixofForce","download_url":"https://codeload.github.com/PhoenixofForce/LodeStonePorter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhoenixofForce%2FLodeStonePorter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266067260,"owners_count":23871324,"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":["lodestone","minecraft","minecraft-plugin","minecraft-server","spigot-plugin","teleporter"],"created_at":"2024-11-25T19:19:30.532Z","updated_at":"2025-07-20T04:32:48.469Z","avatar_url":"https://github.com/PhoenixofForce.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LodeStonePorter \n\nA Minecraft Plugin with which you can turn Lodestones into teleporter. Simply shift right-click the desired block with a item, which shall represented the teleport stone. \n\n## Settings\n\n### Config\n\n| Name                   | Description                                                                                                                                    | Default Value |\n|------------------------|------------------------------------------------------------------------------------------------------------------------------------------------|---------------|\n| dropItemOnBreak        | Whether the item that was input should be dropped when the teleporter is broken                                                                | true          |\n| onlyAllowOwnerToBreak  | Whether or not the teleporter can be broken only by the creator (or by people with permissions). Also disables piston movement and explosions. | true          |\n| interdimensionalTravel | Whether interdimensional travel is allowed. Eg: Overworld to Nether, End to Nether                                                             | true          |\n| minTPDistance          | The minimum amount of blocks the destination has to be away.                                                                                   | 0             |\n| maxTPDistance          | The maximum amount of blocks the destination has to be away. -1 for no maximum.                                                                | -1            |\n| tpsOverworld           | Whether teleporter can be created in the overworld.                                                                                            | true          |\n| tpsNether              | Whether teleporter can be created in the nether.                                                                                               | true          |\n| tpsEnd                 | Whether teleporter can be created in the end.                                                                                                  | true          |\n| tpsCustom              | Whether teleporter can be created in custom dimensions.                                                                                        | false         |\n| privateTps             | Whether player can only teleport to teleporter created by them.                                                                                | false         |\n| payForTP               | Whether player have to pay for teleporting.                                                                                                    | true          |\n| currency               | The item used for payment.                                                                                                                     | GOLD_INGOT    |\n| minPrice               | Minimum Price                                                                                                                                  | 1             |\n| maxPrice               | Maximum Price                                                                                                                                  | 10            |\n| priceStartDistance     | Distance at which teleporting starts to cost something.                                                                                        | 200           |\n| priceEndDistance       | Distance at which teleporting prices stop increasing.                                                                                          | 10000         |\n| interdimensionalCost   | Costs for traveling between dimensions.                                                                                                        | 20            |\n\n#### Details on the Distances\n```\n     minTPDistance        priceEndDistance             x\n|----------|----------|----------|----------|----------|\n0             priceStartDistance      maxTPDistance     \n\n|----------| No Teleportation in this range\n           |----------| Free teleportation in this range\n                      |----------| Teleportation costs between minPrice and maxPrice\n                                 |----------| Teleportation costs maxPrice\n                                            |----------|  No Teleportation in this range\n```\n\n### Permissions\n\nThere are four permission types to control the use of permissions.\n\n| Name        | Description                                                                  | Default Value |\n|-------------|------------------------------------------------------------------------------|---------------|\n| createTP    | Allows you to create teleporters.                                            | true          |\n| breakAllTP  | Allows you to break teleporters from other player, ignoring config settings. | op            |\n| useTP       | Allows you to use teleporter.                                                | true          |\n| ignoreCosts | Allows you to ignore the costs set in the config                             | false         |\n\n## Collaborating\n\nIf you added a feature, create a pull request and make sure you added yourself to the authors in the yml.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoenixofforce%2Flodestoneporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphoenixofforce%2Flodestoneporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoenixofforce%2Flodestoneporter/lists"}