Recent content by NotDarkLegendYT

  • 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. N

    Solved Need Help ASAP, it isnt switching back to diamond stays on sword

    every tick: loop all players: set slot 0 of loop-player to {pvptoggleitem.%loop-player%} named "%{pvptogglename.%loop-player%}%" with lore "&r&fRight Click to %{pvptogglelore.%loop-player%}% PvP!" set slot 1 of loop-player to diamond horse armor named "&r&6&lCosmic Cannon...
  2. N

    Solved Command In Gui

    anyone know why when i type /pvp it lets it pass instantly instead of a 5 second cooldown command /pvp: trigger: set {_waited} to difference between {pvp.%player%.lastused} and now if {_waited} is less than 5 seconds: send "&r&cPlease wait %difference between 5...