MythicDrops icon

MythicDrops -----

Adding RPG-styled drops to your Minecraft server.




Version: 8.3.20
plugin seemed interesting, unfortunately it has a lot of bugs and problems. The biggest mistake is that the creator didn't make a shredder that recovers resources from the item, because these items cannot be sold ... the only option is to throw them away ... Another mistake is unlimited sockets, plus 99% of these items are garbage

Version: 8.3.20
Good plugin! :3

Version: 8.3.20
One of the best plugins out there, I've used it before and I realised that it's back. Wonderful work. Keep up the great job! :)

Version: 8.3.20
amazing plugin inspired by poe and love the customization and features it offers!

Version: 8.3.6
MD has so much versatility in the drops, and ToppleTheNun is a great responsive developer. Just yesterday a feature socket gems that gave items a rightclick function went from request to feature in less than 30 minutes. It's one of many effects, but it's very fun and useful!

Version: 8.3.6
The plugin itself is fantastic and the dev ToppleTheNun does a great job. However, the people who are labeled as "helpful" on the discord can be rather crass. It's expected that you have an extensive amount of plugin knowledge going into using this plugin

Version: 8.1.6
People forget why this plugin is so good, or simply don't understand. The reason why MythicDrops is so incredible, is for the reason it encourages applying more mechanics than numbers.

In perspective, the player is trying to have more fun and enjoy what they have than trying to calculate exactly how much damage they can output max. I mean, that is part of the equation still, just not as much and it isn't as important when you got a sword of fire than launches mobs into the sky! It's just so much more fun than seeing "Oh, I got 200 damage, yay".

Not only, but the system MythicDrops uses to implement into the game is stupendously spot-on for balance and ease-of-implementation by the server owner.

Thank you so much for so many years, and more to come. Love by me <3

I've been a fan longer than I've even owned Minecraft years ago.

Version: 8.1.6
All plugin items require 39 levels when placed in an anvil. How to fix? make a standard amount of experience.

Version: 7.0.4
I cannot count how many times I've returned to this great plugin over the years!

Version: 7.0.4
Such a good plugin. All these years, and it's still alive. Sure, it's becoming partially dated, but it still holds up to it's name. I love it more than ever, just because it supports the latest version :D

Version: 6.3.1
error in language.yml

WOOD_SWORD: WOODEN_SWORD
WOOD_SHOVEL: WOODEN_SHOVEL
WOOD_PICKAXE: WOODEN_PICKAXE
WOOD_AXE: WOODEN_AXE

GOLD=GOLDEN
+ add CHIELD

Version: 6.3.0
This is one of the best plugins I've used in a looong time. When I was updating my server from 1.12.2 to 1.15.2 (now 1.16.3), I had a few issues due to changes in the configs. I send a message to the developer on DIscord and he helped me through the whole process. He's super great, and I highly recommend any of his plugins.

Version: 6.0.4
This is an incredible plugin, it's so highly configurable and it's options combined with MythicMobs are sooooo good.

Yet i got a problem, everytime a mob does not drop anything this log appears in my console, can anyone tell me how to fix it?
I'm using Paper 165 (for 1.15.2)

[17:05:49 ERROR]: Could not pass event EntityDeathEvent to MythicDrops v6.0.4
java.lang.IllegalArgumentException: Cannot drop air
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.EntityItem.setItemStack(EntityItem.java:433) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.EntityItem.(EntityItem.java:42) ~[patched_1.15.2.jar:git-Paper-165]
at org.bukkit.craftbukkit.v1_15_R1.CraftWorld.dropItem(CraftWorld.java:712) ~[patched_1.15.2.jar:git-Paper-165]
at org.bukkit.craftbukkit.v1_15_R1.CraftWorld.dropItemNaturally(CraftWorld.java:729) ~[patched_1.15.2.jar:git-Paper-165]
at com.tealcube.minecraft.bukkit.mythicdrops.spawning.ItemSpawningListener.handleEntityDyingWithGive(ItemSpawningListener.java:652) ~[?:?]
at com.tealcube.minecraft.bukkit.mythicdrops.spawning.ItemSpawningListener.onEntityDeath(ItemSpawningListener.java:389) ~[?:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor39.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.15.2.jar:git-Paper-165]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.15.2.jar:git-Paper-165]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.15.2.jar:git-Paper-165]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.15.2.jar:git-Paper-165]
at org.bukkit.craftbukkit.v1_15_R1.event.CraftEventFactory.callEntityDeathEvent(CraftEventFactory.java:759) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.EntityLiving.d(EntityLiving.java:1380) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.EntityLiving.die(EntityLiving.java:1308) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.EntityLiving.damageEntity(EntityLiving.java:1152) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.EntityMonster.damageEntity(EntityMonster.java:52) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.EntityHuman.attack(EntityHuman.java:1113) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.EntityPlayer.attack(EntityPlayer.java:1705) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:2054) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.PacketPlayInUseEntity.a(PacketPlayInUseEntity.java:51) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.PacketPlayInUseEntity.a(PacketPlayInUseEntity.java:6) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:1053) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1046) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1016) ~[patched_1.15.2.jar:git-Paper-165]
at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:939) ~[patched_1.15.2.jar:git-Paper-165]
at java.lang.Thread.run(Thread.java:834) [?:?]
-
Author's response
This has been fixed in development builds available in the support Discord. I recommend joining and downloading one.

