Difference between revisions of "XChest/Configuration"
From SupaHam
(Added some configuration values.) |
(No difference)
|
Revision as of 12:01, 29 September 2013
config.yml
Configuration | Value | Description |
---|---|---|
mysql.ip | String | MySQL ip address to connect to. |
mysql.port | String | MySQL port. |
mysql.user | String | MySQL username. |
mysql.pass | String | MySQL password. |
mysql.database | String | MySQL database. |
mysql.tables.items | String | MySQL Items table (stores item id, amount, damage and owner). |
mysql.tables.item-properties | String | MySQL Item Properties table (stores item properties such as, name, lore, enchantments, etc.). |
transfer-price | Integer | The amount of money to charge per transfer |
xchest-size | Integer | The size of the virtual chest (in rows) |
xchest-title | String | The virtual chest's title. Replaceable values: <player> - player |