Gametype Message
entropitor opened this issue ยท 2 comments
match|<world>|gametype|<gametype>
Needs to be sent. It will default to RFW, if none is sent. I'll be adding support for different gametypes like UHC, and maybe for BW too in the client-side mod. To decide which HUD it should show, the gametype variable will be used, it can be changed using the above syntax
As mentioned, @caske33, this won't work as written. We need to decide which of the "game rule" features I am supporting with the new XML format that we want to send to the client (which are relevant to a streamer HUD). I will try my best to compile a list of those features below. Some aren't valuable, but its a work in progress (I'll need to send a special term for UHC mode, so that will be a special case):
- clockstart: time match begins (clock time)
- friendlyfire
- difficulty: saved in the file, but maybe you can get this info from the client instead
- respawn: ALLOW, DISALLOW, BEDSONLY
- more to come