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. 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...
  2. 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...
  3. 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...
  4. 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!
  5. 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...
  6. 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...
  7. 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
  8. 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.
  9. 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}%"...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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
  16. E

    Steal potion effects on attack

    I've been trying to learn to make a command that lets a specific player that I choose be able to steal somebody's potion effects for a set amount of time, and not be able to steal effects until the effects expire. Can anybody help me?
  17. M

    Solved simple skript that should work wont

    Skript Version: 2.6.2 Skript Addons: SkBee WorldGuard Skript: ---------------------------------------------------------------- on place of brown candle: send "&7You May Not Place Your Wand" cancel event ----------------------------------------------------------------- when I reload Skript...
  18. G

    Cancel Event Help

    Hello, I am trying to make it so it cancels the push event if the player is holding a shield. I really need this skript done soon any help would be appreciated. Here is my code: command /kb <number>: usage: /kb [values] trigger: if arg-1 is set: if arg-1 is smaller...
  19. IViddyy

    Checking Potion Effect Levels

    Hi im trying to make talismans that give different haste levels when worn.But im trying to make it so if the player already have haste it adds the haste level to the talisman's haste level.This what i have for now (it only gives the haste) variables: {currenthaste.%player%} = 0 Every 3...
  20. IViddyy

    AFK Rewards

    Hi im trying to make afk rewards using worldguard but i cant figure it out can someone help me?