Debug Info (Expression) — Skript
Addon: Skript · Category: Expression · Since: 2.13
Syntax
[the] debug info[rmation] of %objects%Description
Returns a string version of the given objects, but with their type attached: debug info of 1, "a", 0.5 -> 1 (long), "a" (string), 0.5 (double) This is intended to make debugging easier, not as a reliable method of getting the type of a value.
Examples
broadcast debug info of {list::*}