Group Weight (Expression) — skript-luckperms
Addon: skript-luckperms · Category: Expression · Since: 1.0
Syntax
[luckperm[s]] group weight [of [group] %-luckpermsgroup%]Description
Represents the weight of a group.
Examples
function example(group: string) -> integer:
set {_weight} to group weight of group {_group}
return {_weight}