Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mythicdrops/mythicdrops
- Owner: MythicDrops
- License: mit
- Created: 2013-05-13T00:06:34.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T19:14:20.000Z (16 days ago)
- Last Synced: 2025-01-20T23:12:08.983Z (6 days ago)
- Topics: bukkit, bukkit-plugin, kotlin, rpg, spigot, spigot-plugin
- Language: Kotlin
- Homepage: https://mythicdrops.dev/
- Size: 10.3 MB
- Stars: 40
- Watchers: 11
- Forks: 43
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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