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 community!

    Now, what are you waiting for? Join the community now!

  1. SamGomez

    Twerking on his grave!

    Twerking on his grave!
  2. SamGomez

    'Else if' glitch

    give player random element out of {customitems::*}
  3. SamGomez

    'Else if' glitch

    You need to indent properly on join: set {_r} to a random integer between 1 and 3: if {_r} is 1: #do stuff else if {_r} is 2: #do stuff else if {_r} is 3: #do stuff
  4. SamGomez

    i know skript anticheats are a bad idea so im recoding funwatcher with reflect installed

    send "message" to all players where [input has permission "skript.ac.message"]
  5. SamGomez

    Actionbar with AFK Skript

    ThIs Is SkRiPt HeLp, We DoNt GiVe OuT cOdE. tHaNkS! sAmGoMeZ.
  6. SamGomez

    Is it possible to Loop the world that the player is currently in??

    What are you looping? Players? Trees? Dogs? Cats? Rhinos?
  7. SamGomez

    COMMAND WONT WORK!!! ! ! !

    command /craft <integer> <integer>: trigger: arg-1 is 1: set {_number1} to arg-2 * 5 set {_number2} to arg-2 * 1 if player's inventory contains {_number1} of leather with name "&5Magical &8Cloth": remove {_number1} of leather with name "&5Magical &8Cloth" from the...
  8. SamGomez

    i need quick help pls

    Okay, #1 can we indent properly. #2 you dont want a wait 15 minutes because of the fact if the server restarts they will have infinite newbie protection.