1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Query Version

Discussion in 'General discussion' started by settled, Nov 26, 2019.

  1. settled

    settled Spider Jockey

    Messages:
    27
    GitHub:
    V1RTUALNet
    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)
     
  2. DaRealPandaz

    DaRealPandaz Silverfish

    Messages:
    24
    GitHub:
    mrpandaz
    I think by editing the source code of Pocketmine-MP
     
  3. MC ATECH

    MC ATECH Baby Zombie

    Messages:
    117
    GitHub:
    mcpeatech
    The /version command? If so you can mask what this does within the pocketmine.yml folder.. or edit it within a listener.
     
  4. bob177

    bob177 Creeper

    Messages:
    5
    GitHub:
    montoyastudios
    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.
     
  5. settled

    settled Spider Jockey

    Messages:
    27
    GitHub:
    V1RTUALNet
    I dont see anything to change in pocketmine.yml.
     
  6. MC ATECH

    MC ATECH Baby Zombie

    Messages:
    117
    GitHub:
    mcpeatech
    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 :)
     
  7. settled

    settled Spider Jockey

    Messages:
    27
    GitHub:
    V1RTUALNet
    Thank you :D
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.