Sorry for the huge delay of this update, I wanted to complete it earlier but it suddently became pretty hot in my country and things can only go wrong when I code when it's too hot...
Added
- You can now use any block as luckyblock for the default.yml luckyblock, instead of only sponges. If you use SPONGE you will have to change it to block:SPONGE!!! Usage:
Code (YAML):
HeadOwner
: block:ITEM_NAME
- You can now use armorstand in custom surprises! Example:
Code (YAML):
CustomSurprises:
CustomSurprise1:
Chance
: 100
# A list of Entities that will be spawned when this surprise is ran.
# You can find the valid values here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
# You can also spawn armorstands with armor by using ARMOR_STAND!HELMET!CHESTPLATE!LEGGINGS!BOOTS!WEAPON.
# Example: ARMOR_STAND!DIAMOND_HELMET!GOLDEN_CHESTPLATE!IRON_LEGGINGS!LEATHER_BOOTS!STONE_SWORD
# WEAPON can be left empty if you don't want to use it.
Entities
:
- ARMOR_STAND!DIAMOND_HELMET!GOLDEN_CHESTPLATE!IRON_LEGGINGS!LEATHER_BOOTS!STONE_SWORD