Number Of (Expression) — Skript
Addon: Skript · Category: Expression · Since: 1.0, 2.13 (numbers of)
Syntax
[the] number[s] of %objects%Description
The number of something. Using 'number of {list::*}' will return the length of the list, so if you want the numbers of the things inside the lists, use 'numbers of {list::*}'.
Examples
message "There are %number of all players% players online!"