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

[standalone] Support authentication in standalone mode #43

Open
deathcap opened this issue Feb 14, 2016 · 0 comments
Open

[standalone] Support authentication in standalone mode #43

deathcap opened this issue Feb 14, 2016 · 0 comments

Comments

@deathcap
Copy link
Owner

For other servers (standalone mode)

If your server does not support Bukkit or Sponge plugins, then WSMC can be ran standalone from the command-line:

java -jar target/wsmc*.jar 0.0.0.0 24444 localhost 25565

User authentication is not supported in this mode.

Authentication is only currently supported in the Bukkit and Sponge plugins, because they have API hooks to allow getting when a new player joined (to generate their new key), receiving commands (/web), sending messages. Standalone/vanilla support has no such interaction with the target server. But it may be able to support manual setup, through a file (username -> login key).

Could be useful to investigate after #42 Persist the authentication key table to disk

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

No branches or pull requests

1 participant