Skip to content

eupedroosouza/ManaDrop

 
 

Repository files navigation

banner Build badge License Badge Release badge

ManaDrop is a Gradle plugin designed to help Minecraft developers. It helps to automatise some tasks and makes projects more portables.

Features

Here are main features of this plugin. For more details about them, check the wiki

General

Spigot and Paper

BungeeCord and Waterfall

NMS Remap

Merge

As of version 0.4.4, ManaDrop has been merged with mojang-spigot-remapper by @patrick-choe (https://github.com/patrick-choe/mojang-spigot-remapper) and now has a NMS remapping system.

Use in your project

You can use this plugin in your Gradle Build by applying it.

  • Using apply plugin: io.github.eupedroosouza.fr.il_totore.manadrop:version

  • Using the new plugins statement

plugins {
   id 'io.github.eupedroosouza.fr.il_totore.manadrop' version 'version'
}

Check the latest available version here

Changelog

0.4.4

  • BuildTools now accepts arguments.
  • ManaDrop has been merged with mojang-spigot-remapper and now has a NMS remapping system.

About

A Gradle plugin for Minecraft development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%