EntityBlockStorage - Add/Release Entities (Effect) — SkBee

Addon: SkBee · Category: Effect · Since: 1.0.0

Syntax

release [all] entities from [storage of] %blocks% [for %-timespan%] [into %-objects%]

Description

Add/release entities to/from blocks which can store entities. When releasing bees at night/during rain, they will immediately go back in their hive, use the optional timespan to keep them outside. You can optionally put the released entities into a variable (see examples). As of 1.15 this only includes beehives/bee nests!

Examples

add last spawned bee to storage of target block of player
release all entities from storage of target block of player
release all entities from storage of event-block for 2 minutes
release all entities from storage of target block of player for 1 minute into {_bees::*}

View source