Here we have developed a free script generator for Minecraft servers.
This tool is very easy to use.
You can choose from
Player Count
This script returns the exact number of players currently on your Minecraft server.
Server Status
This script returns online or offline, dependent on whether your MC server is online or not.
Server Latency
This script returns the latency of your server (ping/distance). The higher the number, the more lag your players will get.
Server Version
This script returns the Server Version details of your Minecraft server.
Max Players
This script returns the maximum number of players your server supports.
How to Use the Generator
To use the script simply
- Enter your Minecraft Server IP
- Enter your Minecraft Server Port (default is 25565)
- Select the type of script you want to generate
- Copy the script code that is generated
Script Tool
How to Use the Generated Script on Website
To use the script, simply create a PHP file on your web hosting server or somewhere that hosts PHP files for you.
Inside the PHP file, simply paste the generated code into it.
You can then include this PHP file on your websites to show data about your Minecraft server.
How to Use the Generated Script in Custom Launcher
To use this script in Game Launcher Creator V3 to show details about your Minecraft server inside your custom Minecraft launcher, simply repeat the steps above for the website.
Then inside GLCV3, create a new PHP Query String and inside the settings, simply specify the URL to your hosted PHP file.
You can configure additional settings for the query string as you deem fit. For example, you can modify the pre and post texts that show up in your launcher before and after the data is received.
If you want to create your own Minecraft Client Launcher, click here.