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

    on region enter

    i made a on region enter skript on region enter: with this entry but it says it doesnt work i checked wg and we and reinstalled skripts tell me if i should install a plugin also i installed sk reflect but my .gettargetenity counts as a error pls help me
  2. TactonicYt

    cant parse after many tries it shows none as output

    set {_amount} to {_amountStr} * {_multiplier}
  3. P

    Don't drop some tools on death

    I'm trying to make a Skript where you don't drop pickaxes, sword, axes, and armor when you die. Here's my code; on death: attacker is a player: victim is a player: drop all items in victim's inventory at victim remove all swords and all pickaxes and all axes...
  4. FindME

    Solved Idk whats wrong

    function effectp(p: player): remove speed from {_p} remove jump boost from {_p} remove invisibility from {_p} set {_p}'s fly mode to false on step on diamond block: if {parkourj.%player%} is true: set {timer.%player%} to true set {start.%player%} to now while {timer.%player%} is...
  5. Nuuled

    Scoreboard not working

    So my scoreboard is showing the same status that i have to every player in the server for some reason, And when new players join it changes the status to them for some reason, Im new to skript, if you mind help me by remaking my skript, i would appreciate it. every 1 second: loop all...
  6. B

    Subtitle progress

    Hello ive been trying for some time now to fix this error but didnt succeed ive also looked up docs but didnt succeed in finding anything the error is following: Line 83: (vagt/vagtpost.sk) Cant understand this condition/effect: send title "&2&lVAGTPOST" with subtitle progress from...
  7. Imsodeadlol

    Skript to many varaibles issue/ storage issue

    Hello I am a developer that writes skript and creates plugins as well. I love skript because I can write it from my phone. But that’s besides the point. I have over 3300 varaibles making the server lag and some things not happen. Such as bosses cooldowns never cooling down. I’d there any other...
  8. I

    Solved Loops multiple players & doubles the drops...

    I need help... I'm trying to make generators and if there are multiple player's around the generator it spawns multiple items (papers) Is there any way to fix it? I don't think it's that hard but I can't think of anything to fix that at the moment every 5 second: loop all players...
  9. S

    Custom Items not defined

    So in the Lifesteal-SMP-Plugin the "lives" (hearts) are red dye but with NBT data, in my /dupe script if I blacklist red dye it can still be duped, but if I add the actual ingame name "heart_item" the skript runs into an error. Same with the beacon "revive_beacon" and carrot on a stick...
  10. S

    Solved Command to show other admins someone is using worldedit

    I saw this on another server it showed when someone used worldedit but it only sent the message to admins and showed what action they did: set, wall and so on any way to replicate that in skript?
  11. D

    Skript-Reflect Changable Custom Event-Values

    Hi there. How could I add support for changing event-values in custom events made with Skript-Reflect? An example would be the changable chat format in a chat event, or join format in a join event. I get that in certain events, you can create a new expression (making event-block refer to the...
  12. K

    Need help with this fortune/telepathy skript

    I have this skript for fortune and telepathy, but it can't detect if the block it breaks is an extendable Drop. Does anybody know how to fix this?
  13. P

    Kill player if they don't eat for 15 minutes skript

    I need a skript that will kill the player if they do not eat for over 15 minutes
  14. M

    Skript crashing server and not working.

    Skript can be found below: # Cooldown Skript v1.0 # Created by Skptical # A simple cooldown API that utilizes the bossbar # to show a counting down cooldown for specific items or abilities. # # Requirements: # - Skellete # - Skript # Global variables # Can be changed to adjust the...
  15. KingLonmc

    Solved Void kill please help me

    Script version 2.6.3 SkQuery version 4.1.7 Skellett version 1.9.11 SkRayFall verison 1.9.26 Server version 1.17.1 on death: attacker is a player: victim is a player: if damage cause is void: add 7 to {Points.%attacker's uuid%}
  16. A

    How do I make it so item disappears for 45 sec after execution

    So, i'm trying to make it to where the item disappears until around 900 ticks after (45 seconds) when it comes back. on right click on player: if player is holding amethyst shard named "&c&lFire &6&lGem": make player execute command "summon fireball" So how would I make it disappear after 45...
  17. X

    Can anyone skript me a donut smp spawner skript

    I recently learnt how to skript like 1month ago i understand it but this is still way to hard for if u think u can help hit me up either post the code here or add me on discord :D ClippedByVull#7693
  18. E

    Solved Chat filter

    I am making a chat filter and don't want people to use "illegal" characters that are not "QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm,.<>/?;':"[]{}=+-_0987654321!@#$%^&*()`~|\" Is there a way to do this other than putting all other characters in a blacklist like this? if message...
  19. E

    Solved

    Solved, Dont know how to delete!
  20. K

    Solved Is there a way to make this code more efficient?

    Hi everyone, I am very new to coding. I made a skript for fortune to work on all blocks and so that they go in the player's inventory. The skript is working fine, but I was wondering If I can make the code more efficent, more compact. I added the skript in a .txt file below thanks!