Minecraft ChestDataBase mod 2026 download
logo
minecraft mod ChestDataBase

ChestDataBase

Game Version: CB 1.2.5-R4.0
Total Downloads: 2,408
Updated: Jul 15, 2012
Created: Apr 27, 2012
Download ChestDataBaseDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
ChestDataBase-0.4-R1a-20120715 release 26.23 KB Jul 15, 2012 CB 1.2.5-R4.0 827 download ChestDataBase ChestDataBase-0.4-R1a-20120715 releaseDownload
ChestDataBase-0.3-R1a-20120430 beta 24.87 KB May 14, 2012 CB 1.2.5-R1.2 518 download ChestDataBase ChestDataBase-0.3-R1a-20120430 betaDownload
ChestDataBase-0.2-R1a-20120430 beta 24.89 KB May 1, 2012 CB 1.2.5-R1.2 350 download ChestDataBase ChestDataBase-0.2-R1a-20120430 betaDownload
ChestDataBase-0.1-R1a-20120428 alpha 22.46 KB Apr 29, 2012 CB 1.2.5-R1.2 284 download ChestDataBase ChestDataBase-0.1-R1a-20120428 alphaDownload
ChestDataBase-0.0-R1b-20120427 alpha 21.51 KB Apr 28, 2012 CB 1.2.5-R1.2 310 download ChestDataBase ChestDataBase-0.0-R1b-20120427 alphaDownload
ChestDataBase-0.0-R1a-20120427 alpha 21.33 KB Apr 28, 2012 CB 1.2.5-R1.2 119 download ChestDataBase ChestDataBase-0.0-R1a-20120427 alphaDownload

Screenshots

Description

Share this:

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.

Comments

Add a comment