All Projects → GamerNoTitle → Minecraft-Server-Status

GamerNoTitle / Minecraft-Server-Status

Licence: MPL-2.0 License
✅一个用于显示服务器在线信息及其他内容的网站

Programming Languages

CSS
56736 projects
SCSS
7915 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Minecraft-Server-Status

mctools
Minecraft Connection Tools - Python implementations of common Minecraft protocols.
Stars: ✭ 27 (+22.73%)
Mutual labels:  query, rcon
Minestat
📈 A Minecraft server status checker
Stars: ✭ 168 (+663.64%)
Mutual labels:  query, minecraft-server
minecraft-backup
Backup script for Minecraft servers on Linux. Supports screen, tmux, and RCON connections. Supports tar and restic backup format.
Stars: ✭ 140 (+536.36%)
Mutual labels:  rcon, minecraft-server
npmfs
javascript package inspector
Stars: ✭ 90 (+309.09%)
Mutual labels:  online
apex-query-builder
Convenient query builder for dynamic SOQL queries
Stars: ✭ 37 (+68.18%)
Mutual labels:  query
Mc2Discord
A simple minecraft mod, server side only, to link the chat with your Discord server
Stars: ✭ 18 (-18.18%)
Mutual labels:  minecraft-server
linqjs
use linq and lambda in javascript on es6, can use linq function in an Object or an Array or a String value | 一个方便对数组、字典、树形数据进行操作、筛选等操作的工具库
Stars: ✭ 17 (-22.73%)
Mutual labels:  query
UE4-DedicatedServer
A UE4 plugin which adds proper console support (input) and RCon
Stars: ✭ 40 (+81.82%)
Mutual labels:  rcon
jellex
TUI to filter JSON and JSON Lines data with Python syntax
Stars: ✭ 41 (+86.36%)
Mutual labels:  query
active-persistence
Active Persistence is a implementation of Active Record Query Interface for JPA that makes it easy and fun.
Stars: ✭ 14 (-36.36%)
Mutual labels:  query
go-query
⚡ Blazingly fast query engine
Stars: ✭ 16 (-27.27%)
Mutual labels:  query
d3Tree
htmlwidget that binds d3js collapsible trees to R and Shiny to make an interactive search tool
Stars: ✭ 79 (+259.09%)
Mutual labels:  query
TIL
Today I Learned
Stars: ✭ 43 (+95.45%)
Mutual labels:  query
icecon
Simple and quick to use RCON tool for IW4M and other Q3-compatible game servers.
Stars: ✭ 32 (+45.45%)
Mutual labels:  rcon
awesome-web-online-tools
Many many useful Web Online Tools For Web Developers&Programmers
Stars: ✭ 13 (-40.91%)
Mutual labels:  online
sqrs
🚌SQRS is a JavaScript library for implementing CQRS pattern.
Stars: ✭ 23 (+4.55%)
Mutual labels:  query
rcon-web-admin
Self hosted, online RCON administration tool for your game server.
Stars: ✭ 70 (+218.18%)
Mutual labels:  rcon
flame-explain
A PostgreSQL EXPLAIN ANALYZE visualizer with advanced quirk correction algorithms.
Stars: ✭ 30 (+36.36%)
Mutual labels:  query
proshine
A free, open-source and advanced bot for Pokémon Revolution Online.
Stars: ✭ 53 (+140.91%)
Mutual labels:  online
Anondraw
Source code of anondraw.com. An artistic collaboration tool with an infinite canvas.
Stars: ✭ 43 (+95.45%)
Mutual labels:  online

Minecraft-Server-Status

Minecraft-Server-Status

在网页中看到你的MC服务器状态!由@MCNewsTools的项目修改而来!

使用了HTML5的模板,做了一些美化,如果你也想用本项目,记得在改PHP内嵌的HTML代码的时候把有关的内容改掉

玩家头像显示调用的是cravatar.eu的链接,国内404,请自建反代或镜像站并替换里面的链接(自建反代教程

本开源项目遵循MPL-2.0协议,请遵守该协议!

Demo: http://mcstats.bili33.top

使用方法

基础使用

与服务器对接

只需要修改index.php中第3行的$host后面的内容为你的域名/IP和修改第4行的$port后面为你的端口号(可以是游戏用的端口也可以是query端口,但是query要自己手动开启而且是UDP协议)

更多修改

只需要将index.php文件开头几行的变量修改一下就行了(PS:头像的反代请去把https://cravatar.eu自行替换成自己的反代链接)

$host = "mc.example.com"; //设置服务器域名或 IP
$port = "25565"; //设置服务器端口,可以直接用服务器的链接端口,也可以使用query端口(UDP协议)
$name = 'ExampleName'; // 服务器名字,会显示在标签页的标题和网站打头的大标题处
$iconlink = 'https://cdn.jsdelivr.net/gh/GamerNoTitle/[email protected]/AboutMe/logo-mini.png'; // 网站图标链接,可以使图片格式(.png/.jpg/etc.)或者是ico图标,用绝对路径或相对路径均可
$description = 'Server Status by <a href="https://bili33.top">GamerNoTitle</a> | Tamplate by <a href="https://html5up.net">HTML5UP</a><br>Open Source Project <a href="https://github.com/GamerNoTitle/Minecraft-Server-Status">Minecraft-Server-Status</a> is now avaliable on <a href="https://github.com/GamerNoTitle/Minecraft-Server-Status">Github</a>'; // 描述,会显示在大标题的下方,用html语法写就可以了,换行请用<br>
$imagelink = 'https://cdn.jsdelivr.net/gh/GamerNoTitle/[email protected]/AboutMe/logo-mini.png'; // 图片链接,会显示在服务器信息右边的圈圈里

进阶修改

在<html>元标记直接用任意html语法修改即可!会HTML的人就能改!

预览图


Credit:

@MCNewsTools/webpage-minecraft-server-status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].