EntityBlockStorage - Entity Count (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 1.0.0

Syntax

(size|amount) of [all] (stored entities|entities stored) in %blocks%

Description

Get the amount of entities currently stored in a storage block. As of 1.15 this only includes beehives/bee nests! Requires Spigot/Paper 1.15.2+

Examples

if amount of stored entities in block at player > 10:
set {_a} to size of entities stored in event-block

View source