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 months 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 12 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T18:24:46.000Z (6 months ago)
- Last Synced: 2025-04-06T07:14:30.117Z (6 months ago)
- Topics: bukkit, bukkit-plugin, kotlin, rpg, spigot, spigot-plugin
- Language: Kotlin
- Homepage: https://mythicdrops.dev/
- Size: 10.3 MB
- Stars: 41
- Watchers: 10
- Forks: 43
- Open Issues: 58
-
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.[](https://repo1.maven.org/maven2/io/pixeloutlaw/mythicdrops/mythicdrops/)
[](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