All Groups In Track (Expression) — skript-luckperms

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

Syntax

[all of the] [luckperm[s]] groups (of|in) track %luckpermstrack%

Description

Returns a list of groups in the specified track.

Examples

command /getgroupsintrack:
    trigger:
         send "Showing list of groups in track  'example'" to player
         loop all of the groups in track "example":
             send name of loop-value to player

View source