forked from Iltotore/ManaDrop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9e281a
commit 2c41485
Showing
9 changed files
with
404 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,52 @@ | ||
![banner](logo/banner.png) | ||
![Build badge](https://img.shields.io/github/workflow/status/Iltotore/EntityMetadataAPI/Java%20CI/master) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9af1fd09f7514581a0c2d900c176d50c)](https://www.codacy.com/manual/Iltotore/ManaDrop?utm_source=github.com&utm_medium=referral&utm_content=Iltotore/ManaDrop&utm_campaign=Badge_Grade) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/Iltotore/ManaDrop/badge.svg?targetFile=build.gradle)](https://snyk.io/test/github/Iltotore/ManaDrop?targetFile=build.gradle) | ||
![License Badge](https://img.shields.io/github/license/Iltotore/ManaDrop) | ||
![Release badge](https://img.shields.io/github/v/release/Iltotore/ManaDrop?include_prereleases) | ||
![Build badge](https://img.shields.io/github/actions/workflow/status/eupedroosouza/ManaDrop/gradle.yml?branch=master) | ||
|
||
A Gradle plugin for Minecraft development. | ||
[//]: # ([![Codacy Badge](https://api.codacy.com/project/badge/Grade/9af1fd09f7514581a0c2d900c176d50c)](https://www.codacy.com/manual/Iltotore/ManaDrop?utm_source=github.com&utm_medium=referral&utm_content=Iltotore/ManaDrop&utm_campaign=Badge_Grade)) | ||
|
||
[//]: # ([![Known Vulnerabilities](https://snyk.io/test/github/Iltotore/ManaDrop/badge.svg?targetFile=build.gradle)](https://snyk.io/test/github/Iltotore/ManaDrop?targetFile=build.gradle)) | ||
![License Badge](https://img.shields.io/github/license/eupedroosouza/ManaDrop) | ||
![Release badge](https://img.shields.io/github/v/release/eupedroosouza/ManaDrop?include_prereleases) | ||
|
||
# Description | ||
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](https://github.com/Iltotore/ManaDrop/wiki/) | ||
### Features | ||
Here are main features of this plugin. For more details about them, check the [wiki](https://github.com/eupedroosouza/ManaDrop/wiki/) | ||
|
||
### General | ||
- [Dependency and Repository shortcuts](https://github.com/eupedroosouza/ManaDrop/wiki/General-features#dependency-and-repository-shortcuts) | ||
- [YAML validation](https://github.com/eupedroosouza/ManaDrop/wiki/General-features#yaml-validation) | ||
|
||
### Spigot and Paper | ||
- [Plugin.yml generation](https://github.com/eupedroosouza/ManaDrop/wiki/Spigot#pluginyml-generation) | ||
- [NMS dependencies management](https://github.com/eupedroosouza/ManaDrop/wiki/Spigot#nms-support) | ||
|
||
## General | ||
- [Dependency and Repository shortcuts](https://github.com/Iltotore/ManaDrop/wiki/General-features#dependency-and-repository-shortcuts) | ||
- [YAML validation](https://github.com/Iltotore/ManaDrop/wiki/General-features#yaml-validation) | ||
### BungeeCord and Waterfall | ||
- [Bungee.yml generation](https://github.com/eupedroosouza/ManaDrop/wiki/BungeeCord#bungeeyml-generation) | ||
|
||
## Spigot and Paper | ||
- [Plugin.yml generation](https://github.com/Iltotore/ManaDrop/wiki/Spigot#pluginyml-generation) | ||
- [NMS dependencies management](https://github.com/Iltotore/ManaDrop/wiki/Spigot#nms-support) | ||
### NMS Remap | ||
- [Wiki](https://github.com/eupedroosouza/ManaDrop/wiki/Remap) | ||
|
||
## BungeeCord and Waterfall | ||
- [Bungee.yml generation](https://github.com/Iltotore/ManaDrop/wiki/BungeeCord#bungeeyml-generation) | ||
|
||
# Use in your project | ||
### 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. | ||
- [More info and Wiki](https://github.com/eupedroosouza/ManaDrop/wiki/Remap) | ||
|
||
### Use in your project | ||
You can use this plugin in your Gradle Build by applying it. | ||
- Using `apply plugin: fr.il_totore.manadrop:version` | ||
- Using `apply plugin: io.github.eupedroosouza.fr.il_totore.manadrop:version` | ||
|
||
- Using the new `plugins` statement | ||
```gradle | ||
plugins { | ||
id 'fr.il_totore.manadrop' version 'version' | ||
id 'io.github.eupedroosouza.fr.il_totore.manadrop' version 'version' | ||
} | ||
``` | ||
|
||
Check the latest available version [here](https://plugins.gradle.org/plugin/fr.il_totore.manadrop) | ||
Check the latest available version [here](https://plugins.gradle.org/plugin/io.github.eupedroosouza.fr.il_totore.manadrop) | ||
|
||
### Changelog | ||
|
||
#### 0.4.4 | ||
- BuildTools now accepts arguments. | ||
- ManaDrop has been merged with mojang-spigot-remapper and now has a NMS remapping system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.