Chat Meta Priority (Expression) — skript-luckperms

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

Syntax

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

Description

Represents the priority of a chat meta node.

Examples

command /getpriority:
    trigger:
         get luckperms user player and store it in {_lp}
         set {_g} to highest luckperms group of {_lp}
         set {_prefix} to group prefix of {_g}
         set {_priority} to {_prefix}'s priority
         send "Your group's priority is %{_priority}%!" to player

View source