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

    How to make a naruto dojutsu using Skript

    Hello! So I am making a naruto server and I want to make a skript where I have at least 1 of the 3 great dojutsu Byakugan gives speed 2 and strength 1 to user and glowing to everyone else Sharingan gives glowing to everyone else and speed 2, jump boost 2 and strength Rinnegan allows you to...
  2. H

    How to make a naruto dojutsu using Skript

    Hello! So I am making a naruto server and I want to make a skript where I have at least 1 of the 3 great dojutsu Byakugan gives speed 2 and strength 1 to user and glowing to everyone else Sharingan gives glowing to everyone else and speed 2, jump boost 2 and strength Rinnegan allows you to...
  3. H

    Help with a relog system

    I want to make a relog system where after you rejoin the server, you get a minute of invulnerability before you can die again, could someone tell me the code to make this?
  4. H

    I want to make it so that when a player eats a carrot named "&cCarrot" It gives them special effects

    Hi! So I am writing a code right now that should give a player potion effects when eaten Code: on eat a carrot named "&cBlaze carrot": apply potion of strength of tier 1 to player for 1000000000000000000 seconds apply potion of regeneration of tier 1 to player for 1000000000000000000...
  5. H

    I want to make a command to give a player a modded item.

    Hi! Im currently making a skript that gives someone a modded item, however i ran into some problems Skript: command /chigama <player>: permission:upperweaponds.permissions trigger make console execute command "/give arg-1 kimetsunoyaiba:chigama" I ran into two problems here. 1...