Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mythicdrops/mythicdrops

Action RPG drops for Spigot.
https://github.com/mythicdrops/mythicdrops

bukkit bukkit-plugin kotlin rpg spigot spigot-plugin

Last synced: 6 days ago
JSON representation

Action RPG drops for Spigot.

Awesome Lists containing this project

README

        

# MythicDrops

MythicDrops is an open source Bukkit plugin that brings an RPG-like system of drops to Minecraft. Items can
have unique names, lore, and enchantments added randomly to them through a tier system.

[![Maven Central](https://img.shields.io/maven-central/v/io.pixeloutlaw.mythicdrops/mythicdrops?style=flat-square)](https://repo1.maven.org/maven2/io/pixeloutlaw/mythicdrops/mythicdrops/)
[![javadoc](https://javadoc.io/badge2/io.pixeloutlaw.mythicdrops/mythicdrops/javadoc.svg?style=flat-square)](https://javadoc.io/doc/io.pixeloutlaw.mythicdrops/mythicdrops)

## How To Get It (Server Runners)

## How to Get It (Developers)

MythicDrops is published to Maven Central.

### Gradle

```groovy
repositories {
mavenCentral()
}

dependencies {
compileOnly "io.pixeloutlaw.mythicdrops:mythicdrops-api:x.y.z"
}
```

```kotlin
repositories {
mavenCentral()
}

dependencies {
compileOnly("io.pixeloutlaw.mythicdrops:mythicdrops-api:x.y.z")
}
```

### Maven

```xml



io.pixeloutlaw.mythicdrops
mythicdrops-api
x.y.z
provided

```

## Sponsors