Skip to content

1.10.5: add custom drop "COINS" for MythicMobs

Compare
Choose a tag to compare
@justEli justEli released this 08 Jul 16:59
· 93 commits to master since this release
  • This version only adds a bit of support for MythicMobs.
    • A custom drop for MythicMobs has been added called "COINS", which.. drops a coin.

Thanks to @Takato65

Example for MythicMobs, which drops 1 to 10 coins with a chance of 50%:

custom_mob:
  Type: zombie
  Health: 100
  Drops:
  - COINS 1-10 .5

Add this to your Coins config:

# MythicMobs :: In the config of MythicMobs you can define custom coin drops. Use the drop called "COINS"
# in the MythicMobs config to drop coins from this plugin. If you have set up custom drops in there, you
# probably also want to disable coin drops for Mythic Mobs handled by this plugin, under here.
disableMythicMobHandling: false