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

    ! Gen Server Skript !

    this seems more like a paid request (also gen servers aren't to original)
  3. X

    How can I create an item stack script?

    I am not sure there is a way to make that
  4. 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
  5. 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...
  6. X

    Solved how would i check if arg is a number

    I mean if it is a number sorry ok i solved it if (arg-2 parsed as integer) is set:
  7. 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
  8. X

    Solved damage cause not working

    Please mark this solved
  9. X

    Solved Tablist Header and Footer using Tablisknu

    i would just use the normal tab lists on join: set header to "hi" and footer to "hi" for player
  10. X

    SkQuery Gui Help

    format slot 1 of player with glowing <item> named "yourname"
  11. X

    Solved I need a combat log skript

    super easy to make. just make it yourself don't be lazy
  12. X

    help make custom enchant

    ahh i see you would have to loop the victim and see if {lore::*} contains "wolf"
  13. X

    help make custom enchant

    I need to see line 169, 190 and 211
  14. X

    Projectile help

    you could make the projectile and edit its contents so it has invisibility however this is not my field
  15. X

    "on command" won't recognize command with multiple arguments

    No i do not know anyway to check for arguments maybe do on command "/home <text>" because then you can also check if its just /home and say make sure you define the home you want to teleport to
  16. X

    Solved gui help

    i would recommend using open a chest with 3 rows named "your name" format slot 1 of player with grass block named "Your name" to close then run "your command" then you dont need to use on inventory click
  17. X

    Scoreboard flickers all of the sudden

    in stead use every 5 seconds: loop all players: #update scoreboard not with the funtion tho