#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. 4bugser

    Speed remover kit

    function elystra(p: player): set {_random} to a random integer between 1 and 1 if {_random} = 1: clear inventory of {_p} wait 1 tick equip {_p} with 1 diamond helmet of protection 3 equip {_p} with 1 iron leggings of protection 3 equip {_p} with 1...
  2. Yushaa

    Can someone make a sword named &dBlade Of Gaia that gains +1 sharpness level per kill?

    Can someone make a sword named &dBlade Of Gaia that gains +1 sharpness level per kill? I also want the sharpness maximum to be 10
  3. S

    There's no player in a periodical event

    Hello, i'm trying to do a scoreboard where it can show your job in a game i'm working on. In my first script I set {job::%player%} as the players job and in script 2 (scoreboard script), i try to use that variable but it gives me an error saying "There's no player in a periodical event". I've...
  4. SkillAura

    Lightning Sword

  5. TheDever

    Tablist Prefixes

    - Problem So i made a tablist skript but i got 2 problems. 1# - It only shows to 1 person in the server. 2# - I don't know how to do the prefix on tablist. Any Help? Here is my skript! ```every second: loop all players: set loop-player's tab list header to "&e%nl%&e&lSPACESSKIES...
  6. J

    ban hammer code not working

    i'm new to skripting, i dont see what's wrong with this code on damage: ---damage is caused by an attack ----victim is a player ----if attacker is holding a netherite axe named "&0<bold>Ban &4<bold>Hammer": -------broadcast "&8<bold>%victim% &7Has been banned by %attacker% using &0<bold>Ban...
  7. M

    Help with NBT Compounds

    Ever since NBT compounds came out, I haven't been able to use NBT in the same way I used to. I'm trying to make what would have previously been a simple script that sets the player head to the specified SkullOwner, but every solution I think of doesn't work. Can you guys give any advice? Here's...
  8. N

    idk how to make this teleport player to other server

    im struggling at a skript were i can teleport a player to a other server if anyone can help me pls help :)
  9. M

    Shuffle inventory

    Category:Troll Suggested name: Shuffle Spigot/Skript Version: 2.6.4 What I want: I want a command /shuffle <player> that shuffles every item in player's inventory Ideas for commands: /shuffle Ideas for permissions: shuffe.allow When I'd like it by: no specific time
  10. V

    How can i check the inventory for all different heads?

    Hi! Im using the skript version 2.6.4, and i've got this 'problem': if player's inventory contains more than 1 ...: Im curios about, what i should type so it works for every single head in the inventory. Things like "player head" or "minecraft head" doesn't work, so do you guys have any idea...
  11. L

    Killaura Bot Skript Not Working

    I recently searched some skript to spawn a killaura bot around a player to detect if he is cheating. I installed citizens and skellet with npc true in config.yml I don't know how to fix it command /adminbot <player>: trigger: circleBot(arg-1) message "&eChecking %arg-1%!" set...
  12. M

    Why loop not working

    command /joindungeon: trigger: if {dungeon.begin} is false: if {dungeon.%player%.begin} is false: set {dungeon.%player%.begin} to true add player to {dungeons.players.list::*}...
  13. M

    Solved Can someone help me console not executing command

    command /joindungeon: trigger: if {dungeon.begin} is false: if {dungeon.%player%.begin} is false: set {dungeon.%player%.begin} to true add player to {dungeons.players.list::*}...
  14. Yodexx

    I can't delete a skript-holo hologram!

    Ayooo! I'm trying to skript a crates system (it's been going well), and with the crates system I added a "You have: # crates!" hologram using skript-holo. But I screwed up with one thing, I can't make it so it refreshes. :I Anyways, I can't delete this messed up hologram because I didn't...
  15. R

    Scoreboard flickers all of the sudden

    Skript Version (do not put latest): Skript 2.5.3 Skript Author: Bensku Minecraft Version: 1.16.5 Addons: Skrayfall,SkQuery,Skellett,TuSKe,Skbee This system worked fine yesterday, all of the sudden it's constantly flickering. Why? And how do I fix it? https://pastebin.com/BCNWMWZw
  16. bpitcher2013

    Give all players fireball

    Hello I am making a event shop where you can buy things for events but I dont understand why this wont work, I have read the docs and im sill confused on how to do this I want it to give all players a fire charge name &cfireball Addons: Skquery, SkTuSKe, SkRayFall command /fireball...
  17. bpitcher2013

    Solved How to see if rank is

    Hello i have read the docs but i cant understand them this is what i have Minecraft Version:1.6.3 Skript: on death: if player's group is god make console execute command pex user %player% add Donor.list Errors: Can't understand this condition/effect: if player's group is...
  18. Yodexx

    Make items undropable

    Soo uuh... I'm trying to make a compass for my server spawn, where you can't drop it. And I've tried to search all over forums, docs, web etc and found nothing. :I So what is the best way to make items non dropable? I tried this: on drop: if player's tool is compass: if name of...
  19. Yodexx

    Solved How To Make Clickable Blocks

    Soooo... I'm trying to make a skript that will make it so that when you right click a specific block, with specific meta-data it will run a command. But the thing is I don't know how, and I've also been trying to look up how, but everything I find is just vanilla stuff that I can't even do. My...
  20. SmallDev

    How to make it so only one person can activate an hour.

    Basically, for my booster Skript I'm making I only want one player to be able to use a booster an hour, here's what I'm working with. on click: if player's held item is sunflower named "&6Rainy Weather Booster" with lore "Increases fishing speed" and "Right click": send...