-
Notifications
You must be signed in to change notification settings - Fork 76
/
config.yml
46 lines (37 loc) · 1.08 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# for details on configuration, see https://github.com/MinecraftWars/Gringotts/blob/master/doc/configuration.md
# supported languages: "custom" (default, english) and "de" (german)
language: custom
# currency name and value config
currency:
# currency name to use in messages
name:
singular: Emerald
plural: Emeralds
# number of decimal digits supported by currency value (0 for whole numbers only)
digits: 2
# Display account balances with individual denomination names
named-denominations: false
# value of individual denominations. default: emerald: 1, emerald block: 9
denominations:
- material: emerald
value: 1
- material: emerald_block
value: 9
# tax on /money pay transactions
transactiontax:
flat: 0.0
rate: 0.0
# balance to start an account with (purely virtual)
startingbalance:
player: 0
faction: 0
town: 0
nation: 0
# globally (dis)allow use of vault types
usevault:
container: true
enderchest: true
# whether money/balance commands show vault and inventory balance separately
balance:
show-vault: true
show-inventory: true