Class ExprPlayerListPriority

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<Integer>
ch.njol.skript.expressions.base.PropertyExpression<org.bukkit.entity.Player, Integer>
ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.entity.Player, Integer>
org.skriptlang.skript.bukkit.entity.player.elements.expressions.ExprPlayerListPriority
All Implemented Interfaces:
Debuggable, Expression<Integer>, Loopable<Integer>, Simplifiable<Expression<? extends Integer>>, SyntaxElement, Converter<org.bukkit.entity.Player, Integer>, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

@Name("Player List Priority") @Description("The priority of the player in the player list in the tab menu.\nUsed to sort players on the tab list. Lowest priority is at the bottom of tab and highest priority is at the top.\nIf 2 players have same priority then they will be sorted A-Z (but still be above those with lower priority).\n") @Example("on join:\n\tplayer has permission \"group.mod\"\n\tset the player's tab list priority to 5\n") @Since("2.16") @Keywords({"tablist","tab list"}) public class ExprPlayerListPriority extends ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.entity.Player, Integer>