help

  • 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. K

    Solved Need Help with compacting this skript

    Hi everyone, I am really new to skript and I made a skript but I have no idea how to make it smaller. The skript I have right now is way too long and crashes the server (It works when its smaller) Can someone help me? Thanks! I put the code in a .txt file your you guys to read.
  2. M

    Doors trigger

    Hello, I would like to ask for help ❤️ I have no idea how to add to this script so that the script does not respond to all acacia doors but only to those located at coordinates 46, 64, -21, I hope someone can help me thanks! on right click on acacia door: send "OMG DOKÁZAL JSI OTEVŘÍT DVĚŘE"
  3. K

    Need help refining my Skript for gens and PvP combo

    Hello everyone, I'm relatively new to Skript and I've been working on a gens and PvP combo script for my server. However, I've been experiencing significant lag issues despite hosting the server locally on a powerful computer with 32GB of RAM and an i7-9700K processor. I would appreciate any...
  4. G

    exp multiplier

    I started this skript where if you have a certain xp multiplier it will multiply exp from mobs you kill by the number example: My xp multiplier is 3.0, I kill a zombie, it will drop the xp * 3.0. I just don't know how to do that, I spent like 2 hours trying to figure it out. (idk how to do the...
  5. M

    Solved How do i remove text above players?

    i have a skript that shows player health above players but i dont know how to remove the text with code, how can i do this? the skript: on join: while player is online: loop all players: set score "&c❤" below player to player's health for loop-player wait...
  6. X

    Solved [Help] An arrow leading to player

    Hi, Im trying to make that when /point <player> command is executed there will be an send title action to tell player how to reach the arg-1 player the fastest example Right, Left, Down, Up, Forward, Backward I'm very confused about this and my math is not enough :D Here is what i have right...
  7. aabss

    disky online command

    i need help with my online command, discord command online: prefixes: . trigger: set {_s::*} to the string argument split at "," reply with "Online players: %join all players with "" | ""%" it wont work Errors:
  8. saad3mad

    problem with my skript

    hey, i'm trying to make the note block useless i want it like a regular block, the main idea is to make new blocks out of note block, now there is a cool thing if u edit the blockstates of note block in the resourse pack you could add a texture to the note block for example: "variants": {...
  9. J

    Skript Help

    Can anyone tell me or make me a skript that makes it so you get a heart every time you get an achievement in minecraft
  10. M

    Solved i want to make it so when i right click an item it disappears

    i want to make it so when i right click an item it disappears
  11. C

    Solved How can I prevent a loop from doing damage to the player with Skript

    I am programming a plugin in Skript using SkRayFall (though I'm unsure that that's useful for this scenario, I should put it there anyway) and I have a program that's supposed to damage all entities in a 1 block radius while pushing the play forward. This works fine, although it damages the...
  12. A

    Solved How can I check if a player is registered on AuthMe through a Skript?

    I already tried SharpSK and all its forks, but the code doesn't work. SharpSK is in my /pl list but the code that I found in the docs doesn't get recognized. Any help? What I tried is: on join: if event-player is registered: # do something else: # do something else...
  13. M

    My skript doesn't work

    Can anyone tell me why this does not work: {1_::%uuid of player%} is already defined " command /loot2 [<offline player>]: permission: admin.sk trigger: if {_1::%uuid of arg-1%} is not set: send "1" to arg-1 if {1_::%uuid of arg-1%} is not set...
  14. R

    Skript cannot compare values to integers or other values

    skript cannot compare values for some reason there is no errors or anything I cant find anything on any of the forums on join: set {cr.%player's uuid%} to 15000 command /test: trigger: if {cr.%player's uuid%} >= 10000: send "Success" to console
  15. G

    stop if thing contains other thing

    the title is a bit confusing but I will explain. Basically I am trying to make an Infuse SMP skript and it works for the most part, just whenever I get a kill or die I can get the same effect twice, how do I prevent this. I have tried looping it but I don't know how loops work so I've had no...
  16. xCraweL

    Help for Skript

    i use Vixio add-on set the discord nickname of user with id "%arg-2%" to "%player%" with "Karamel" how to change arg-2's nickname on server with id ?
  17. R

    What is wrong with my skript?

    Trying to figure out what is wrong with my skript. on spawn: if player's world is "world": givebetaprefix(player) function givebetaprefix(p: player): run player cmd "lp user {_p} parent set beta-testers" as op gives me the Cant understand this condition
  18. C

    Solved Need help with functions

    How do I delete a thread? I fixed what was here by myself but I don't know how to remove it
  19. C

    SQL...?

    Hello to all scripters! Do you think it will be possible to use the database with Skript? If yes, how? Thank you! (Ver 1.19)
  20. S

    Solved Worldguard Problems

    So, this is my last hope. Maybe I am too stupid, but I can't check my region. Every time I check my region, it doesn't work. I tried to check the variable with 'send "%region at player%"' but every time I do this, I get <none>. on region enter: send "%region at player%" if "%region at...