Version: 6.0.4
The review below me is ignorant, the dev. on this plugin is one of the kindest people I've run into on Spigot. This plugin requires a lot of work as stated above:

"Please note that this a very complex and powerful plugin! It can require a lot of fine tuning to suit your needs! If you do not have the time to learn how to use it, or test something on your own before asking tons of questions, this may not be the plugin for you!"

1.15.2 is also supported, check the discord for dev-builds that work.

Great plugin, it's hard to pick up at first but once you understand what you're doing, the possibilities are pretty much endless.

Version: 6.0.4
Cool concept but needs work, not plug-n-play friendly and will otherwise clutter your inventory with wood and stone items with odd enchantments. When mentioning this in their discord where the dev builds are i was told it was my fault/problem. Good luck, and hope to see this improve. :)

Version: 6.0.4
Need Support 1.15.x This Plugin iS Awsome, I wait about 2 month for New Update !

Version: 6.0.4
As a gamer, I have downloaded this plugin.

Regards,
Faceguy

- "Keep me posted"

Version: 6.0.0
Very fun plugin with tons of customization, and works great on my MMO-themed server. Would pay for it if I could.

Version: 5.2.0-f284051
Was a kind of hard learning curve, but as soon as I figured it out it's amazing!

Version: 4.4.0-aab43ab
source code looks like hard-coded, not oop but its ok, this plugin is the best plugin in the resources.

Version: 4.3.8-d6b0061
Very cool plugin, the amount of customization is great and the creator seems to be a cool level headed dude who doesn't insert condescending lines into the plugins description like 60% of Plugin Authors..

Version: 4.3.5-a4f107a
Plugins support 1.12.x ?
----------------------------------------------------------------

Version: 4.3.4-a8b9390
Been using this plugin for awhile now, only just realized I hadn't left a review. Quite useful, with a good deal of customization. Mixed with a plugin like Mythic Mobs, or Armor sets offers powerful customization options. Also an awesome plugin, even to just run on it's own. The dev also has a discord that support is offered on (always awesome.)

Version: 4.1.3-ddfc692
An amazing plugin. i havent much to say cuz many others already did. But i need to pass to say you wont regret to use this one..
5/5 ever

Version: 4.1.3-ddfc692
There was a horrible bug on my minecraft server where my drops weren't very mythic. Adding this plugin fixed my issue. Now all of my drops are now at least 3 mythic, maybe 4.

Version: 4.1.2-8ee8ab9
Great plugin and works right out of the box. Exactly what I needed for my rpg server.

Version: 4.1.2-8ee8ab9
After getting banned from a server, I've decided to make the same server, but better. This plugin is essential and makes the game so much less mundane. It adds detail where no other mod can

Version: 4.1.2-8ee8ab9
I Love it Big THX :-)
---------------------------------------------------------------

Version: 4.1.2-8ee8ab9
Best yet to provide such a wide variety of options for my RPG server. I would recommend this to anyone starting up an RPG server that lacks many features.

Version: 4.1.2-8ee8ab9
Easily the best plugin of its kind. The author is active, helpful and always updates the plugin in a timely fashion. Can't recommend it enough!

Version: 4.0.13-80e7cf0
I've no words. This plugin is awesome ! May i ask if usualy you are able to keep it up to date in a fair amount of time when a new Minecraft update is released ? ( i'm not a dev so it's kinda hard to judge how much work it represent :) ). Thank you for the great work !

Version: 4.0.13-80e7cf0
It is a very good plugin, but it will not work with Spigot 1.11 latest.
An error will occur when enabling this plugin.
I would like to fix it.
thanks

Version: 4.0.12-e31947a
Ok, so it worked for abotu a week. Now the mobs won't spawn anywhere. I haven't changed much, only the custom items, and spawn rate. like Zombie: 0.8
Can you help me please?
-
Author's response
Have you tried creating a ticket on GitHub or joining the Discord to ask your questions? Reviews are not the place to report bugs or ask for help. MythicDrops does not alter the spawning of mobs at all, only the items that spawn on the mobs.

