World of Minecraft sending
4 replies [Last post]
lahure1
WoM Member
Members
WoM Member: 135570
WoM Coins: 3

so my question is does World of Minecraft send any information to the server regarding if client hacks are on or off. I was thinking of a feature to add to my server software but im not sure if World of Minecraft sends any information regarding if the client has hacks enabled or disabled. i knwo the server recives information regarding the current World of Minecraft version as
/womid WoMClient-versionhere and ive used that to make a outdated World of Minecraft kick but it would mutch better if i could simply freeze the player if with the outdated World of Minecraft if hacks are enabled.

any help on this subject would be greatly appreataited

moujave
Removed from Staff
Members
WoM Member: 21
WoM Coins: 1687
Server

If you running a server, you can set it in your MOTD whether the client is allowed to have hacks. If you set a custom parameter it disable that feature for all users that join

To turn off hacks(it needs the hyphen '-'):

  • -hax - disables all hacks
  • -fly
  • -noclip
  • -speed

To enable only certain hacks (it needs the plus '+'):

  • +ophax - only ops can have hacks
  • +fly
  • +noclip
  • +speed
alfred019
WoM Member
Members
WoM Member: 216351
WoM Coins: 14
But old versions of the World of Minecraft

But old versions of the World of Minecraft client are able to get past the motd stuff.

moujave
Removed from Staff
Members
WoM Member: 21
WoM Coins: 1687
Old Clients

All old clients have been disabled, unless they are using a hacked version at which point you should just ban them.

lahure1
WoM Member
Members
WoM Member: 135570
WoM Coins: 3
old woms

you obviously dont get what im saying..... what im saying is i have coded a outdated World of Minecraft kick into my software but what i would like to do instead is see if they have client hacks enabled. motd is bypassed by older woms allowing them to hack even with the motd added. what im asking is does World of Minecraft send the server any information on wether the clients hacks are enabled or disabled like it sends the version of World of Minecraft there currently on. as im fine with users on old woms as long as they have hacks disabled via /client hacks off.

Also i know all the motd enablers and disablers. but heres my question in simpler form:
Does the world of mineraft client send servers any information regarding the state of the client's hacks like it sends the client's version.