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

    a

    a
  2. A

    Can you fill slots of a skript-GUI gui with functions?

    format your code please
  3. A

    Need help with a script

    try using "rounded down" if {claypoints::%uuid of player%::break.points} is rounded down 500:
  4. A

    Solved Minecraft block name with underscore results with error

    no... don't... don't do that... just remove the underscore in it: On break of red sand:
  5. A

    Massive lag after reloading particles script

    Run it through the skunity parser and try checking there
  6. A

    Timer problem

    where to start... 1. Use the code block function in the forums 2. use list variables, not this {%loop-player%.minutes} bull 3. looping all players every tick is just asking for lag 4. indent it 5. you dont need a "stop" at line 29, or a "else:" at line 28
  7. A

    Edit GUI items in GUI using functions with skript-GUI

    send your current skript
  8. A

    Opening a sign to a player.

    https://skripthub.net/docs/?id=4361 Check the docs next time
  9. A

    I have problem with making shop

    Debug it. Check what's in the variable by sending it to the player.
  10. A

    Error with skript-mirror

    Check if your current skript version supports your current skript-mirror version. Also if the said function already exists there might be another function with the same name in said skript file. Also seemed to notice youre using skript 2.6beta3. As stated in the github page, many addons may be...
  11. A

    Stacked Items In A Recipe

    Im using SkBee to make custom crafting recipes. I want to grab stacked items (like the image shown below) in the crafting table to only make 1 of the item. How would i do this? My Skript: on load: # Coal Drill Lvl 1 set {_loc} to location(184.5, 5.5, -252.5, world("Blocks"))...
  12. A

    Solved Take item from gui

    This can be done even simpler. format gui slot 0 of player with gray glass pane to be unstealable