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. P

    Solved issues with loop-entity

    This code doesnt want to work for some reason: on load: loop all entities: loop-entity is cow broadcast "%loop-entity%" addons: skbee
  2. P

    Solved Projectile Burst

    Hey! Im looking for a way to rotate a projectile after it has been shot: loop 10 times: set {_random} to random integer between -15 and 15 shoot an arrow from {loc} at speed 1.2 #something like this: change rotation of last spawned entity by {_random} my skript addons: -skbee...
  3. P

    on rightclick: is weird

    heres my code: on right click with fire charge: wait 1 tick remove 1 fire charge from player's inventory shoot a fireball from the player at speed 1 the code only works when looking at blocks or entities how can i fix this my server version is bukkit 1.17 skript: 2.6 beta2 skellet...
  4. P

    problem with a line

    i have been getting a console error with this line: format gui slot 1 of player with stone named "stone" to run: full code: command /cmd: trigger: open virtual chest inventory with size 3 named "test" to player if {%player%_var} is 1: format gui slot 1 of player...
  5. P

    evoker wand

    hey im working on a wand that spawns 20 evoker fangs on blocks. i want them to be in a straight line and to make the line face the player i use: skquery skrayfall
  6. P

    advanced looting system

    Hey, I'm trying to randomize the list but I'm failing to do so. Can you help me? on load: delete {ore.loot.list::*} add 2 iron ingot to {ore.loot.list::*} add 1 iron ingot to {ore.loot.list::*} add 1 iron ingot to {ore.loot.list::*} add 1 iron ingot to {ore.loot.list::*}...
  7. P

    Solved spawn eggs

    Hey I recently was trying to make an item that turns mobs into spawn eggs here's what I di so far but i can't really find a way to solve the entity tag if there's any way to do it i would appreciate the answer on damage of a mob: if attacker is holding an emerald named "&a&lEggifier"...
  8. P

    Solved mob damage

    hey i need a skript that will disable player damage only I need mobs to be able to hurt them