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. S

    JAR Encapsulation?

    Hello, in an old version of a program called Obfuskator there used to be a JAR encapsulation function. Is there any modern program that does the same? Also, I would like so you dont need Skript on the server (the encapsulated plugin includes it) and so you can use addons like TuSKe, SkQuery etc...
  2. S

    Is a server joining lobby possible?

    Hello, There are a few Minecraft "crashing servers". You basically buy access and they whitelist you. You can type in chat commands ",join potatoserver123.net". When you do that, it connects you to that server without leaving and going to that server. Would that be possible in Skript? I wanna...
  3. S

    Server Sided AntiKB, Reach

    Hi! How would you do something like this in Skript and can you? on damage: set victim's knockback to 0 command /range4: trigger: set player's reach to 3.5 Thanks!
  4. S

    Parkour Timer

    Hello, I have coded a parkour script for my server. However, I would like to add a timer to it. And I have 3 problems with that. 1. How do I get the best time out of all the {superjumps::%player's uuid%::easy::1::time} variables. 2. How do I store it in 03:125 instead of 3 seconds and 125...
  5. S

    Solved How to make a top list?

    Hi, I have a problem. I have a variable {cookieclicker::%player's uuid%::points}. How would I make a top GUI list with it? I mean like: open virtual chest inventory with size 6 named "&b&lTOP" to player format gui slot 0 of player with 1 of skull of ("senge1337" parsed as offlineplayer) named...
  6. S

    Now - 5 hours?

    Hi, how would I do something like that? set score "&3» &aTime: %now - 5 hours formatted as "HH:mm"%" in sidebar of player to 10 Thanks! senge1337
  7. S

    Custom Sign

    Hi, how could I do something like that in Skript? My point is, that when you place a sign named "&c&lStaff Sign" it doesn't open the "Edit Sign Message" Menu, it just places the sign and sets the lines of it. (this code is just an example, it doesn't work) set {_staffsign} to oak sign named...
  8. S

    Random Effect Applying for a Victim

    Hi! I'm doing a skript so when you use mage sword a random effect applies to a player you're attacking. This is my code. on damage: if attacker is player: if victim is player: if attacker's tool is a wooden sword of sharpness 1 named "&ki &c&l&nMage Sword&r &ki" with...
  9. S

    Skript Xray for Admins

    Hi, I wanted to make a /admincheats command so that they enable fullbright, enable xray for detecting hackers etc. I tried doing xray with the xray plugin but for some reason it didn't work for me and even if it did work, i wanted to do it in Skript. How to make xray that only the player sees...