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

    Remove flags

    Hi I am making a prisons server noticed the when held in hand thing and don't know how to remove it. here is my code. give player diamond pickaxe named "&b&lFlex Pickaxe" with lore "" and "&f&lEfficiency: %{%player's uuid%::pickaxe::efficiency}%" and "&f&lFortune: %{%player's...
  2. X

    Cant set event block to oak log

    for some reason i cant set the event block to a oak log or plank it just says its not a block
  3. X

    Solved Indentation error

    on break: if event-block is wheat: add 1 to {backpack.%player%::wheat} set event-block to air if {pet.%player%} = "rabbit": wait 2 seconds set event-block to wheat else: wait 6 seconds set event-block to wheat...
  4. X

    Solved how would i check if arg is a number

    Hi so I wanted to know if it was possible to see if a argument is a number and how would I do it