Skip to content

Releases: Iltotore/ManaDrop

v0.4.3

04 Feb 08:25
e9e281a
Compare
Choose a tag to compare

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

12 May 09:03
07905f8
Compare
Choose a tag to compare
  • 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

20 Jan 14:14
Compare
Choose a tag to compare

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

25 Dec 11:01
Compare
Choose a tag to compare
First Release Pre-release
Pre-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 the spigotPlugin task

Bungeecord

  • bungee.yml generation using the bungee extension and the bungeePlugin task