SkriptLang / Skript

Skript is a Spigot plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
https://docs.skriptlang.org
GNU General Public License v3.0
1.02k stars 358 forks source link

Add potion effect type comparator #6832

Closed ShaneBeee closed 1 day ago

ShaneBeee commented 2 days ago

Description

This PR aims to fix a small issue where Skript sometimes has troubles comparing PotionEffectType This happens with SkBee's potion add event, ex:

on potion effect added:
    if event-potioneffecttype = nausea:

this throws a "can't compare a potion to potion" error.


Target Minecraft Versions: any Requirements: none Related Issues: none