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
I've been able to port most things, except this plugin it's useful to test multiple clients, so it had been using offline mode.
Unfortunately, Spigot appears to have removed the system properties that allowed overriding of online-mode, due to support issues with game hosting providers setting it via the system property which overrode the choices set by players in the configuration.
Seeing as the configs are generated on server first run, do you have any insight on what the best method to achieve this with run-task would be?
The text was updated successfully, but these errors were encountered:
I'm currently migrating a plugins build tooling from Bukkit Gradle https://github.com/EndlessCodeGroup/BukkitGradle as I have more faith in run-task remaining updated.
I've been able to port most things, except this plugin it's useful to test multiple clients, so it had been using offline mode.
Unfortunately, Spigot appears to have removed the system properties that allowed overriding of online-mode, due to support issues with game hosting providers setting it via the system property which overrode the choices set by players in the configuration.
Seeing as the configs are generated on server first run, do you have any insight on what the best method to achieve this with run-task would be?
The text was updated successfully, but these errors were encountered: