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 community!

    Now, what are you waiting for? Join the community now!

  1. S

    Longer attack

    I need script, to increase the range of attack speed to 7 blocks if player has diamond sword named "K1K".
  2. S

    Solved How to cut this?

    I already have a script for a custom enchantments, but its really long after 30 custom enchantments. I have a code like this: on rightclick: if player's tool is {@gem} with lore "{@toxic3}": if {gem:toxic3:%player%} is true: send "&aYou have already activated enchantment"...
  3. S

    Solved Factions

    I need a script for block settings home (/sethome) at any factions claim/land. Second script for buying faction's power with $$. Something like: on rightclick on sign: if line 1 of event-block is "buy power": if player's balance is more or equal to 15000: #do stuff #do...
  4. S

    Solved Apply effect

    How i can apply effect for x time, but not adding to actual time. Example: on damage: if attacker's tool is diamond sword named "asd": apply weakness 2 to victim for 5 seconds Every 1 attack it adds 5 seconds to actual weakness time.
  5. S

    Solved Alchemy

    I need a script, which can block put a dragon breath named "&6test" in alchemy tripod. Else that would be a Script, which blocks creating potions with dragon breath named "&6Test".