Chat Meta Source (Expression) — skript-luckperms

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

Syntax

[the] [luckperm[s]] (prefix|suffix) source of %luckpermschatmeta%

Description

Represents the source of a chatmeta. If inherited directly (not from a group) it will return the user's UUID.

Examples

command /getsource:
    trigger:
         get luckperms user player and store it in {_lp}
         set {_g} to luckperms prefix of {_lp}
         set {_source} to prefix source of {_g}
         send "The source of your main prefix is %{_source}%!" to player

View source