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

    Custom recipes don't work?

    on load: register new shapeless recipe for warped fungus on a stick named "&cCandy Cane" using red dye, green dye, yellow dye, white dye, blue dye, air, air, air, air For some reason this doesn't work at all. For some context: the dyes are "candy pieces" (using custom resource pack), and...
  2. JaydenBee

    Solved I [NO LONGER] need a plugin for making a GUI

    This thread has since been Solved. Please do not respond unless you are providing additional solutions. I used to be able to easily make GUIs in Skript. But I took a break from Skript for a couple of months and now i've completely forgotten. What plugin do I use? SkQuery? TuSKe? I've...
  3. JaydenBee

    Making a GUI

    I've been using TuSKe for GUIs for quite a while now, but only recently I've encountered an issue. When I reload the .sk file to make a change, EVERY GUI on the server decides to break it's knees and allows players to steal items out of them. I was wondering if there was an alternative to...
  4. JaydenBee

    Solved Could not pass InventoryClickEvent

    So I have this profile selection menu that i'm working on. There's a problem with my "Profile Management" GUI. Since Skript is the most buggy and underdeveloped plugin in existance, it can't do what normal languages do, and instead throws an error at you and expects you to understand wtf is...
  5. JaydenBee

    Why can't I loop a location?

    every 3 seconds: loop all players: loop {gens.%loop-player's uuid%::*}: if block at loop-index is air: remove loop-index from {gens.%loop-player's uuid%::*} else: drop paper named "&b1 Crystal" with lore "&fCommon Banknote" at location 1...