Plugin Configuration

Plugin Configuration

Blacklist

The blacklist is a list of items that are not allowed or are limited in quantity when stored in a player's account. Set an item's amount to 0 to make it non-depositable.

Check For Update

The check for update option uses a boolean, true or false, to determine whether to check for the latest version of the plugin.

Enable Vault

This option uses a boolean, true or false, to determine whether to use Vault for monetary support.

Full - Every world and dimension will have it's own set of accounts (i.e. world1, world1_nether, world1_the_end will have separate accounts).

Partial - Every world and it's dimensions will have their own set of accounts (i.e. world1, world1_nether, world1_the_end will have the same account).

None - One account across the whole server.

Language (Lang)

Which language the plugin is supposed to use. See more here.

Multi-World

This option is used when admins wants players to have per world and/or per dimension accounts.

MySQL

Enable MySQL

This option uses a boolean, true or false, to determine whether to use a database for storing player accounts.

Database

The name of the database that the plugin is supposed to check.

Host

The IP of the database server.

Port

The port used by the database server.

Pass (Password)

The password used to access the database server.

User

The username used to access the database server.

Transaction Cost

This option is used to calculate how much the use of the Deposit and Withdraw commands are. The value has to be greater than 0, and can be a decimal (i.e. 2.5). This value is ignored if Vault is not on the server and/or Enable Vault is set to false.

Page Limit

How many pages of items players can have per account. If left at 0 then the players will have an infinite amount of pages.

Config Example

blacklist:
    bedrock:
        '0': 0
    diamond:
        '0': 64

pageLimit: 0

updateCheck: true

enableVault: false

transactionCost: 5

lang: en

multiWorld: none

mysql:
    enable: false
    host: 127.0.0.1
    database: database
    port: 3306
    user: user
    pass: password

Comments

Posts Quoted:
Reply
Clear All Quotes