=== Plugin Name ===
Contributors: jeroenweustink
Tags: minecraft,minequery,status,players
Requires at least: 3.0
Tested up to: 3.5.1
Stable tag: 2.0.1
Minestatus is a WordPress Widget that enables you to show data from a Minecraft server.
== Description ==
Minestatus is a WordPress Widget that enables you to show data from a Minecraft server. You can now use Minecraft Query and Minequery as services to get the data.
Returned parameters are:
- Server status
- Server name
- Server port
- Server version (New)
- Game type (New)
- Map name (New)
- Plugins (New)
- Maximum players
- Player list
- Minotar avatar (Beta)
It's recommended to use the Minecraft Query Service instead of Minequery. Minequery hasn't been updated for the last 2 years
== Installation ==
1. Upload to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Add the widget to your widgetized sections
== Screenshots ==
1. Widget overview
2. Player list with minotar
3. Plugin list
4. Widget options
== Changelog ==
= 2.0.1 =
- Small player list bug fix
= 2.0 =
- Now supports Minecraft Query and Minequery.
- Added extra parameters: server version, game type, map name, plugins.
- Completely new code structure
= 1.5.3 =
- Changed method to load external files
= 1.5.2 =
- Added a hydrate function to fix PHP notice issues, found by @Zilacon.
= 1.5.1.=
- Added support for 3.5.1
- Some changes in the description
= 1.5 =
- Added Minotar support
- Added new screenshots
- Improved and cleaned up a lot of unnecessary code
- Improved javascript
- Improved mineQuery class
- Removed show list option
= 1.4.1 =
- Show players bug fix, thanks to @FelFireBlog
= 1.4 =
- Placed html a separate views
- Created a class to get minequery data
- Added the option show players
- Some small layout changes
= 1.3.5 =
- Some minor changes
= 1.3.4 =
- Changed calculation for load time and output format to milliseconds.
= 1.3.3 =
- Fixed duplicate DOM element ID's wel toggling player-list.
= 1.3.2 =
- Removed fixed buffer size.
- Added screenshots.
= 1.3.1 =
- Small output fixes in widget().
= 1.3 =
- Added options "show server status" and "show server name".
- Some small tweaks.
= 1.2.1 =
- Code clean-up to make it more readable.
= 1.2 =
- Added on/off options for: load time, server port and playerlist.
- Fixed load time bug.
= 1.1 =
- Added a fix to check if the server is online. Before this fix the server returned a 500 "internal server" error..
- Switched to QUERY_JSON instead of QUERY for much easier handling of the reponse data.
= 1.0 =
- First release.