All Projects → MythicDrops → MythicDrops

MythicDrops / MythicDrops

Licence: MIT license
Action RPG drops for Spigot.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to MythicDrops

Osmium
Abstraction layer for Bukkit, Sponge and BungeeCord that allows for development on all platforms simultaneously.
Stars: ✭ 34 (+21.43%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
MinecraftManhunt
Minecraft Bukkit plugin to run Manhunt minigames, with Discord music integration
Stars: ✭ 20 (-28.57%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
MyPet
🐕 Extensive pet plugin for Bukkit/Spigot
Stars: ✭ 106 (+278.57%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
Boss
Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
Stars: ✭ 72 (+157.14%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
AntiCheatReloaded
The free anti-cheat since 2016
Stars: ✭ 94 (+235.71%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
EnchantmentsEnhance
✨ EE is a game progression mechanism plugin for spigot.
Stars: ✭ 31 (+10.71%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
UltiTools
This is a sum of some basic plugins of a Bukkit server or Spigot server. Including a few useful and creative functions.
Stars: ✭ 17 (-39.29%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
Hyperverse
A Minecraft world management plugin
Stars: ✭ 53 (+89.29%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
BetterGUI
Another GUI Plugin
Stars: ✭ 66 (+135.71%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
NBTEditor
An in-game NBT editor for Bukkit.
Stars: ✭ 41 (+46.43%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
ClayTech
An addon for slimefun.
Stars: ✭ 15 (-46.43%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
TotalFreedomMod
A server modification for the TotalFreedom server
Stars: ✭ 41 (+46.43%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (+25%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
ExploitFixer
Bukkit plugin that aims on fixing Exploits in your Minecraft network. [Requires HamsterAPI to work]
Stars: ✭ 141 (+403.57%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
DragonTravel
A plugin for the Minecraft-servermods "Bukkit" and "Spigot".
Stars: ✭ 17 (-39.29%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
Chatty
Bukkit-compatible chat plugin with multiple chat-modes.
Stars: ✭ 30 (+7.14%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
Parkour
The ultimate Parkour plugin.
Stars: ✭ 59 (+110.71%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
SquidGame
Minecraft Minigame inspired by the famous and trending Netflix series "Squid Game"
Stars: ✭ 36 (+28.57%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
ChatControl-Pro
The ultimate chat solution. Prevent spam, ads, swears and even bots on your server. Replaced by ChatControl Red: https://mineacademy.org/chatcontrol-red
Stars: ✭ 65 (+132.14%)
Mutual labels:  bukkit, spigot, spigot-plugin
HeadsPlus
A heads plugin that has grown for over two years into something more ambitious than other plugins.
Stars: ✭ 35 (+25%)
Mutual labels:  bukkit, spigot, spigot-plugin

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 javadoc

How To Get It (Server Runners)

https://www.spigotmc.org/resources/mythicdrops.6114/

How to Get It (Developers)

Gradle

Maven Central

repositories {
    mavenCentral()
}

dependencies {
    compileOnly "io.pixeloutlaw.mythicdrops:mythicdrops:x.y.z"
}
repositories {
    mavenCentral()
}

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

Maven

Maven Central

Add JCenter to your POM:

<dependencies>
    <!-- other dependencies... -->
    <dependency>
        <groupId>io.pixeloutlaw.mythicdrops</groupId>
        <artifactId>mythicdrops</artifactId>
        <version>x.y.z</version>
        <scope>provided</scope>
    </dependency>
</dependencies>
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].