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

send title doesn't work #42

Closed pawelkuwa closed 2 years ago

pawelkuwa commented 2 years ago

Skript Version

Replace this text with your output from the command.

Bug Description

skript doesn't read title effect

Expected Behavior

send title

Steps to Reproduce

i execute code from docs in skript docs

Errors or Screenshots

image image

Other

version of skript image

Agreement

AyhamAl-Ali commented 2 years ago

afaik, spigot 1.8[.8] doesn't support titles with duration, just titles docs

Matocolotoe commented 2 years ago

Indeed, the API doesn't. However, I think the client can still receive a PacketPlayOutTitle with more parameters, as eyesniper2 did here for skRayFall. I'll take a more precise look at it ASAP.

AyhamAl-Ali commented 2 years ago

That's a smart idea, good to know.