All Projects → Iltotore → ManaDrop

Iltotore / ManaDrop

Licence: Apache-2.0 License
A Gradle plugin for Minecraft development

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ManaDrop

Crucible
Crucible is a Thermos fork containing various patches for bug fixes and performance improvements. Join our discord to stay updated with the project development.
Stars: ✭ 67 (+235%)
Mutual labels:  spigot, paperspigot
mc-server-wrapper
Lightweight Minecraft server wrapper binary for Discord chat bridge + enhanced management tools
Stars: ✭ 17 (-15%)
Mutual labels:  spigot, paperspigot
ClayTech
An addon for slimefun.
Stars: ✭ 15 (-25%)
Mutual labels:  spigot, paperspigot
ParticleLib
一个用于Minecraft Particle的类库
Stars: ✭ 19 (-5%)
Mutual labels:  spigot
WorldGuardWrapper
A wrapper for the WorldGuard API that allows plugins to support both v6 and v7 APIs.
Stars: ✭ 21 (+5%)
Mutual labels:  spigot
Lukkit
Lukkit allows developers to create plugins for the Spigot API in an efficient and effective manner using the Lua scripting language. Detailed documentation makes getting started with Lukkit super simple.
Stars: ✭ 62 (+210%)
Mutual labels:  spigot
yamipa
Yet Another Minecraft Image Placing Addon
Stars: ✭ 19 (-5%)
Mutual labels:  spigot
stater
Android library for easy save data to bundle in Activity/Fragment.
Stars: ✭ 12 (-40%)
Mutual labels:  gradle-plugin
kotest-gradle-plugin
A gradle plugin for Kotest
Stars: ✭ 18 (-10%)
Mutual labels:  gradle-plugin
ShieldAuto
🛡️ ShieldAuto is a Java based Gradle plugin to manage proguard config for release builds
Stars: ✭ 31 (+55%)
Mutual labels:  gradle-plugin
sphinx-gradle-plugin
Sphinx site generation plugin for Gradle
Stars: ✭ 19 (-5%)
Mutual labels:  gradle-plugin
feature-flag-android
A Gradle plugin to achieve feature flag based development for Android applications.
Stars: ✭ 82 (+310%)
Mutual labels:  gradle-plugin
ParticleLib
Multiversion spigot library supporting all particles and their data (1.8-1.18.2)
Stars: ✭ 156 (+680%)
Mutual labels:  spigot
spigot-tg-bridge
Connect Telegram chats and Minecraft servers seamlessly
Stars: ✭ 27 (+35%)
Mutual labels:  spigot
gradle-build-info-plugin
Gradle plugin to include build information such as Git commit ID to your JAR. It can be used to show Git commit information with Spring Boot Actuator.
Stars: ✭ 33 (+65%)
Mutual labels:  gradle-plugin
NovaGuilds
Minecraft guilds plugin
Stars: ✭ 23 (+15%)
Mutual labels:  spigot
gradle-localization-plugin
Gradle plugin for automating the download process of localization files.
Stars: ✭ 19 (-5%)
Mutual labels:  gradle-plugin
gradle-cleaner-intellij-plugin
Force clear delaying & no longer needed Gradle tasks.
Stars: ✭ 26 (+30%)
Mutual labels:  gradle-plugin
DecentHolograms
A lightweight but powerful hologram plugin with many features and configuration options.
Stars: ✭ 54 (+170%)
Mutual labels:  spigot
SimpleClans
Full featured Clan system for Minecraft
Stars: ✭ 26 (+30%)
Mutual labels:  spigot

banner Build badge Codacy Badge Known Vulnerabilities License Badge Release badge

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

General

Spigot and Paper

BungeeCord and Waterfall

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

plugins {
   id 'fr.il_totore.manadrop' version 'version'
}

Check the latest available version here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].