Skip to content

meigoc/MCget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

McGet V2.0 is developed to be 40% complete.

Current Tasks:

  • Detailed download of the program, including downloading various php scripts with the path. - DONE
  • Add the "about" command - DONE
  • More beautiful text formatting using different symbols and emoji. - DONE
  • Program optimization, code simplification. - DONE
  • Get the location of the server, as well as its hosting. - DONE
  • Requests to the webserver (webrequest) - DONE%
  • Detailed information about the player - 2%
  • Detailed information about servers - 95%
  • Add search history - 12%
  • Multilanguage application - 3%
  • Ability to create mods using the API. - 10%

🐦 McGet - Send a request for server or player data in minecraft.

made-with-jphp License: GPL v3 built-on-meigoapi

Using this utility or our API, you can send requests to get the server or player information you need. You can get information about the plugin, players playing on the server, MOTD and much more.

Features

coming soon

Documentation (MeigoAPI v5.0)

Player list

$status = json_decode(file_get_contents("http://api.mgo.lol/meigoapi/50/json.php?ip=mon.skybars.net"));
   foreach ($status->players->list as $player) {
	    echo $player.'\n';
   }

Bedrock Documentation (MeigoAPI v5.0) [Bedrock]

(Bedrock) Players

$a = json_decode(file_get_contents("http://api.mgo.lol/meigoapi/50/bedrock.php?ip=play.nethergames.net"));
echo "Players: ".$a->players->online."/".$a->players->max."\n";

McGet Documentation

Latest Update

$a = file_get_contents("https://api.mgo.lol/mcget/latestupdate");
echo $a;

Install

Run start.bat

or

@echo off
chcp 65001
echo V1.9.2 Downloaded from https://github.com/meigoc/MCget/
echo --------------------
java -Xmx1024M -jar "McGetRecrafted.jar"
echo --------------------
echo Downloaded from https://github.com/meigoc/MCget/
pause

Supported operating systems

✅ - It works, it's been tested. 🔴 - McGet is not supported on this operating system 🟡 - Probably mcget should work on this system, however this has not been tested.

Operating System Version Supported
Windows 11
10
8.1 🟡
8 🟡
7
Vista 🟡 *
XP 🟡 *
Ubuntu 14.04 🔴
16.04 🔴
18.04 🔴
20.04 🟡
22.04 🟡

Version History

tag

Date Version Build Built on MeigoAPI Language Size of the update
27.12.2023 v2.0 💰 27122023_01 MeigoAPI v5.0 🔥 PHP: 5.6.99 ?
26.12.2023 v2.0 BETA 26122023_04 MeigoAPI v5.0 🔥 PHP: 5.6.99 ?
26.12.2023 v2.0 BETA 26122023_03 MeigoAPI v4.1 & v4.9 PHP: 5.6.99 3.63 MB
26.12.2023 v2.0 BETA 26122023_02 MeigoAPI v4.1 & v4.9 PHP: 5.6.99 2.96 MB
25.12.2023 v2.0 BETA 25122023_01 MeigoAPI v4.1 & v4.9 PHP: 5.6.99 2.96 MB
31.08.2023 v1.7.1 🔥 31082023_01 MeigoAPI v4.1 PHP: 5.6.99 3.27 MB
30.08.2023 v1.7 🔥 30082023_05 MeigoAPI v4.1 PHP: 5.6.99 3.27 MB
30.08.2023 v1.6 30082023_04 MeigoAPI v4.0 PHP: 5.6.99 3.27 MB
30.08.2023 v1.5 30082023_03 MeigoAPI v4.0 PHP: 5.6.99 3.27 MB
30.08.2023 v1.4.1 🔥 30082023_02 MeigoAPI v3.0 PHP: 5.6.99 3.27 MB
30.08.2023 v1.4 30082023_01 MeigoAPI v2.0 PHP: 5.6.99 3.27 MB
29.08.2023 v1.2 29082023_03 Does not have an API PHP: 5.6.99 3.27 MB
29.08.2023 v1.1 29082023_02 Does not have an API PHP: 5.6.99 3.27 MB
29.08.2023 v1.0 29082023_01 Does not have an API PHP: 5.6.99 3.3 MB

Contributors ✨

coming soon