{"id":21475470,"url":"https://github.com/flowarg/nmsremaphelper","last_synced_at":"2026-04-17T15:33:53.888Z","repository":{"id":45263501,"uuid":"513324313","full_name":"FlowArg/NMSRemapHelper","owner":"FlowArg","description":"This plugin provides some tasks to help you to export a plugin with correct mappings according to your spigot server version if you develop with a mojang mapped version of the NMS.","archived":false,"fork":false,"pushed_at":"2022-09-16T22:17:55.000Z","size":197,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T07:47:56.873Z","etag":null,"topics":["export","gradle","mappings","minecraft","nms","obf","plugins","remap","spigot"],"latest_commit_sha":null,"homepage":"https://plugins.gradle.org/plugin/fr.flowarg.nmsremaphelper","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/FlowArg.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}},"created_at":"2022-07-12T23:54:32.000Z","updated_at":"2024-05-16T11:02:01.000Z","dependencies_parsed_at":"2023-01-18T12:00:21.976Z","dependency_job_id":null,"html_url":"https://github.com/FlowArg/NMSRemapHelper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FlowArg/NMSRemapHelper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowArg%2FNMSRemapHelper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowArg%2FNMSRemapHelper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowArg%2FNMSRemapHelper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowArg%2FNMSRemapHelper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlowArg","download_url":"https://codeload.github.com/FlowArg/NMSRemapHelper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowArg%2FNMSRemapHelper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31934354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"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":["export","gradle","mappings","minecraft","nms","obf","plugins","remap","spigot"],"created_at":"2024-11-23T10:43:01.776Z","updated_at":"2026-04-17T15:33:53.850Z","avatar_url":"https://github.com/FlowArg.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NMS Remap Helper\n\n### Goal\nThis plugin targets Spigot Plugins developers who use the NMS classes.\nThis plugin allows you to use the remapped-mojang spigot jar as a dependency and develop your plugins with this jar.\nThis plugin exports your plugin mapped correctly according to your Spigot version (and your spigot server of course).\n\n### Usage\nFirst, add the plugin to your project :\n```gradle\nplugins {\n    id 'fr.flowarg.nmsremaphelper' version '1.0.2'\n}\n```\nIt's possible that the version written in the README is not up-to-date. So make sure you have installed the latest plugin version.\nCheck that on the [Gradle Plugins Page](https://plugins.gradle.org/plugin/fr.flowarg.nmsremaphelper).\n\nDon't reload now your gradle project because it will crash.\nWe need to populate the `nmsremaphelper` extension before!\n\n```gradle\nnmsremaphelper {\n    spigotVersion = \"1.18.2-R0.1-SNAPSHOT\"\n}\n```\nThen, make sure the remapped jar is in the maven local repository.\n- Go to your user directory\n- Then, go to .m2, repository, org, spigotmc, spigot, spigot version. And make sure the file spigot-spigotversion-remapped-mojang.jar exists.\n- If not, you have to execute the [BuildTools.jar](https://www.spigotmc.org/wiki/buildtools/) with the `--remapped` argument!\n\nOnce it's done, you have to add two repositories to your project :\n```gradle\nrepositories {\n    mavenCentral()\n    mavenLocal()\n}\n```\nThey are very common, so I think you should already have them written in the `repositories` block :).\n\nThen add the spigot remapped jar (which contains NMS classes!) to your dependencies :\n```gradle\ndependencies {\n    implementation 'org.spigotmc:spigot:spigotVersion:remapped-mojang'\n}\n```\n\nThen just call the `remapJar` gradle task and you'll find in your build/libs directory a filename-remap.jar file! This is the one you have to place it in the `plugins` folder of your spigot server instance.\nIf needed, you can also call the `remapMembers` gradle task and you'll find in your build/libs directory a filename-remap-members.jar file that map also methods and fields name. This is mandatory since 1.18.1 version of Spigot.\nAnd all it's done!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowarg%2Fnmsremaphelper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowarg%2Fnmsremaphelper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowarg%2Fnmsremaphelper/lists"}