10-06-2014, 03:48 AM
@Howaner the bad thing about that is that you're hardcoding some kind of a limit into the server. As it is now, the server is nicely moddable because it doesn't care about the block and item types, it handles them transparently.
I believe the proper way to go is to make a plugin that kicks players with unwanted client versions.
It is also possible to make a plugin that would limit the items the client can interact with - it would kill all pickups and inventory contents that are 1.8-specific.
I believe the proper way to go is to make a plugin that kicks players with unwanted client versions.
It is also possible to make a plugin that would limit the items the client can interact with - it would kill all pickups and inventory contents that are 1.8-specific.