Create Group (Effect) — skript-luckperms

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

Syntax

create [new] luckperm[s] group (with name|named) %string%

Description

Creates a new luckperms group and then loads it into memory.

Examples

function example(name: string):
    create new luckperms group named {_name}

View source