Thulinma / MixedModeAuth

Bukkit Plugin for offline-mode servers
17 stars 5 forks source link

Offline vs Online #26

Closed DanielFallon closed 11 years ago

DanielFallon commented 11 years ago

Is it possible for the server to selectively behave like an online or offline server depending on whether or not the client is in offline or online mode?

requiring players to have a modded client can be a steep climb.

I don't know enough about the login handshake to figure out how to implement this, but I just thought I'd introduce the possibility

Thulinma commented 11 years ago

I wanted to make this plugin do exactly that from the start, but it's impossible because of a technicality in the vanilla minecraft server handshake. If you want the details I can give them - but suffice to say it's impossible to behave like both online and offline at the same time without a modded client.