Matocolotoe / Skript-1.8

The Skript plugin made for Minecraft 1.8.x only. Releases will follow the original repository, except for some bug fixes. Please read the README before updating to Skript-1.8 !
https://discord.gg/yh3Z98m
GNU General Public License v3.0
47 stars 4 forks source link

is online condition is broken #40

Closed zakwanasim closed 2 years ago

zakwanasim commented 2 years ago

Skript Version

2.5.3

Bug Description

command /test: trigger: set {_player} to player {_player} is online: send "yes" to player else: send "no" to player

sends "no"

Expected Behavior

no

Steps to Reproduce

copy the code

Errors or Screenshots

image

Other

No response

Agreement

AyhamAl-Ali commented 2 years ago

If you have Vixio remove it, Vixio has a type that conflicts with is online condition

zakwanasim commented 2 years ago

thanks