Mineuniverse
Log in Register
Plugins

ChestDataBase

In game data base system using chest arrays
by _ForgeUser8662071
Download Claim this project
3,715 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Admin Tools Developer Tools Economy

ChestDataBase

ChestDataBase is an in game implementation of an SQL database using chest arrays to store data. Out of the box this mod also works as a simple economy (able to store money for each player that logs in (default 50 starting cash, but can be set). Devs can include the ChestDataBase objects to edit default tables and create new tables. Within plugins, tables can be created on the fly and will store persistent data without the need for an external database. Queries can be made by ops with in game commands. This is meant to be used by other mods to build persistent data that will go with your world from server to server without worrying about copying databases over.

Additionally this has some extra methods for managing chest inventory slots and item stacks that you might find useful. In truth, it was shear novelty that drove me to build this, but it ended up working pretty well, enjoy :) I will be updating this as needed.

Meant to be used with WorldGuard/WorldEdit, but is not required. Since the database is represented by actual physical objects in game that can be edited under certain circumstances, WorldGuard (or another region protection mod) is highly recommended.

By default this mod registers 1 table called Players with an origin of 0, 0 ,0 and iterates indexes at x+3 for each table row and z+2 for each column. Players comes stock with the following fields:

Name (key) - String: 96bits (6 item slots)

Money - integer: 30bits (5 items slots)

Bits - bit array: 6bits (1 item slot)

Using ChestDataBase

http:dev.bukkit.org/server-mods/chestdatabase/pages/using-chest-data-base/

Commands

http:dev.bukkit.org/server-mods/chestdatabase/pages/commands/

Default Config File

http:dev.bukkit.org/server-mods/chestdatabase/pages/default-configuration/

Please post up questions on how to use this if interested, I am unsure of what all to put into the help here.

NOTE The upcoming Book update for minecraft will probably drastically change the way this mod works.

Plugins Using ChestDataBase

ChestBuilder Adds build-able structures that do a variety of things including teleporters and firework launchers.

ChestDataBase-0.4-R1a-20120715
MC CB 1.2.5-R4.0
Release 2012-07-15 Get
ChestDataBase-0.3-R1a-20120430
MC CB 1.2.5-R1.2
Beta 2012-05-14 Get
ChestDataBase-0.2-R1a-20120430
MC CB 1.2.5-R1.2
Beta 2012-05-01 Get
ChestDataBase-0.1-R1a-20120428
MC CB 1.2.5-R1.2
Alpha 2012-04-29 Get
ChestDataBase-0.0-R1a-20120427
MC CB 1.2.5-R1.2
Alpha 2012-04-28 Get
ChestDataBase-0.0-R1b-20120427
MC CB 1.2.5-R1.2
Alpha 2012-04-28 Get

More from _ForgeUser8662071

AntiPort
2,563
Grieper
1,597

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