Search results

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

    Basically hypixel /nick using ThatPacketAddon

    Hello, I've been trying to figure this out for a while, so how can I change my skin and name in tab, as well as my nametag and name in chat with packets? I don't really know how to do this. Also I saw in docs that there's "New game profile with ..." but there aren't that many examples, I didn't...
  2. IDuckz_

    Running Function in Text

    Hey, quick question, how would I make a clickable test that runs a function without json.sk? If anyone could possibly give me an idea that would be fantastic! I don't want to run a command unless there is no other way. Edit: nevermind, it's not possible to do so.
  3. IDuckz_

    Solved Projectiles rate too fast

    I am stuck with this bug, so I am making a guns script, everything is working fine, but I made an automatic gun and it just fires too quickly that some projectiles sometimes doesn't damage the entity (mob, animals, or players). Here is my code: command /gun: permission: command.gun...
  4. IDuckz_

    Solved Fishing (Small Script)

    So um I have been trying to make it whenever a player catches a fish, it'll execute this like of code: send "hi" to player, but It did not execute it, any ideas to fix this? (Also please do not judge my code :P) Plugins I am using: Skript (Obviously), SkQuery, Skellet, SkNBeeT, TuSKe, and...
  5. IDuckz_

    Custom Enchants

    So I have been trying to make it whenever a book named like "Speed II" and I drag the book and click it on a boots, it'll give it a lore that says "Speed II" and it gives them Speed 2. Can someone please send me a skript? Skript Version: 2.2-dev36 Skript Addons: Skellett, SkQuery, SkRayFall...
  6. IDuckz_

    Solved Chat Delay

    Um, I am trying to make a Chat delay skript, but it does not work, I am trying to make it only donors can bypass this, but members can't Here is my code: command /chatdelay [<text>] [<number>]: aliases: /delaychat permission: mythical.chatdelay permission message: Unknown command...
  7. IDuckz_

    Loot Chest

    Loot Chest Skript How do I make a loot chest skript? Like whenever you open it, you get like emeralds or something, and its 1 time use, and I want all players to be able to use it, not like once a player opens it and then its taken, no I want it all players to be able to use it with crit...
  8. IDuckz_

    Solved Farming

    Um im trying to make it whenever they are holding right click with a hoe, it gives them wheat (but theres a progress thing) and if they're not holding a hoe and they try right clicking, it will say "You must hold a hoe to farm a crop!" But I can't get that to working, heres my code: on...
  9. IDuckz_

    Solved NBT Item

    Um I need help with NBT, the skript plugins I have are: Skript, SkQuery, Sk-NBeeT, SkRayFall, Skellet, and TuSKe. I keep getting an error which only says "is not a valid item data", heres my code: command /nbt: permission: nbt.use permission message: Unknown command. Type "/help" for...