When I use a minecraft server status it shows 'Version v1.13.0 (PocketMine-MP 3.10.1)' Is there way to change this? (not to abuse it)
The /version command? If so you can mask what this does within the pocketmine.yml folder.. or edit it within a listener.
Idk I Think 1.10.1 is not official its a custom protocol so your gonna have to figure that out yourself and the official release should be soon.
If your wanting to just change the output to something else you will need to code your own command or set up a janky one in the pocketmine.yml Under 'Aliases' in the pocketmine.yml file Code: aliases: #ver: [version, about, ?] #Examples: #showtheversion: version To change the /version output simply do something like this: Code: aliases: version: yourcommand If you are still stuck and this is indeed what you are wanting to do please leave a more detailed description. I hope this helped