pmmp / BedrockProtocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP
GNU Lesser General Public License v3.0
135 stars 90 forks source link

Removed Message arg type #178

Closed Lunarelly closed 1 year ago

Lunarelly commented 1 year ago

Just tested with latest version, MCPE does not recognize this parameter and shows unknown

Lunarelly commented 1 year ago

Actually, it does have message parameter for /w in vanilla, but 55 isnt the right one

Lunarelly commented 1 year ago

Block States argument does not work too

dktapps commented 1 year ago

These are still defined according to the enums extracted from vanilla, so they should still be present even if not recognized.