Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtoensing/mc-server-status
https://github.com/mtoensing/mc-server-status
wordpress wordpress-plugin
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mtoensing/mc-server-status
- Owner: mtoensing
- Created: 2024-02-18T21:42:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T20:20:25.000Z (29 days ago)
- Last Synced: 2024-12-20T21:27:39.783Z (28 days ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/mc-server-status/
- Size: 1.47 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
=== MC Server Status ===
Tags: Minecraft, Server, Gutenberg
Contributors: MarcDK
Tested up to: 6.7
Stable tag: 1.4.0
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.htmlDisplays the Minecraft server status along with the active players.
== Description ==
This plugin provides a dynamic display of your Minecraft server's status, including current active players. Simply input your server's address and port to get started.
= Key Features =
- Real-time Server Status: Instantly view whether your Minecraft server is online or offline.
- Active Player Display: See a list of currently active players on your server.
- Supports only Java Minecraft. Bedrock may be supported on popular demand.= Technology =
Utilizes the robust PHP-Minecraft-Query library for retrieving server information. More details can be found on [Packagist](https://packagist.org/packages/xpaw/php-minecraft-query).
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/mc-server-status` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress== Screenshots ==
1. The Minecraft Server Block.
== Changelog ==
= 1.3.0 =
* Better Dynmap and styling.= 1.1.0 =
* Added prefix to generic function names.
* Tested up to WordPress 6.4.
* Added fix to prevent Direct File Access to plugin files.= 1.0.0 =
* Initial Release