Recent content by Purple Pixel

  • 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

    The thing is, it worked before. %player's prefix%
  2. 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...
  3. Purple Pixel

    Raging on why his code is not working

    Raging on why his code is not working
  4. Purple Pixel

    Skungee - Coinsystem

    Not as of right now, but if you are REALLY bored. I recommend putting your stuff in the resources area.
  5. 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...
  6. Purple Pixel

    Welp

    o-o I think I am in the wrong place for skript.
  7. Purple Pixel

    Region Parkour

    There were some problems with "%arg-2%" so I fixed the fix to my fix. command /parkour [<string>] [<string>]: permission: op cooldown: 1 second cooldown message: &4Please wait to do that again! permission message: &4You do not have permission to do that! trigger: if arg-1 is...
  8. Purple Pixel

    Virus Block

    Wouldn't that be really fast? Is there a way to add a delay between each spread?
  9. Purple Pixel

    Skungee - Coinsystem

    Woah, nice skript!
  10. Purple Pixel

    Solved Take item from gui

    I'm not sure what you mean by that, but if you want to be able to take items out of a GUI then don't use Tuske. Just use a vanilla skript GUI without putting cancel event.
  11. Purple Pixel

    Block Chains

    lol. I was confused with the title. I thought you meant like the blockchain. or blockchain.com xd
  12. Purple Pixel

    Solved While condition

    Ah, I am such an idiot, it has to be in a trigger. Thanks
  13. Purple Pixel

    Yet another broken script...

    Do you use any skript addons? If not, you need to get TuSKe in order to do format gui slot..... Once you do that and give me the errors I think I can help you.
  14. Purple Pixel

    Teleport player to another player's coordinates

    If you want to know why your code was wrong, it is because you said "location of player" in stead of something like "player's location"
  15. 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