WolfyScript / viewportl

A Minecraft Inventory GUI framework, designed to easily create reactive GUIs. Based on the well known Signal Reactivity System.
GNU General Public License v3.0
65 stars 12 forks source link

Error when starting up with the plugin: ExecutableBlocks #118

Closed EmanuelNorsk closed 8 months ago

EmanuelNorsk commented 8 months ago

When starting up the server with the plugin Executable Blocks on the latest version and the latest beta of WolfyUtilities, the following error occures: text.txt

To Reproduce You install executable blocks on your server You install WolfyUtilities on the server Both on the latest version/beta Start up the server to see the error

Expected behavior No errors

Screenshot image

Server

WolfyScript commented 8 months ago

I tested it with the latest version (v4.24.2.27) of ExecutableBlocks, and there were no issues.

You may be using an older version of EB, that is no longer support by WolfyUtils.
Try to update EB and let me know if it solves the issue.

EmanuelNorsk commented 8 months ago

I tested it with the latest version (v4.24.2.27) of ExecutableBlocks, and there were no issues.

You may be using an older version of EB, that is no longer support by WolfyUtils. Try to update EB and let me know if it solves the issue.

The issue is persisting, even with the latest version. While the error does not cause the plugin to disable itself, it still generates an error in the console. So it can run, but it shouldn't generate this error. I tried everything from a clean install of the server, to updating everything.

WolfyScript commented 8 months ago

I just resolved this issue with someone on Discord. The issue was related to the paper-plugin.yml, that didn't include EB nor EI as a dependency, so WU didn't have access to the classes of EB, resulting in this issue. This issue will be closed once the fix has been merged.