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. Shadow Klassic

    Solved Damage and Left click event not called in a specific range

    could someone help me out? https://streamable.com/ib2zx3 There seems to be a missing event in between the leftclick and a damage event. Is there another event to fix this? I've tried spigot, spigot paper, and paper. all have the same problem :C. Bug doesn't happen in adventure mode for some...
  2. Shadow Klassic

    Wynncraft NO AIM feature

    i want to make it so when a mob reaches a player's reach range, and the player doesnt hit directly on the mob's hitbox like usual, i want to make so that the mob gets hit anyway. Idk how to get the tool's damage or change the "hitbox" of the mob. Someone said i could do this with vectors...
  3. Shadow Klassic

    Shield/Ender Pearl Cooldown on Custom Items

    Heyup guys! So how can i make an animation played like an enderpearl when executed played on any item. Skript mirror and that packet addon is present in my plugins folder! i am aware there are ways to do it with java plugins and protocol lib but is there a way to integrate it through skript...
  4. Shadow Klassic

    Stopping Noteblock songs

    How do i stop a song in FunkySK? I tried the normal one but it doesnt work :/ stop song from being played for player i used that and it didnt work either.
  5. Shadow Klassic

    inventory crafting grid slot set item?

    How do i set the inventory crafting grid of a player set to specific items?
  6. Shadow Klassic

    Disguise Skellet.

    How do i disguise mob's skins in skellet with protocolib and libsdisguise. I tried doing this: every 3 ticks in world "world": {timerpowerup} is true loop all players: loop all mobs: set {_lpP} to loop-player set target of all monsters to {_lpP}...
  7. Shadow Klassic

    Solved Bulk Send Messages to Global List of players

    So I recently had an Idea to create Factions on my RPG server. Somehow when I store a player's UUID to a list like {bloodlust::*}, and then send the message to that variable, It ain't work :/. Any idea how to do this? My Code: on quit: remove player's uuid from {bloodlust::*} remove...