How to check pex rank

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Zea

Member
Oct 4, 2017
4
0
0
23
Hello, I am very new to skript and I need some help!
I want to know if there is a way to check the permissionsex rank of a player, if so: can I do it without addons, and if not, what addons do I need.

code_language.skript:
command /player [<offline player>]
    description: brings up a GUI with all the player information and stats
    trigger:
        if player has permission "zea.playerinfo"
            message "&7[]------------{&c&l{arg-1}}------------[]"
            message "&7&lWarns: &c&l{warn.current.%arg-1%}/3:{history.warnings.%arg-1%}"
            message ""
            message "&7Rank: "
            message "&7[]------------{&c&l{arg-1}}------------[]"
        else:
            message "{@lackPerm}"

Skript Version: Skript 2.2 (dev20c)
Skript Author: Bensku
Minecraft Version: 1.8-1.12
 
haha, sry guys, checking the docs just completely went over my head xD, thanks for reminding me.

Do you guys recommend skAction or sharpSk?
 
I recommand SharpSK because SkAction is abandonned :emoji_slight_smile:
(This is only my opinion)
 
Last edited:
Status
Not open for further replies.