Releases: Iltotore/ManaDrop
Releases · Iltotore/ManaDrop
v0.4.3
This is a small update including a new Spigot description option called apiVersionForMcVersion
which allows you to use the same version for both dependencies and apiVersion:
ext {
MC_VERSION = '1.19.3'
}
// ...
dependencies {
compileOnly spigotApi(MC_VERSION)
}
spigot {
desc {
// ...
apiVersionForMcVersion MC_VERSION
}
}
Thanks to @PhoenixmitX for this feature.
Thanks to @Baaasty and @PhoenixmitX for fixing the getPaperGroup
method, used for paperApi
and waterfall
dependencies.
Bug fixes and cleanup
- Fixed some bugs with the plugin.yml generation mentionned in #1 and #2
- Fixed 3 typos in the README file
- Renamed shortcuts + Added
spigotCentral
- Removed Vanilla support. Use MCP-Reborn instead !
0.3-SNAPSHOT - Vanilla Support and Code improvement
After tried to implements MCP, I decided to only support 1.15+ deobfuscating with Microsoft's mappings. This feature is experimental and should not directly be used for production. All other features works correctly.
All the project was cleaned up and has now a wiki !
First Release
This is the first pre-release of ManaDrop !
Features
Spigot
- NMS dependencies managing using the
buildTools
task - plugin.yml generation with the
spigot
extension and thespigotPlugin
task
Bungeecord
- bungee.yml generation using the
bungee
extension and thebungeePlugin
task