CommandHelper

CommandHelper

46.5k Downloads

instant potion effect duration derps

LadyCailin opened this issue ยท 0 comments

commented

CMDHELPER-2639 - Reported by jb_aero on 2013-04-11 06:18:00 UTC

Originally reported by PseudoKnight

When using instant potions:
-0 seconds causes nothing to happens (removes effect)
-1 second causes effect to be applied multiple times over the course of that second (since potion effects are based on ticks, not seconds)

Possible solutions:

  1. Check in CH what kind of potion it is and choose whether the user meant to remove an effect or make it applied once.
  2. Change potion effect functions to work in ticks instead of seconds
  3. Something more creative?