This plugin allows to a user to stop the grow of the vine.
How to use? It's easy to use, just make
right click using shears on the block you need to stop growing.
How can I unregister a block? To
unregister a block, just
make right click again or
break the base block.
This works on:
Normal vines
Glow Vines (Cave vines)
Bamboo
Cactus (Recently added)
But with newer versions, you can
add more blocks wich grows (Experimental).
WARNING If your'e using versions older than 1.19, you may have erros due sound format. Just look into Spigot sounds of your server version and change it on config.yml
Code (Text):
Extras:
OnApply:
Sound: ENTITY_EXPERIENCE_ORB_PICKUP
Message: "&aThis vine wont grow up anymore"
OnRemove:
Sound: ENTITY_EXPERIENCE_BOTTLE_THROW
Message: "&cThis vine will grow up"
OnBreakRegistered:
Sound: ENTITY_FIREWORK_ROCKET_BLAST
Message: "&cThis vine has been unregistered"
debug_mode: false
#Configuration for items names for "material_growing" event
#This version works great on 1.19, but item names may change
#by mc version, if it's your case, just change the item names
#according your mc version. To see the material name, just go to google and
#type: Spigot ${your version} material
#then, look your item using ctrl + f and use that name.
GrowsUp:
- "BAMBOO"
- "BAMBOO_SAPLING"
- "TWISTING_VINES"
- "CACTUS"
GrowsDown:
- "CAVE_VINES_PLANT"
- "CAVE_VINES"
- "VINE"