Configuration
config.yml
| Option | Allowed Values | Default Value |
|---|---|---|
| EconomyEnabled | 'true' or 'false' | true |
| CosttoSetMailbox | Any number greater than or equal to 0 | 10 |
| FlatCostToSendMail | Any number greater than or equal to 0 | 1 |
| CostPerItemSent | Any number greater than or equal to 0 | 0.01 |
Notes: The costs to send mail are cumulative. With the default settings, sending an itemstack of 17 items would cost 1.17
database.properties
| Option | Allowed Values | Default Value |
|---|---|---|
| ConnectionType | 'SQLite' or 'MySQL' | SQLite |
| DatabaseName | Just about anything | ChestMail |
| Host | A valid host | 127.0.0.1 |
| Port | A valid port | 3306 |
| Username | A valid username | root |
| Password | Password corresponding to username | password |
Notes: For a SQLite connection only the ConnectionType and DatabaseName are required. For a MySQL connection, all parameters are required.
Comments