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

    Solved On Inventory Click

    The names are the same, this is the opening code command /shop: trigger: open virtual chest inventory named "shop" to player create a gui slot 12 of player with glowing gold ingot named "&2&lIn Game BuyCraft" with Lore "&7Stuff you can buy in /buy, but with in-game currency"...
  2. SmallDev

    Solved On Inventory Click

    Not working
  3. SmallDev

    Solved Drop Item At Coords

    That is working, I think I can figure it out from here, Thanks for your help :D
  4. SmallDev

    Solved Drop Item At Coords

    Ok, thank you for your help :D
  5. SmallDev

    Solved Drop Item At Coords

    Not working, still no errors tho,
  6. SmallDev

    Solved Drop Item At Coords

    I'm making a gen skript, and am using every 5 seconds: loop {DirtLo::*}: drop 10 dirt at loop-value But this is not working. I get no errors.
  7. SmallDev

    Solved On Inventory Click

    So I'm making a gui, and I need to be able to detect when something is clicked, I've tried on inventory click: if inventory name of current inventory of player is "Shop": if clicked slot is 12: send "Hi" to player But I get no return when clicking slot 12.
  8. SmallDev

    Solved How to share variables between Skripts?

    oh ok, I'll try, thanks :D
  9. SmallDev

    Solved How to share variables between Skripts?

    I'm making a skript, and need to use the same variables in different skripts. Any ideas?
  10. SmallDev

    Solved My Skript Just Broke

    I've worked on this Skript long and hard when finally it worked and kept working until this afternoon where everything just broke. And now I have 32 errors, please help (sorry for the length) on right click on entity: if name of entity is "Ye Old Fisherman"...
  11. SmallDev

    Solved Really Glitchy Skript Please Help!!!!

    I do not understand how to use the code tho it seems like it will work, but at the moment I am getting the same glitch Any Ideas? Help please
  12. SmallDev

    Solved Really Glitchy Skript Please Help!!!!

    Do I change input? Please help
  13. SmallDev

    Solved Really Glitchy Skript Please Help!!!!

    So I'm making a Skript and it's really glitchy and doesn't work, tho it's detecting the right items, please help. Here's the code. every 1 second in "world": loop all players: remove all items with lore "&7Get your rods here" or "&7/warp crates" or "&7Yum!" or "&7-Lure" or "&7-No...
  14. SmallDev

    casino code

    You could try making different outputs, based on pick a random integer
  15. SmallDev

    Search Player For Colored Item?

    So I'm making a no steal skript, and I am searching for certain items players shouldn't be able to get, one of these items has a colored name, but Idk how to search for it, pls help thx!!! Here's the code :D every 1 second in "world": loop all players: if loop-player has a fishing...
  16. SmallDev

    Kick after playtime

    Kicking a player allows them to join back, but if you mean the game try tping them, and then tping them back
  17. SmallDev

    Kick after playtime

    Rejoin the server?
  18. SmallDev

    Kick after playtime

    try wait 15 minutes execute command "kick %player%"
  19. SmallDev

    Kick after playtime

    I need a little more info, is this for afk players, every player, or a certain player?
  20. SmallDev

    casino code

    Please provide code for help, and explain exactly what type of casino game it will be,