ItemBreeder
I hopped on a factions server and asked for plugin ideas. Everyone suggested either 1) to give them more items or 2) something about fornication. What we have here is the best of both worlds!
Plugin description
An highly customizable little plugin that lets you breed items. Can be to enhance the survival experience, implemented in minigames, or simply as a unique feature to make your server stand out. Works with Bukkit and Paper Minecraft servers.
Configuration
Code (YAML):
# Restart the plugin or your server for changes to take effect!
# Time, in seconds, that an item will be in the mood after being fed
inthemood
: 20
# Time, in seconds, which an item with a partner will still bother, if unable to reach
saveourmarriage
: 20
# Material of food that items consume
# Possible values can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
food
: CAKE
# Sets if offspring might be of the same type as one parent, in addition to the items listed below
inherit
: true
# Sets the possible material that the offspring might be, regardless of parent
# To only inherit from parents, set to the following
# offspringtypes:
# - null
offspringtypes
:
- bedrock
- cobblestone
# Sets the types of items that can be bred. Set to the following to make all items breedable
# breedable:
# - null
breedable
:
- diamond
- obsidian
Support
If you found a bug or have a suggestion,
add a comment
Note that item hitboxes are slightly lower than the item itself. Use F3 + B to show hitboxes.
There is
scientific reason why you're unable to breed items of the same type.
Satisfied? Leave a review!