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

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

  1. D

    Make note blocks louder

    Hello, I am currently working on note block songs, but I would like to know if there is a skript to make note blocks be heard from further away as the stadium for performing is too big, so that you can't hear a sound when you move away. And could there also be a way to make it so it could be...
  2. D

    Skript Request | 2FA

    Skript Request | 2FA Hello, I want a safe way to make sure my Minecraft server doesn't get hacked if my account does. The way I want it is so that I can use /logout to remove the * permission from my user using luckperms, and if I do /login <code> the code has to be a code from a 2FA app such...
  3. D

    Converting Luckperms hex codes to Skript hex codes

    Hi, I'm making a per world chat system for my server but when I tried to do send formatted it only did color codes, not hex. I realised that Skript uses a different way of recognising hex codes so I need a way to convert &# to <## and add > 6 letters after, so I could convert things such as...
  4. D

    Skript Technoblade curse script!

    Hello! I have been working on a script where if you punch a pig, you get cursed by Technoblade's spirit and get damaged every minute! on damage: attacker is a player: victim is a pig: cancel event execute command "/playsound entity.lightning_bolt.impact master...
  5. D

    Skript Actual Dupe Script

    Being bored of those dupe scripts that just give you 1 of the item you are holding? This one doubles the amount of items and you can have over 64 in one slot! This is a ghost command and the permission to use it is dupe.use on command "/dupe": if player has permission "dupe.use"...
  6. D

    Solved Cancel Teleportation On Move

    Hi! I'm trying to make a script on my server so when you do /hub or /lobby it counts down from 3, but if you move the teleportation is canceled. When I try it then it works fine but you still get teleported if you move. My code is: command /lobby: aliases: /hub trigger: if...