Wishlist: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>Barneygale
(First rev. Please add to when you see the same old questions brought up in #mcdevs)
 
imported>Clonejo
(fixed my Mojang)
Line 3: Line 3:
== Inconsistencies ==
== Inconsistencies ==


* [[Protocol#0x0D|0x0D player position and look]] has a different format depending on which direction it's going
* In the [[Query|query]] protocol, the "basic stat" method returns the server's port as a short. It should instead be encoded as a null-terminated string
* In the [[Query|query]] protocol, the "basic stat" method returns the server's port as a short. It should instead be encoded as a null-terminated string



Revision as of 16:34, 10 July 2013

The following page lists frequently-requested bugfixes and changes in low-level minecraft features

Inconsistencies

  • In the query protocol, the "basic stat" method returns the server's port as a short. It should instead be encoded as a null-terminated string

Enhancements

  • 0xFE server list ping should send hostname and port. This would allow for vhosting without using DNS SRV records.