Groups Of (Expression) — skript-luckperms

Addon: skript-luckperms · Category: Expression · Since: 1.0

Syntax

luckperm[s] groups of %luckpermsusers%

Description

Represents the groups of a user. This expression will require `luckperms` in it until Skript deprecates their `groups of`.

Examples

function example(p: offlineplayer):
    set {_lp} to luckperms user from {_p}
    broadcast "%{_p}% has %size of luckperms groups of {_lp}% groups!"
    broadcast "their groups: %luckperm groups of {_lp}%"

View source