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

    Skript showing /skript help

    Make sure you installed skript from here: https://github.com/SkriptLang/Skript/releases. if you did then try reinstalling it. else its a plugin.
  2. H

    Right Click Smite

    command /smitestorm [<text>]: aliases: /ss permission: skript.smitestorm permission message: &cYou don't have access to that command! trigger: if arg 1 is "toggle": if {smitestorm.%player%} is not set: set {smitestorm.%player%} to 1 send "&aActivated Smite...
  3. H

    Is there a way a command can only be used when clicking in a gui?

    on place of white stained glass: if player's tool is white stained glass named "&fGenerator - T1": message "&aPlaced a Tier 1 Generator" set {_drop} to block above event-block add {_drop} to {drops1::*} on break of white stained glass: give player 1 white stained glass named...
  4. H

    Arrows

    on projectile hit: delete projectile
  5. H

    Dupe command

    Variables: {dupedelay.%player%} = true command /dupe [<text>]: #delay is 30 seconds you can change it from line 19 trigger: if arg 1 is not set: if player has permission "dupedelay.bypass": if {blockeditems::*} contains player's tool: send "&cYou can't dupe this...