Size (Expression) — Skript

Addon: Skript · Category: Expression · Since: 1.0, 2.13 (sizes of)

Syntax

[the] size[s] of %objects%

Description

The size of something. Using 'size of {list::*}' will return the length of the list, so if you want the sizes of the things inside the lists, use 'sizes of {list::*}'.

Examples

message "There are %size of all players% players online!"

View source