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

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

  1. T

    Selected hotbar slot

    Hello, I have a problem with the set current hotbar slot of player to 0, the problem is that it doesn't works and in reload its says that the hotbar slot of player can't be set to 0 because the latter is not an slot
  2. M

    Please help me with my script

    Im trying to make a gen server with placeable gens but the upgrade from tier 1 to tier 2 does not work, i cant find out why it doesn't work on right click on white glazed terracotta: if player is sneaking: if {cooldown.%player%} is true: send "%{prefix}% Slow down!"...
  3. T

    I want to make it remove 1 wither skeleton skull out of my inventory but it not working can some1

    on rightclick: if player is holding a wither skeleton skull named "&7Wither Skull Blaster": remove player's held item from player's inventory spawn a wither skull at location in front of player's eyes
  4. S

    How Do I make trap command? Help please!

    I want to make a trap command were you can do /trap <Player> <Time> and it puts glass all around then for a certain amount of time and then goes back to normal. I found my skript has some problems to it. 1. If the player is jumping there is no floor because I dont know how to save block data...
  5. T

    Boomerang help

    Hello, how can I make a boomerang projectile?
  6. T

    Scoreboard doesnt appear

    Hello, I have a problem, in my server the scoreboard doesnt appear and I have tested a lot of scoreboards. The code has no error and in other servers that I have with other MC version and addons It works fine I have paperspigot 1.12.2 and skript 2.6.3 with skquery 4.1.3, skrayfall 1.9.21, skbee...
  7. M

    GUI/block help

    Ok, i know this doesnt work (as the 49 errors told me), does anyone know how to get this to work? command /blocks: trigger: wait 2 ticks open chest with 2 rows named "Block selection:" to player format slot 0 of player with stone named "&7Stone" with lore "&1Unlocked...
  8. WhoCutTheCheese

    Solved Get killer from crystal

    I'm trying to get the killer from crystal pvp on death of player: victim is player attacker is end crystal add 1 to {kills::%metadata value "playerWhoDetonated" of attacker parsed as player%} broadcast "&c%victim% &fwas BLOWN up by &c%metadata value "playerWhoDetonated" of...
  9. W

    Hi, I've been trying to find a way to see the items inside a shulker

    Hi, I've been trying to find a way to see the items inside a shulker for a Dupe skript. Thanks!
  10. P

    Wardrobe Script

    i have been working at this script for a while and i literally have no idea how to import saved data from /savechest to /wardrobe. if anyone knows, help would be appriciated. note: i am using skript-gui addon command /wardrobe: permission: op permission message: "test" trigger...
  11. B

    Help with error and plugin

    im making an origins plugin for a server and i need to improve some bugs. one of which is the On Hand Item Swap event. it just wont work. also ive tried everything to cancel fall damage for an origins plugin and i just keep having fall dmg it would also be useful to know how to take dmg in...
  12. T

    Particles help

    Hello I need help with particle projectiles, I dont know how to make in skript 1.12.2 with addons a particle projectile like umbaska or the magicspells and Magic plugin. Im making a self coded Harry Potter RPG server and I want to make custom spells
  13. K

    I need help

    How do i get a player's message into a variable and send it back to them only if a variable is true? I really need to know this.
  14. J

    Set player's reach to 4 if they wait 2x the attack cooldown

    on left click: execute console command "/reach player %player% 3" clear {timer} set {timer} to 0 set {atkspd} to player's attack speed final attribute set {chargetimer} to 2*(20/{atkspd}) loop {chargetimer} times: add 1 to {timer} send "%{timer}%"...
  15. V

    Functions are not working...

    Error: "test(P: player) is not a text" code: function depositAll(P: player): set {bank::%{_P}%} to {bank::%{_P}%} + {_P}'s balance set {_P}'s balance to 0 function depositHalf(P: player): set {_b} to {_P}'s balance / 2 set {bank::%{_P}%} to {bank::%{_P}%} + {_b} set {_P}'s...
  16. D

    Packet cooldown function

    Packet cooldown function I very much did try to make this on my own but could not figure it out, so I decided to reach out to you folks What I want: I just want a function that uses skript-packet's packet system and use "set cooldown" packet to execute a overlay on any item like...
  17. IiIthe_oneIiI

    Reseting players uuid

    Yo so I'm making a server and the whitelist for some reason didn't work I was able to fix that but I noticed people got items its not a huge deal other than the fact I don't anyone to have an advantage. how to reset all player's UUID? I can do the lp's and everything I just want to reset all the...
  18. S

    Solved Skript breaks on death

    The skript works fine until you die, then the teleporting no longer works. Can someone help make it not break upon death? on join: wait 1 tick while player is alive: if blocks in radius 2 of player contains lime glazed terracotta: teleport player to location(556.5...
  19. J

    Solved Block Teleporter

    on place: if player's tool is a calcite named "teleporter1": message "tele1 placed" set {_tele} to event-block add {_tele} to {teleportersTest1::*} on place: if player's tool is a calcite named "teleporter2": message "tele2 placed" set {_tele} to...
  20. G

    [HELP] [SKRIPT] Mobs spawning within a radius randomly

    Hey so what i want is: every 10 secounds between 0 60 0 and 10 60 10 5 zombies spawn in random spots in that area If you can do anything to help please do so and reply anyway so it can get boosted <3