Minecraft RedDataBase mod 2026 download
logo
minecraft mod RedDataBase

RedDataBase

Game Version: 1.6.4
Total Downloads: 619
Updated: Aug 12, 2013
Created: Aug 9, 2013
Download RedDataBaseDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
RedDataBase_v1.0 release 57.96 KB Aug 12, 2013 1.6.4 619 download RedDataBase RedDataBase_v1.0 releaseDownload

Description

Share this:

RedDataBase

Languages

  • English
  • German/Deutsch

What is this plugin

RedDataBase is a plugin which can't do anything ingame. It will only give you the chance to implement a DataBase easier. It has only one DataBase-file in his own directory. Therefor it is easier to backup your DataBase. To learn how you use it please read the following text.

Usage

How to create your Tables

Everything is also explaned in examples.

  1. Make a new objekt of the RedDataBase.class in RedDataBase.RedDataBase.class.
  2. Make as many objekts from Table.class in RedDataBase.Table.class as your plugin need.
  3. Configure your Table-objekts with addcolumn(name of the column,which type of data you want to have in it).
  • The type of data can you configure with DataValue.class in RedDataBase.DataValue.class as you can see in the examples

How to insert data

  1. To insert data in your table you have to create a new Objekt of the Entry.class in RedDataBase.Entry.class.
  2. Configure the Entry by using the add<datatype>(name of column, data to put in) methods.
    (Make sure that all columns from the table are included by the Entry and in the right type)
  3. To insert your Entry in your table you use the add(table to insert in, entry which has to be inserted) from the RedDataBase.class.

How to read data

  1. Call the method get(table to get from) in the RedDataBase.class to get an ArrayList with all Entrys in your table.
  2. Get every Entry and get the data you want with the get<datatype>(name of column) from the Entrys.

How to drop your tables

There are two methods to drop your tables in RedDataBase.class:

  1. dropDB(table to drop) to drop your table and recreate it.
  2. onlyDropDB(table to drop) to drop your table. Note this won't recreate your table.

Appendix

I can release this plugin with authorization from the administration of Redstoneworld.
Redstoneworld
And please give me some feedback.

Comments

Add a comment