All Groups (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.2-dev35

Syntax

all groups

Description

All the groups a player can have. This expression requires Vault and a compatible permissions plugin to be installed.

Examples

command /group <text>:
	trigger:
		if argument is "list":
			send "%all groups%"

View source