Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offline-mode? #79

Closed
ryantheleach opened this issue Oct 10, 2024 · 2 comments
Closed

Offline-mode? #79

ryantheleach opened this issue Oct 10, 2024 · 2 comments

Comments

@ryantheleach
Copy link

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?

@ryantheleach
Copy link
Author

Duplicate of #65

@ryantheleach ryantheleach closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2024
@ryantheleach
Copy link
Author

in addition, whilst Spigot claims to have removed offline mode command line arguments,

runServer{ args("-o false") } works , where args("--online-mode false") fails.

So whilst I went to the effort of making a server.properties task, it was in vain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant