Search results

  • 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!

  1. Purple Pixel

    Player's prefix

    I thought %player's prefix% worked, it worked before but I guess it doesn't now. Anyone know how I can use it? Don't just say "usE vAuLT" Version: latest MC Version: 1.16.5 Error: Can't understand this expression: player's prefix (pref.sk, line 3: send '"%player's prefix%%player%" to all...
  2. Purple Pixel

    Skript Custom Commands For Dummies. (Part 1)

    (In this tutorial I am using 2 spaces to indent.) Custom Commands: Custom commands can come in many different ways. From simple commands to very complicated ones. For beginners, this is usually how you would want to layout your skript command. command /example: permission: trigger: There...
  3. Purple Pixel

    Solved While condition

    So I am making a skript that does something while a certain variable is greater than 0 Example: While {test} is greater than 0: execute command "say hi" However skript still tells me it doesn't know wtf that means. Can anyone help? Like While {} is > 0? Idk
  4. Purple Pixel

    Can someone test something for me?

    I just need to know what errors come up and if it actually works (There are errors) Version: Whatever version Minehut uses command /wl [<String>]: permission: nitro.owner permission message: &4You do not have the permission to do that! cooldown: 20 ticks cooldown message: &4Please do not...
  5. Purple Pixel

    How do you check to see if a player is on a specific team

    I would like to know if there is a way to check if a player is on a specific team. You know, with the vanilla /team Can you guys help me out ASAP? I am making a custom skript for someone.
  6. Purple Pixel

    Solved Command Variables

    Hello skript community, I have been trying to develop a anti cheat. But thats isn't the point. I am trying to make the code teleport the npc to wherever the variables say. Here is the code. I know it isn't in the help format cause I am new to this. But this is the latest version minehut has...
  7. Purple Pixel

    Solved Skript Gui

    Hello Skript community :emoji_grinning:, I have recently been wanting to create a ban gui on my minecraft server I have over and over again looked through the web so find a solution... Nothing worked. I am pretty sure skript has had a update in the past year that has changed skript chest...