Fixed custom named mobs from charging a cost even when disabled in the config.
You can now customize the message when a player is given a mob capsule.
Some new console error messages.
Code cleanup.
TO ENABLE ITEM COST
Code (YAML):
# config.yml cost-type: ITEM
# To set the item cost use "global-cost: ITEM_NAME-#" where ITEM_NAME is the item name and the # is the amount of that item. global-cost: DIAMOND-20
# If you have "use-global-values: false" you need to set the "price:" value to ITEM_NAME-# in your mobs.yml file # mobs.yml THEMOBNME:
enabled: true
price: DIAMOND-20
catch-chance: 30
change-spawner: true