io.github.rancraftplayz.remapper
Owner: Ran
This plugin automates the remapping process for spigot
Sources: https://github.com/PacifistMC/pacifist-remapper
Version 1.0.2 (latest)
1.0.2
Created 24 March 2022.
This plugin automates the remapping process for spigot
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.rancraftplayz.remapper") version "1.0.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.rancraftplayz.remapper:pacifist-remapper:1.0.2") } } apply(plugin = "io.github.rancraftplayz.remapper")
- Applying plugins to all subprojects .