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

    Solved Getting name of a container

    if player's current inventory is %inventory% (or) (%inventory%):
  3. 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...
  4. Shadow Klassic

    Make a projectile invisible

    good idea that could even act as a projectile particle chain.
  5. 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...
  6. Shadow Klassic

    inventory crafting grid slot set item?

    So there really isnt a way to do this? not even a little? maybe a plugin instead of using skript please io really need this
  7. Shadow Klassic

    Make a projectile invisible

    hide last spawned fireball for all entities
  8. Shadow Klassic

    inventory crafting grid slot set item?

    bruh i've seen someone do it before. its like an unstealable item that runs a gui
  9. Shadow Klassic

    inventory crafting grid slot set item?

    Skellet, MundoSK, skquery-lime, tuske, funkysk, skrayfall, skdragon my server is in 1.16.5 pos. my skript is in the latest version 2.5.3
  10. Shadow Klassic

    inventory crafting grid slot set item?

    Thanks guys... None of them worked.
  11. Shadow Klassic

    how do i check if a block is at a location set in a variable

    if event-block is at location location(0, 0, 0 0, 0 "world")
  12. 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.
  13. Shadow Klassic

    inventory crafting grid slot set item?

    whats the line for it cant seem to use "format"
  14. Shadow Klassic

    inventory crafting grid slot set item?

    How do i set the inventory crafting grid of a player set to specific items?
  15. 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}...
  16. Shadow Klassic

    Solved Bulk Send Messages to Global List of players

    I will try this out. Thank you so much. I doesn't work. No errors. It doesn't send to any of the players on the list. I figured it out, so you need to send it to the {bloodlust::*} or loop-value PARSED as a PLAYER loop {bloodlust::*}: send "Hello." to loop-value parsed as a player