{"id":31853521,"url":"https://github.com/programie/signwarper","last_synced_at":"2025-10-12T13:29:36.808Z","repository":{"id":142330984,"uuid":"207149771","full_name":"Programie/SignWarper","owner":"Programie","description":"A Minecraft Bukkit plugin to warp using signs","archived":false,"fork":false,"pushed_at":"2024-02-17T15:55:38.000Z","size":2209,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-25T09:36:09.698Z","etag":null,"topics":["bukkit","bukkit-plugin","minecraft","spigot","spigot-plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Programie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2019-09-08T17:40:30.000Z","updated_at":"2025-07-06T06:19:32.000Z","dependencies_parsed_at":"2023-06-03T04:15:19.388Z","dependency_job_id":"58dfe35e-cb90-4c84-aa0e-9ce0095be690","html_url":"https://github.com/Programie/SignWarper","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Programie/SignWarper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programie%2FSignWarper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programie%2FSignWarper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programie%2FSignWarper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programie%2FSignWarper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Programie","download_url":"https://codeload.github.com/Programie/SignWarper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programie%2FSignWarper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011446,"owners_count":26084947,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"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","bukkit-plugin","minecraft","spigot","spigot-plugin"],"created_at":"2025-10-12T13:29:35.542Z","updated_at":"2025-10-12T13:29:36.795Z","avatar_url":"https://github.com/Programie.png","language":"Java","readme":"# SignWarper\n\nA Minecraft Bukkit plugin to warp using signs.\n\n![](screenshot.jpg)\n\n[![actions status](https://github.com/Programie/SignWarper/actions/workflows/build.yml/badge.svg)](https://github.com/Programie/SignWarper/actions/workflows/build.yml)\n[![download from GitHub](https://img.shields.io/badge/download-Releases-blue?logo=github)](https://github.com/Programie/SignWarper/releases/latest)\n[![download from Modrinth](https://img.shields.io/badge/download-Modrinth-blue?logo=modrinth)](https://modrinth.com/plugin/signwarper)\n[![download from CurseForge](https://img.shields.io/badge/download-CurseForge-blue?logo=curseforge)](https://www.curseforge.com/minecraft/bukkit-plugins/sign-warper)\n\n## What is it?\n\nSignWarper allows players to place signs to teleport between them by simply right clicking on them.\n\nBy default, teleports have a cost of one ender pearl which must be in the players hand while interacting with the sign, but it can also be disabled in the configuration.\n\n## Permissions\n\n* `signwarper.create` - Allow to create and destroy warp signs (Default: op)\n* `signwarper.use` - Allow to use warp signs (Default: everyone)\n* `signwarper.*` - Allow access to all features (Default: op)\n\n## How to use it?\n\nSimply place a sign at the location you want to warp to with the following content:\n\n* First line: `[WarpTarget]`\n* Second line: The name you want to use\n\nThis will create a warp target sign which defines the location a player is getting warped to.\n\nAfter that create one or more warp signs from which you want to be able to warp to the target sign. This is done by placing a sign with the following content:\n\n* First line: `[Warp]`\n* Second line: The same name as used on the warp target sign\n\nAfter that you are able to right click with the `use-item` in your hand (defaults to ender pearl). Each warp will cost the number of items configured in `use-cost` (defaults to 1).\n\nYou can remove the `use-item` option in the [config.yml](src/main/resources/config.yml) or set it to \"none\" to allow any item to be used without actually using the item (i.e. each warp is free to use).\n\nRemoving the `use-item` option in the [config.yml](src/main/resources/config.yml) or setting it to 0 results in the item not being used (i.e. each warp is free to use).\n\n## Dynmap markers\n\nSignWarper supports for showing the warp targets as markers in Dynmap. All you need to do is install the Dynmap plugin and enable the markers using the `dynmap.enable-markers` option in the [config.yml](src/main/resources/config.yml) file.\n\n## Know issues\n\nA warp won't be removed if the block is removed on which the warp target sign has been placed. The warp will continue to function but it can only be removed by manually editing the [config.yml](src/main/resources/config.yml) and reloading/restarting the server.\n\n## Build\n\nYou can build the project in the following 2 steps:\n\n * Check out the repository\n * Build the jar file using maven: *mvn clean package*\n\n**Note:** JDK 1.8 and Maven is required to build the project!\n\n## My other plugins\n\nYou can find them on [my website](https://selfcoders.com/projects/minecraft-plugins).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramie%2Fsignwarper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogramie%2Fsignwarper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramie%2Fsignwarper/lists"}