DtlTraders/config

From Citizens Wiki

This page contains the default configuration file and a brief description of available options.

Note: Any other config nodes appearing in the config are at this moment not used.

Default config (v2.0) - (1.9.4+ compatible)

#locale settings locale: file: english.loc basedir:

#wand settings wands: manage: 280 settings: 386

#trader settings trader:

#trader patterns settings patterns: file: 'patterns.yml' default:

#inventory "navigation" inventory-navigation: sell-tab: '35:5' buy-tab: '35:3' manage-price: '35:15' manage-buy-limit: '35:12' manage-global-limit: '35:11' manage-player-limit: '35:12' return: 35 amounts-return: '35:14'

#banker settings bank:

#account defaults max-tabs: 9 tab-size: 3

#economy defaults withdraw-fee: 0.0 deposit-fee: 0.0

#tab prices tab-prices: tab2: 100.0 tab3: 200.0 tab4: 500.0 tab5: 1000.0 tab6: 2000.0 tab7: 5000.0 tab8: 10000.0 tab9: 50000.0

#backend settings player-accounts: file: player_accounts.yml basedir: guild-accounts: file: guild_accounts.yml basedir:

#default money banker settigns money-bank: exchange-item: 388 item-value: 10.0

#logger settings logging: basedir:

This section is going to be changed for the v2.0 release

Locale

locale: file: english.loc - Name of the language file. basedir:   - Path to the language file.
Note: Bankers and traders use the same locale settings.

Wand

wands: manage: 280 - ID of the item used to toggle the manager-mode. Default: Stick. settings: 386 - ID of the item used to toggle the display mode of the bank-type traders. Default: Book and Quill.

Trader

trader: patterns: file: 'patterns.yml' - the file name used to store patterns default: - default pattern applied to each server trader automatically inventory-navigation: sell-tab: '35:5' - ID of the item used to switch to the sell tab. Default: Lime Wool. buy-tab: '35:3' - ID of the item used to switch to the buy tab. Default: Light Blue Wool. manage-price: '35:15' - ID of the item used to enter the price edit mode. Default: Black Wool. manage-buy-limit: '35:12' - ID of the item used to enter the limit edit mode. Default: Brown Wool. manage-global-limit: '35:11' - ID of the item used to enter the global limit edit mode. Default: Blue Wool. manage-player-limit: '35:12' - ID of the item used to enter the player limit edit mode. Default: Brown Wool. return: 35 - ID of the item used to return to the trader's main window. Default: White Wool. amounts-return: '35:14' - ID of the item used to return to the trader's main window from the amount selection menu. Default: Red Wool.

Banker

bank: max-tabs: 9 - Maximum number of tabs the user will be able to use. Default: 9. tab-size: 3 - Maximum number of rows in each tab. Default: 3. Note: As each row contains 9 cells, the final storage space will contain (tab-size)*9 items. Maximum of 5 rows can be used. withdraw-fee: 0.0 - The cost of taking items out of the bank. Default: 0. deposit-fee: 0.0 - The cost of putting items into the bank. Default: 0. tab-prices: - This section allows you to set the cost of unlocking each tab. tab1: 0.0 Note: Setting this value higher than 0 will force the player to have at least this much money before beeing able to use the banker. tab2: 100.0 tab3: 200.0 tab4: 500.0 tab5: 1000.0 tab6: 2000.0 tab7: 5000.0 tab8: 10000.0 tab9: 50000.0

Backend

player-accounts: file: player_accounts.yml - Name of the file containing player account information. basedir:   - Path the file containing player account information. guild-accounts: file: guild_accounts.yml - Name of the file containing guild account information. basedir:   - Path to the file containing guild account information.

Money Bank

money-bank: exchange-item: 388 - ID of the item used as a currency. Default: Emerald. item-value: 10.0 - The currency's value. Default: 10.

Logging

logging: basedir:   - Path to the log file. /span>

Navigation

DtlTraders
Usage Managing | Trading | Banking
Configuration Configuration | Commands | Permissions | Locale
Types Traders | Bankers