Configs Meaning

RoyaleBanks/
β”œβ”€β”€ data
β”œβ”€β”€ logs
β”œβ”€β”€ menus/
β”‚   └── personal/
β”‚       β”œβ”€β”€ upgrades-menus/
β”‚       β”‚   β”œβ”€β”€ default.yml
β”‚       β”‚   └── [currencyId].yml
β”‚       β”œβ”€β”€ deposit-bank-menu.yml
β”‚       β”œβ”€β”€ main-bank-menu.yml
β”‚       └── withdraw-bank-menu.yml
β”œβ”€β”€ upgrades/
β”‚   β”œβ”€β”€ default.yml
β”‚   └── [currencyId].yml
β”œβ”€β”€ commands.yml
β”œβ”€β”€ config.yml
└── messages.yml

data folder

The data folder contains files related to database storage, that are not configurable. It should usually not be touched unless for debug purposes.

logs

Self explanatory

Files related to configuring the menus of the personal banks.

circle-info

The file names inside this folder should represent currencies. default is the name of the Vault currency, so it should always be present.

For information regarding the content of the actual files, check Upgrades Menu.

upgrades

circle-info

The file names inside this folder should represent currencies. default is the name of the Vault currency, so it should always be present.

For information regarding the content of the actual files, check Upgrades.

commands.yml

You can personalize some of the commands here. Read more in Customization.

config.yml

General purpose configurations, like database connection, interest usage, and so on.

messages.yml

A centralized place for messages used across the plugin. (That doesn't mean that all messages of the plugin are in this file, but most)

Last updated