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

    Many different errors involving loop-player

    Im trying to make a side bar to show the players money, and i made this test sidebar but it gives 3 errors. every 1 seconds: loop all players: #Cant understand condition/effect wipe loop-player sidebar wipe loop-player sidebar #loop-player is neither an item stack...
  2. S

    Solved cannot make console execute a command

    I am trying to run a tellraw command telling you the item you got when you open the box, but it says that it doesn't understand that condition/effect, I've looked all around and no solution I've found has worked. I am on version 1.17.1 using skript 2.6 Code: on right click: if player's held...
  3. S

    Solved Help with checking if player has a item in offhand or in inventory

    how can i make it so that skript detects if a player has an item in offhand or in inventory, i've tried if player's offhand is stone named "&6Test": add flint named "&7Pebble" to player's inventory and if player has stone named "&6Test" in inventory: but its not working
  4. S

    Help with making a "minigun"

    So my code is as follows on right click with bow: execute console command "execute as @p at @p run summon arrow ~ ~ ~ {Motion:[1.0,0.0,0.0]}": I'm trying to make it fire in a direction, but when i try to run it, it shows as an error but there is no error without the motion nbt tag.