-
Notifications
You must be signed in to change notification settings - Fork 24
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
[Feature] Server-only mode #53
Comments
If your server is running forge, then you must distribute the modpack to all players, and during this you can include SimpleLogin. Otherwise, you can turn to bukkit/spigot plugins that have similar functionality. So I believe there're no situation where you need a server-side only forge mod to handle authentication. |
this is a forge server that specifically does not require players to do the distribute part of that. it includes mods like terraforged, and structure addons that add no new blocks or mobs. There are some mods that do accomplish the login part with /register and /login and what not but they are for older versions of minecraft. I know some other people which have encountered a similar isue as mine. Adding a server only function would be handy. |
A server side mod is much more convenient |
It would be cool to make a version that is server side only as well so you login with a command. Many people that would like to play on the server dont know how to install mods, or they use some other client.
The text was updated successfully, but these errors were encountered: