DiSkyOrg / DiSky

The best Skript add-on for Discord management! Slash commands, interaction, components, modal and much more available!
https://disky.me/
Apache License 2.0
42 stars 13 forks source link

Conflict with SkBee 2.5.1 text components #94

Closed not-3than closed 1 year ago

not-3than commented 1 year ago

Ok, this has taken me hours today to figure it out, but I have finally figured it out.

At first, I noticed SkBee text components with hover events were not displaying properly, and it took me all of 11 hours figure out that DiSky was the culprit. Upon uninstalling DiSky v4.6.0, the text component hover events worked perfectly, but reinstalling caused them to stop working again. By installing different DiSky versions, I've deciphered that v4.3.0 is the last DiSky version where it does NOT affect SkBee's text components, and v4.4.0 is where it starts to affect it.

Versions so you can replicate this process

Skript version: v2.6.3 SkBee version: v2.5.1 DiSky version: v4.6.0 Server: PaperMC 1.18.2 (or 1.19.2, both have the bug)

Steps to replicate this process

  1. Install DiSky v4.4.0 (or later), SkBee v2.5.1, and Skript v2.6.3.
  2. Run this code:
    command /textcomponent:
    trigger:
        set {_t} to text component from "Hello, SkBee is a very good plugin."
        set hover event of {_t} to new hover event showing tool
        send component {_t}
  3. It will send a blank line instead of "Hello, SkBee is a very good plugin." with the hover event.

This is a problem that started happening when DiSky updated to v4.4.0, I suggest this be addressed ASAP, so I can use the latest version of DiSky again. For the time being, I will be using DiSky v4.3.0.

Devc2 commented 1 year ago

So disky 4.4.3 dosent work either?

ItsTheSky commented 1 year ago

This repository is only for DiSky v4+ No supports is given for older version.

not-3than commented 1 year ago

Sorry, I meant to put v4.4.0 and not v2.4.0. This happens on the latest versions.

not-3than commented 1 year ago

Can this be re-opened?

ItsTheSky commented 1 year ago

Ah yes sure, is this still happening on 4.6.0?

not-3than commented 1 year ago

Yes, happens on the latest version as I tested a few days ago

ItsTheSky commented 1 year ago

The issue with DiSky has been found, and will be fixed this evening! Thanks for the reports.

ItsTheSky commented 1 year ago

Issue fixed, thanks again for the report!

not-3than commented 1 year ago

@SkyCraft78 How can I download the version where it is fixed?