mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 03:08:58 +00:00
Added server_engine to query
This commit is contained in:
parent
bd6e3901a6
commit
be9676ebe5
@ -72,6 +72,7 @@ class Query{
|
||||
"gametype" => ($this->server->gamemode & 0x01) === 0 ? "SMP":"CMP",
|
||||
"game_id" => "MINECRAFTPE",
|
||||
"version" => CURRENT_MINECRAFT_VERSION,
|
||||
"server_engine" => "PocketMine-MP ".MAJOR_VERSION,
|
||||
"plugins" => $plist,
|
||||
"map" => $this->server->api->level->getDefault()->getName(),
|
||||
"numplayers" => count($this->server->clients),
|
||||
|
Loading…
x
Reference in New Issue
Block a user