Version: 4.0.12-e31947a
Great plugin for RPG server, thanks man <3
---------------------------------------------------------------

Version: 4.0.11-34fae0b
Very well done, love the resource, no issues so far. Would like to have the socket gem tool again, cannot find that at the moment.

Version: 4.0.11-34fae0b
I rate 8/8 m8 good qr code b8. Goddammit! Why would you rick roll me? :(

Anyways, good plugin, continue the good work!

Version: 4.0.11-34fae0b
One of the best plugins for minecraft!!! Everything customizable!!! Tons of posibilities to made weapons and tools! Great Job!!!!

Version: 4.0.11-34fae0b
I love you. More than 5 stars is not enough for you..

#Idkwhattotypeanymoresoi'llgiveashoutouttosuperfaceguyandnun<3

Version: 4.0.11-34fae0b
Thanks for the update! This plugin is amazing! Its working great on 1.10! Hope you continue to update this amazing plugin!

Version: 4.0.11-34fae0b
wow. 1.10.2 support AND fixes? (BOTH!)

wow.

5/7, greatest update I've ever seen in me life.








wow.

Version: 4.0.9-a1188cb
WOWOW!! It made all my memes, AND dreams come true! A must have for all MC servers that want unique drops and also to be not bad.

Version: 4.0.9-a1188cb
EXCELLENT! Just one thing, can you please add a way to control what kinds of Enchantments can go on certain types of tools? Like damage only be on swords, and protection only be on armor? Please and thank you for making an awesome plugin!

Version: 4.0.9-a1188cb
Looking for someone to configure this for me, I am no good at it, tried so much. Message me. Great plugin. Seen it in action GG

Version: 4.0.9-a1188cb
Is there away to set the item's damage like in MythicMobs? Other than that everything else about this plugin is magnificent!

Version: 4.0.9-a1188cb
plugins like this should not be freemium what you are able to do with this plugin can get crazy, if you have a rpg server and are not using this, you are doing it wrong :)

Version: 4.0.9-a1188cb
Pretty much a staple of the server that everyone loves. Players are excited to get different items rather than the plain old boring drops. Highly customizable, if you know what you are doing (a detailed wiki would be nice) and it brings quite the unique presence to a server.

Version: 4.0.2-58e181c
This is pretty freakn awesome. Does it work with mythicmobs where you can have the custom mobs drop custom items you've created with sockets and what not?

Version: 4.0.2-58e181c
Same as BlockbusterMC's comment - Great plugin but the config settings do not currently stop mobs from spawners from dropping loot
-
Author's response
Configuration doesn't prevent mobs from dropping items, it prevents mobs from *spawning* with items.

Version: 4.0.2-58e181c
Looks like a challenge for me to tackle, I already pretty much got MythicMobs down, how hard can this be lol ;) ?

Version: 4.0.2-58e181c
Best thing to happen to servers ever.

Version: 4.0.1
Would give 5 STARS but mobs from spawners drop loot regardless of the config option.
-
Author's response
Configuration doesn't prevent mobs from dropping items, it prevents mobs from *spawning* with items.

Version: 4.0.1
Mind-Blowing!

Version: 4.0.1
Mobs don't drop items :O
I don't have any mobchanging plugins installed.
-
Author's response
Likely a configuration issue. Double check your configuration and make sure that your world name is in the list of enabled worlds.

Version: 4.0.1
Thanks for keeping it updated!

Version: 4.0.1
Great plugin!

Version: 4.0.1
Excellent features, A variety of options that allows players to have tiered sets is awesome! A lot of control over the tiered sets which makes this plugin perfect! Thanks for updating and bringing this back. Exactly what every RPG server needs. This plugin is a must have for all RPG servers out there! If you don't know, you might wanna find out! Download MythicDrops and check it out, you won't regret it!

Version: 4.0.1
This plugin changed the way we run a server. Would give 10 stars if I could.

Version: 4.0.0
AWW YEA :D its back! thank you soo much! <3 this adds a completeley new aspect to the game!

Version: 4.0.0
Ohhh yas its back and better and like it so much better. Also mind making a better thread like a guide for noobs etc.

Version: 4.0.0
-
Author's response
If you look at the source code, that would be me. Running "/version MythicDrops" on the server should list ToppleTheNun and Faceguy as the authors as well.

Version: 4.0.0
One of the best plugin out there.

Version: 4.0.0
Awww yisssss MythicDrops is back babbyyyy
-
Author's response
You know it bb

Resource Information
Author:
----------
Total Downloads: 36,776
First Release: Apr 16, 2015
Last Update: Aug 18, 2024
Category: ---------------
All-Time Rating:
61 ratings
Find more info at mythicdrops.dev...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings