Minecraft Mineload mod 2026 download
logo
minecraft mod Mineload

Mineload

Game Version: CB 1.6.2-R0.1
Total Downloads: 7,253
Updated: Aug 15, 2013
Created: Oct 10, 2012
Download MineloadDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
MineloadPlugin 0.0.7 beta 54.60 KB Aug 15, 2013 CB 1.6.2-R0.1 2,644 download Mineload MineloadPlugin 0.0.7 betaDownload
MineloadPlugin 0.0.6 beta 29.23 KB May 14, 2013 CB 1.5.2-R0.1 917 download Mineload MineloadPlugin 0.0.6 betaDownload
Mineload Web Interface 0.0.6 beta 513.52 KB May 14, 2013 CB 1.5.2-R0.1 1,238 download Mineload Mineload Web Interface 0.0.6 betaDownload
MineloadPlugin 0.0.3 beta 24.81 KB Feb 9, 2013 CB 1.4.7-R1.0 688 download Mineload MineloadPlugin 0.0.3 betaDownload
MineloadPlugin 0.0.2 beta 16.86 KB Oct 18, 2012 CB 1.3.2-R2.0 396 download Mineload MineloadPlugin 0.0.2 betaDownload
MineloadPlugin 0.0.5 alpha 28.79 KB Apr 12, 2013 CB 1.5.1-R0.1 303 download Mineload MineloadPlugin 0.0.5 alphaDownload
Mineload Web Interface 0.0.5 alpha 3.25 MB Apr 12, 2013 CB 1.5.1-R0.1 174 download Mineload Mineload Web Interface 0.0.5 alphaDownload
MineloadPlugin 0.0.4 alpha 31.13 KB Feb 18, 2013 CB 1.4.7-R1.0 241 download Mineload MineloadPlugin 0.0.4 alphaDownload
Mineload Web Interface 0.0.4 alpha 3.25 MB Feb 18, 2013 CB 1.4.7-R1.0 182 download Mineload Mineload Web Interface 0.0.4 alphaDownload
Mineload Web Interface 0.0.2 alpha 236.73 KB Oct 18, 2012 CB 1.3.2-R2.0 261 download Mineload Mineload Web Interface 0.0.2 alphaDownload
Mineload 0.0.1 alpha 24.76 KB Oct 10, 2012 CB 1.3.2-R1.0 209 download Mineload Mineload 0.0.1 alphaDownload

Screenshots

Description

Share this:

What is Mineload?

Mineload is a plugin to view critical status data of a bukkit server. It generates XML which can be read by any computer or mobile device. It also comes with an optional web interface for viewing this data in an intuitive way and takes advantage of JSONAPI features.

Current Main features

  • View Playercount, Message Of the Day, Latency
  • Server Tickrate, time per tick, heartbeat.
  • Network traffic gauges
  • Live YML editor. No more uploading yaml configs for your plugins.
  • Realtime WebSocket console viewer
  • Player info (ban/kick/ip ban/ live graph of world with connected players (GEOIP)
  • World info table.
  • Plugin version table.
  • Server disk and network usage graphing.
  • Player inventory viewer and reverse chest lookups!

Installation Instructions Part 1 – The Plugin

Installation Instructions Part 2 – The Web Interface

The Web Interface

Mineload Web interface dashboard

Live text editing

Live text editor

Real-time Server Console

WebSocket server console

Installed plugins version table

Plugin table
View all your players inventories on one page… and view ALL their private chest contents.
Inventory and chest browser

The generated XML [I added comments]

<server>
<motd>A Minecraft Server</motd>
  <playercount>1</playercount>
  <maxplayers>20</maxplayers>
  <totalplayers>1</totalplayers><!-- Total players that your server has had log in -->
  <memoryused>134</memoryused>
  <maxmemory>989</maxmemory><!-- not to be confused with system memory usage -->
  <jvmversion>1.7.0_17</jvmversion>
  <osname>Mac OS X</osname>
  <osversion>10.8.3</osversion>
  <cwd>/Users/tim/b</cwd><!-- current working directory where its running -->
  <bukkitversion>1.5.2-R0.1</bukkitversion>
  <tps>20.0</tps>
  <!-- heartbeat will range from 0-1000 normally, higher values could be a problem -->
  <heartbeat ticktime="1000">926</heartbeat> 
  <!-- bytes transmitted on network card, can be buggy -->
  <tx>1468701304</tx>
  <rx>24162726483</rx>
  <!-- Time taken to generate response data (ms) -->
  <generated>1.0</generated>
</server>

GitHub Repository – MineloadPlugin

https://github.com/timatooth/MineloadPlugin

GitHub Repository – Mineload Web Interface

https://github.com/timatooth/Mineload

McStats

Comments

Add a comment