-
-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apply effect fix #2598
Comments
Do you mean that apply effect should be instant? AFAIK that's a spigot limitation, will look into it. E: Looked into it. Doesn't look like you can make it instant. |
I think they mean that currently, when using the apply effect potion, it adds your chosen timespan to the duration of the effect (e.g. I already have 2 minutes of resistance, I use Skript to apply 1 minute, then I have 3 minutes of resistance). They probably don't want it to be added to the duration. |
@TPGamesNL Could we not add a |
Yes that would probably be a good idea. |
* Update EffPotion.java Add replace existing effect * Make Changes * Fix issue with applying
Fixed in 2.5-alpha2 |
Description
fix an apply effect because it adds additional time for effect but it should set time
The text was updated successfully, but these errors were encountered: