Recent content by JaydenBee

  • 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

    Addon SkWaze

    cool update. i actually haven't downloaded I just received an email lol
  2. 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...
  3. 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...
  4. 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...
  5. JaydenBee

    Solved delete this

    such a wasp //////
  6. JaydenBee

    Solved Could not pass InventoryClickEvent

    Forgot to lock this, also I fixed it by replacing %{_p}% with {_p}. My guess for what happened is that skript thought it was a type, rather than a variable. What I mean is this, You can't have percentages when calling a function :emoji_frowning:.
  7. 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...
  8. JaydenBee

    Solved Prevent right clicking spawners with mob egg

    on right click on spawner: player is holding any spawn egg player does not have permission "mdfspawner" cancel event very simple Vidrio's code is useless as support for item IDs were dropped almost TWO YEARS AGO.
  9. JaydenBee

    Simple Elevator

    wouldn't on place of {@elevatorMaterial} work?
  10. JaydenBee

    Solved How to Use Labymod API in Skript

    labymod is a client-side mod and is not recognized by the server unless you're using protocolsupport.
  11. JaydenBee

    Separating Islands without new worlds

    *coughs in disappointment* use bskyblock. it's an add-on to bentobocks and it's very ez 2 yooz
  12. JaydenBee

    Solved delete this

    //
  13. JaydenBee

    Random Effect each time a golden apple is eaten

    not possible with skript yet as bensku is very slow
  14. JaydenBee

    Need an easy Script!

    basically means check if the player's tool is itemstack cake with customName "spawn" If he removes it then every time someone right clicks and they have that permission then they'll set the spawnpoint. Not recommended. Alternate code @RowingLev on right click with cake: player has...