Posted November 25, 201212 yr Hi, I am developing a plugin for Bukkit that would only allow users with specified mods to join the server. I registered "FML" channels for communication and I am sending a ModListRequestPacket correctly to clients, but the client seems to ignore the packet. After having a quick look through FML code, I see that FML does some weird things during player logon, that I don't understand. How does it work and what would it take to make it work?
November 26, 201212 yr FML modifies a couple of vanilla packet structures. To verify that the server is FML we send an unsolicited login packet that the server has to ack. You won't be able to emulate this in bukkit without changing the net server handler. Sorry.
November 26, 201212 yr There isn't really much of a need. FML already kicks players if they don't have the same mods as the server. Read the EAQ before posting! OR ELSE! This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.