SHOW:
|
|
- or go back to the newest paste.
1 | - | pluginPrefix: "&8&l▎ &bY&6Auctions &8&l▎ &7" |
1 | + | # Type Available : sqlite or yml |
2 | - | locales: EN |
2 | + | |
3 | database: | |
4 | - | auctions: |
4 | + | type: 'sqlite' |
5 | - | # how many percent should tax be |
5 | + | hostname: 'unknown' |
6 | - | # tax is cut from sell price that |
6 | + | port: '3306' |
7 | - | # player will get from selling item |
7 | + | database: 'database' |
8 | - | tax: 3 |
8 | + | user: 'user' |
9 | - | # how much cost player need to pay to sell item |
9 | + | password: 'password' |