Recent content by Grandfish

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

    trading thing like from hypixel skyblock

    o nvm i actually figured this one out by downloading a skript from the resources! i just don't know how to mark a thread as solved xD
  2. G

    Boss battle loot

    can u give me an example?
  3. G

    Solved zombie death - need help

    what is the problem you didnt state what was wrong. Was there any errors?
  4. G

    item holding detection

    Yes, when u hold the item, u gain 400 mana , and when u switch items, u lose that extra mana. anyone holding it gets +400 mana.
  5. G

    item holding detection

    im trying to make a system where when you hold a specific item, you gain a specific amount of mana, then when you go to a different hotbar slot, the extra mana goes away. on hotbar switch: loop all entities: loop-entity is holding blaze rod named "&6magic stick" with lore "&6wow...
  6. G

    Boss battle loot

    Im making a boss system where when u kill the boss, it has some drops, here is my current code: on damage: if victim is pufferfish named "Spike": if the final damage is bigger than the health of victim: loop all entities in radius 15 around victim: chance of 12%...
  7. G

    frozen scythe like from hypixel skyblock

    so im trying to re-create the frozen scythe from hypixel skyblock in skript. so basically what is does is it shoots a couple of armor stands holding blocks of ice, in like a dart formation, and it deals damage and slows things. There are also like snow/spit particles. This is my current code...
  8. G

    a mana system with a subtitle

    Thank you!!! i will try this when i can!!!! so ive tweaked the skript a little, so it is now a system that is like this: every 10 ticks: loop all players: send action bar "&b%{mana.%loop-player%}%&b/%{maxmana.%loop-player%}% Mana" to loop-player every 40 ticks: loop all...
  9. G

    a mana system with a subtitle

    hello so im creating an rpg/dungeons server and was wondering how to make a mana system. wut i did at first was use a scoreboard, with commands, but there were no good places to display it. So i started looking on the forums for mana systems, but there were none. so basically what i want is...
  10. G

    trading thing like from hypixel skyblock

    hello so i just started skripting and I am really bad at it. I was wondering if anyone here could make a trade menu like from hypixel skyblock. so when u shift-rightclick somebody, or do /trade, it sends that person a message, like "Grandfish has sent you a trade request! do /tradeaccept to...
  11. G

    trading thing like from hypixel skyblock

    hello so i just started skripting and I am really bad at it. I was wondering if anyone here could make a trade menu like from hypixel skyblock. so when u shift-rightclick somebody, or do /trade, it sends that person a message, like "Grandfish has sent you a trade request! do /tradeaccept to...
  12. G

    armor stand helmet issues.

    so Im making an rpg/dungeons server and I wanted to make a weapon that shoots diamond blocks using armor stands. but this is the thing that I get after using my code. How do I make the diamond blocks move with the armor stands? thanks. in case the screenshot doesn't show, its just a floating...