Installation

NOTE: ChestBuilder requires ChestDataBase to function although you only need to install CDB, you don't need to use it unless you want to use the teleporters in this plugin.

To install ChestBuilder download ChestBuilder.jar and put it into your plugins directory, restart server.

ChestBuilder has no config.yml, so don't bother looking. You will, however, need to edit the config.yml for ChestDataBase if you wish to use the teleporters in this plugin.

You'll need to add this to the "tables.Players.chests" node of the CBD's config.yml (this may be different if you changed your ChestDataBase architecture around, you might need to get help from me if that's the case).

      Coords:
        fields:
          LastTeleporter:
            type: COORDINATE
            bits: 18
            slots: [0, 1, 2, 9, 10, 11, 18, 19, 20]
            default: null
          StartPoint:
            type: COORDINATE
            bits: 18
            slots: [3, 4, 5, 12, 13, 14, 21, 22, 23]
            default: null
          EndPoint:
            type: COORDINATE
            bits: 18
            slots: [6, 7, 8, 15, 16, 17, 24, 25, 26]
            default: null

Comments

Posts Quoted:
Reply
Clear All Quotes