stargate-rewritten / Stargate-Interfaces

An interaction addon for features that break StarGate's user-immersion principle (commands and GUIs that exist outside of gameplay)
https://sgrewritten.org/infosgi
GNU Lesser General Public License v3.0
0 stars 0 forks source link

SGI on Spigot #21

Closed Pheotis closed 4 months ago

Pheotis commented 4 months ago

SGI soft-depends on Kyori, meaning that it produces a startup error when started on spigot, as well as subsequent errors whenever it tries to interact with the missing listener.

This has two possible solutions:

  1. Add the ability for SGI to use whatever spigot's alternative for Kyori is.
  2. Make paper a dependency of SGI and gracefully shutdown whenever spigot is detected.
[StargateInterfaces] Plugin StargateInterfaces v0.2.0-ALPHA has failed to register events for class net.knarcraft.stargateinterfaces.listener.StargateListener because net/kyori/adventure/text/format/TextColor does not exist.
Thorinwasher commented 4 months ago

Should have been fixed in 74b7a7c by method 2