Max (Function) — Skript
Addon: Skript · Category: Function
Syntax
max(ns: objects) :: numberDescription
Returns the maximum number from a list of numbers.
Examples
max(1) = 1
max(1, 2, 3, 4) = 4
max({some list variable::*})Skript Documentation is the best place to find the official skript documentation and feature latest working addons for the latest version of Skript.
Full documentationBrowse all docsAddon: Skript · Category: Function
max(ns: objects) :: numberReturns the maximum number from a list of numbers.
max(1) = 1
max(1, 2, 3, 4) = 4
max({some list variable::*})