Group Members (Effect) — skript-luckperms

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

Syntax

(fetch|get) [the] [luckperm[s]] (members|players) (of|in) group %luckpermsgroup% and store (it|the result) in %-~objects%

Description

Returns a list of UUIDS of users who have the specified group. Should be relatively fast depending on how many users have a group.

Examples

function search():
    get the members of group "example" and store it in {_lp::*}
    send "%size of {_lp::*}% have 'example' group!" to all ops

View source