potion effects

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

    SkBee duration of potion effect change

    hi, i was trying to change duration of potion effect via skbee, but it gives a error code: on potion effect added: if "%event-potioneffecttype%" = "night vision": if potion duration of event-potioneffect converted to minutes is greater than 5: set potion duration of...
  2. Wavemelon

    Instant Damage has no delay

    So I've been making this plugin for an SMP and there's a problem with the effects that it gives. Basically, (like arrows) you can tip swords with potion effects, and there's a problem with the Instant Damage II effect where if you spam your sword, it can kill another player very quickly (which...
  3. V

    Solved if player contais haste

    on block place: set {BlockByPlayer::%event-location%} to player on break of any log: if {BlockByPlayer::%event-location%} is set: stop ^ #In this place, all works fine | if player contains hase: stop ^ |...
  4. E

    Steal potion effects on attack

    I've been trying to learn to make a command that lets a specific player that I choose be able to steal somebody's potion effects for a set amount of time, and not be able to steal effects until the effects expire. Can anybody help me?