Minecraft MineScore mod 2026 download
logo
minecraft mod MineScore

MineScore

Game Version: CB 1.2.5-R1.0
Total Downloads: 6,926
Updated: Apr 23, 2012
Created: Sep 6, 2011
Download MineScoreDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
v0.8.1 release 68.32 KB Apr 23, 2012 CB 1.2.5-R1.0 2,979 download MineScore v0.8.1 releaseDownload
v0.8 release 68.12 KB Apr 9, 2012 CB 1.2.5-R1.0 932 download MineScore v0.8 releaseDownload
v0.7 release 64.95 KB Dec 21, 2011 CB 1.0.1-R1 969 download MineScore v0.7 releaseDownload
v0.6 release 62.41 KB Dec 10, 2011 1.0.0 690 download MineScore v0.6 releaseDownload
v0.5 release 61.65 KB Oct 15, 2011 CB 1317 697 download MineScore v0.5 releaseDownload
v0.4 release 57.77 KB Sep 21, 2011 CB 1060 207 download MineScore v0.4 releaseDownload
v0.3 release 57.69 KB Sep 14, 2011 CB 1060 159 download MineScore v0.3 releaseDownload
v0.2 release 27.74 KB Sep 10, 2011 CB 1060 137 download MineScore v0.2 releaseDownload
v0.1 release 8.45 KB Sep 7, 2011 CB 1060 156 download MineScore v0.1 releaseDownload

Screenshots

Description

Share this:

http://i52.tinypic.com/2qno2mc.png

MineScore adds an online highscores feature to your server, with multiple leader boards and easy configuration.

Updated 23/04/2012 v0.8.1 – Bug fixes!

  • Visit our website to see a live demo of the score boards: http://www.minescore.com

NOTE: If starting a new database use this query and not the one provided, the one provided has 1 extra bracket in after NOT NULL and that basically breaks the whole thing, sorry! I'll fix it in the next release…

CREATE DATABASE highscores;
USE highscores;
CREATE TABLE pvphighscores (id SMALLINT
UNSIGNED NULL AUTO_INCREMENT PRIMARY KEY,
name VARCHAR( 30 ) CHARACTER SET latin1
COLLATE latin1_swedish_ci NOT NULL,
kills INT( 11 ) NOT NULL,
deaths INT( 11 ) NOT NULL,
rating INT( 11 ) NOT NULL,
honor INT( 11 ) NOT NULL,
current INT( 11 ) NOT NULL,
killstreak INT( 11 ) NOT NULL);
CREATE TABLE mobhighscores (id SMALLINT
UNSIGNED NULL AUTO_INCREMENT PRIMARY KEY,
name VARCHAR( 30 ) CHARACTER SET latin1
COLLATE latin1_swedish_ci NOT NULL,
kills INT( 11 ) NOT NULL,
deaths INT( 11 ) NOT NULL);
CREATE TABLE minehighscores (id SMALLINT
UNSIGNED NULL AUTO_INCREMENT PRIMARY KEY,
name VARCHAR( 30 ) CHARACTER SET latin1
COLLATE latin1_swedish_ci NOT NULL,
coal INT( 11 ) NOT NULL DEFAULT 0,
iron INT( 11 ) NOT NULL DEFAULT 0,
redstone INT( 11 ) NOT NULL DEFAULT 0,
lapis INT( 11 ) NOT NULL DEFAULT 0,
gold INT( 11 ) NOT NULL DEFAULT 0,
obby INT( 11 ) NOT NULL DEFAULT 0,
diamond INT( 11 ) NOT NULL DEFAULT 0);
CREATE TABLE farmhighscores (id SMALLINT
UNSIGNED NULL AUTO_INCREMENT PRIMARY KEY,
name VARCHAR( 30 ) CHARACTER SET latin1
COLLATE latin1_swedish_ci NOT NULL,
wheat INT( 11 ) NOT NULL DEFAULT 0,
melon INT( 11 ) NOT NULL DEFAULT 0,
pumpkin INT( 11 ) NOT NULL DEFAULT 0,
pwheat INT( 11 ) NOT NULL DEFAULT 0,
pmelon INT( 11 ) NOT NULL DEFAULT 0,
ppumpkin INT( 11 ) NOT NULL DEFAULT 0);
CREATE TABLE blocks (location VARCHAR( 1000 ) CHARACTER SET latin1
COLLATE latin1_swedish_ci NOT NULL);

Current Features:

  • Pvp Kills and deaths and Mob Kills and deaths are recorded and sent to a database.
  • A webpage displays a leader board depending on which one you have selected (out of Pvp and Mobs).
  • Their rank, name, kills, deaths and kill to death ratio are displayed on both leader boards.
  • Another leader board displaying mining info, telling you how many coal, iron, redstone, lapis, gold, obsidian and diamond you have ever mined and your total amount.
  • Top killer is highlighted red.
  • Attractive leader board layout
  • Leader board displays 10 results and automatically generates pages to display the others
  • Website can be configured with ease, including such choices as default leader board to be displayed and which leader boards you want to include.
  • In game commands /minescore(or ms) pvp/mob/mine . Each different one displays your own stats in the specified board.
  • Ready-made MySQL query included so you can create your database with ease.
  • Instructions on how to install and use the mod are included also.

Future Features:

  • Option to order leader board by best kill to death ratio, least deaths and alphabetically by name.
  • If enough people use this plugin I would like to set up a global website, which every plugin will connect to so you can see how you do against people all over the minecraft community.
  • More detailed stats, not just in pvp, 1.8 will open many doors I'm sure. These will be able to be turned off in config so you only display the scores YOU want.
  • A more aesthetically pleasing leader board look and layout.
  • Support for other plugins, for example Towny leader boards. Please Tell me what plugins you want support for.
  • Any suggestions?

Don't forget to post a comment saying you have it on your server, as if enough people use it I would like to set up a global website, so you can see how your players fare against all the other people using this plugin!
Please pose screen shots of your high scores so I can add them to the post! And of course report any bugs to me so I can fix then ASAP!
Thank you for using MineScore!

Comments

Add a comment