Mineuniverse
Log in Register
Plugins

MineCore

Plugin used for storing player data and other data
by TheNumenorean
Download Claim this project
1,478 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Developer Tools

This plugin is primarily used for TheNumenorean's plugins to store player data in a single unified file and to manage economy and permissions. This is not a replacement for Vault; It in fact uses it, or defaults to using an item as currency. This plugin does NOT do anything in and of itself. There are no permissions, commands, or effects on the environment.

The only plugins that use this up to this point are MinePlot and MinePermit

Notices

This plugin uses Metrics to record data about the plugin's use. All this does is record simple anonymous data about how the plugin is used, including server specs like architecture, number of cores, OS, general location (country), java version, game version, and players online. All the recorded data can be retrieved at http:mcstats.org/plugin/MineCore. If you would like to opt-out, change the property in the configuration file "allowDataCollection" to false and restart the server. This will not impact the plugin's execution in any way. By using this plugin, you are agreeing to the collection of data about your server as defined on this page. This page will only reflect the latest release version, and doesn't reflect versions available on Github or elsewhere.

This plugin does not auto-update or check for updates.

Installation

Download the latest version and copy it into your plugins directory. Run Bukkit and it will automatically generate a configuration file, which can be found under /plugins/minecore/config.yml . See below for Configuration options.

If you would like to use Vault as your economy, install it and then go to /plugins/minecore/config.yml and set "useVaultEcon" to true.

I HIGHLY recommend that you delete /plugins/minecore when updating to V 1.0.1, as i have not updated it in a while and things may have changed.

Configuration

The Configuration can be found at /plugins/minecore/config.yml . There are two connected values, useVaultEcon and currency_item. If you have Vault installed and want to use it, set useVaultEcon to true. If you don't want to use it, set currency_item to the name of what material you want to use as your currency.

The value "allowDataCollection" allows you to enable or disable Metrics, and is by default set to true.

That is all the configuration for this plugin.

API

Javadocs are included in the jar.

There are two standard ways to use this.

First, get MineCore.

MineCore mc = ((MineCore)getServer().getPluginManager().getPlugin("MineCore"));

Then, either get the EconomyManager and do some sort of transaction (see JavaDocs)

EconomyManager em = mc.getEconomyManager();

em.charge(player, cost);
//or
em.give(player, amt);

or get a player's Miner and store data in it, which will be automatically saved and loaded.

Miner m = mc.getMiner("player");
m.getValue("path");

The javadocs will show everything you can do with this.

MineCore V 1.0.2
MC CB 1.7.2-R0.2
Release 2014-01-12 Get
MineCore V 1.0.1
MC CB 1.7.2-R0.2
Release 2014-01-10 Get

More from TheNumenorean

MapLoader
9,890
MinePermit
9,617
WheatHeal
6,054
Reinforced Stone Recipe Adder
5,331

You Might Also Like

WorldGuard Custom Flags
WorldGuard Custom Flags
97,851
HoloAPI
Advanced and powerful holographic displays
93,959
Minequery
Minequery
91,099
SQLibrary
SQLibrary aims to streamline driver wrappers in Java for every database engine
85,675
WolfyUtilities
Utils and APIs: Config, Language and Inventory API, Protection Utils: WorldGuard, LWC, PlotSquared
84,728
DisguiseTester
Experiment with disguises!
9,677