You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
A server which uses mojang bindings rather than spigot bindings will not be able to load a plugin using commands through Lirand due to Lirand utilising reflection lookups.
It would be ideal to have a check to see if a method exists, and failing that (NPE would be thrown in the current case), attempt the mojang version.
A server which uses mojang bindings rather than spigot bindings will not be able to load a plugin using commands through Lirand due to Lirand utilising reflection lookups.
It would be ideal to have a check to see if a method exists, and failing that (NPE would be thrown in the current case), attempt the mojang version.