SkBee icon indicating copy to clipboard operation
SkBee copied to clipboard

[BUG] Issue with Bounds

Open Z-1-n opened this issue 1 year ago • 2 comments

What happened?

I'm having trouble with the bound enter event; it just isn't called, at all. I get this error when loading SkBee, which I think is related. image

My bad if this is something I'm making a mistake with.

Here's Some info on my server version, Skript version & SkBee Version: image image image

(Sorry for previously posting this in discussions)

Steps to reproduce

Primarily, I was listening for bound enter events; for some reason, It's failing to listen for any event.

using effect commands, I checked that the bounds was set with: !send all bounds !send bound at player

Which proves me right that my bound was set. I then re-entered and exited the bound a few times, and it failed to listen to the event, & didn't send any errors to console either.

Expected behavior

I expect to simply listen for events, in this case I used:

on bound enter:
    broadcast "debug-1"

SkBee Version

3.5.0

Server Version

Paper 1.20.1 (git-196)

SkBee Info

[16:01:55 INFO]: --- [SkBee Loading Info] --- [16:01:55 INFO]: - [NBTAPI] Found Minecraft: v1_20_R1! Trying to find NMS support [16:01:55 INFO]: - [NBTAPI] NMS support 'MC1_20_R1' loaded! [16:01:55 INFO]: - NBT Elements successfully loaded [16:01:55 INFO]: - Text Component Elements successfully loaded [16:01:55 INFO]: - Advancement Elements successfully loaded [16:01:55 INFO]: - BossBar Elements successfully loaded [16:01:55 INFO]: - Bound Elements successfully loaded [16:01:55 INFO]: - Damage Source elements disabled (Requires Minecraft 1.20.4+) [16:01:55 INFO]: - Display Entity elements successfully loaded [16:01:55 INFO]: - Fishing elements successfully loaded [16:01:55 INFO]: - Game Event Elements successfully loaded [16:01:55 INFO]: - Particle Elements successfully loaded [16:01:55 INFO]: - RayTrace elements successfully loaded [16:01:55 INFO]: - Recipe Elements successfully loaded [16:01:55 INFO]: - Scoreboard Elements successfully loaded [16:01:55 INFO]: - Scoreboard Objective Elements successfully loaded [16:01:55 INFO]: - Statistic Elements successfully loaded [16:01:55 INFO]: - Structure Elements successfully loaded [16:01:55 INFO]: - Minecraft Tag elements successfully loaded [16:01:55 INFO]: - Team Elements successfully loaded [16:01:55 INFO]: - Tick Manager elements disabled (Requires Minecraft 1.20.4+) [16:01:55 INFO]: - Villager Elements successfully loaded [16:01:55 INFO]: - Virtual Furnace Elements disabled via config [16:01:55 INFO]: - World Border Elements successfully loaded [16:01:55 INFO]: - World Creator Elements successfully loaded [16:01:55 INFO]: - Chunk Generator Elements disabled via config [16:01:55 INFO]: - Plugin is up to date! [16:01:55 INFO]: --- [Server Info] --- [16:01:55 INFO]: Server Version: git-Paper-196 (MC: 1.20.1) [16:01:55 INFO]: Skript Version: 2.8.5 [16:01:55 INFO]: Skript Addons: [16:01:55 INFO]: - skript-placeholders v1.5.2 [16:01:55 INFO]: - skript-particle v1.2.0 [16:01:55 INFO]: - DiSky v4.16.0 [16:01:55 INFO]: - skript-reflect v2.4 [16:01:55 INFO]: SkBee Version: 3.5.0 [16:01:55 INFO]: SkBee Website: https://github.com/ShaneBeee/SkBee

Additional Information

No response

Z-1-n avatar May 13 '24 15:05 Z-1-n