KO
|
EN
gitlite — search
Search
#html
#javascript
#css
#template
#nodejs
#diffusion-models
#rust
#flutter
#ai
#llm
#deep-learning
#python
ManaDrop
★ 31
Open GitHub ↗
A Gradle plugin for Minecraft development
Download README (.md)
Explore Similar Repositories
AHKDb
:
A database library for AutoHotkey.
mikutap
:
一个好玩带音乐的页面
tradingview-pine-scripts
:
This consolidates multiple necessary indicators into one. Setup a few helpful alerts for traders
egret-inspector-install
:
Egret chrome Inspector v2.5.5 修复可用版 白鹭引擎 Egret 谷歌插件,支持Chrome 87+
COVID-19-BERT-ResearchPapers-Semantic-Search
:
BERT semantic search engine for searching literature research papers for coronavirus covid-19 in google colab
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ManaDrop
?
Download (.md)
  [](https://www.codacy.com/manual/Iltotore/ManaDrop?utm_source=github.com&utm_medium=referral&utm_content=Iltotore/ManaDrop&utm_campaign=Badge_Grade) [](https://snyk.io/test/github/Iltotore/ManaDrop?targetFile=build.gradle)   A Gradle plugin for Minecraft development. # 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/) ## 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) ## 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) ## BungeeCord and Waterfall - [Bungee.yml generation](https://github.com/Iltotore/ManaDrop/wiki/BungeeCord#bungeeyml-generation) # 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 the new `plugins` statement ```gradle plugins { id 'fr.il_totore.manadrop' version 'version' } ``` Check the latest available version [here](https://plugins.gradle.org/plugin/fr.il_totore.manadrop)