forked from MinecraftWars/Gringotts
-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
config.yml
73 lines (61 loc) · 2.07 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# for details on configuration, see https://github.com/MinecraftWars/Gringotts/blob/master/doc/configuration.md
# supported languages: "custom" (default, english), "de" (german), "fr" (french), and "pt-BR" (brazilian portuguese).
language: custom
# regex that create a vault if matches with a sign
# subpattern 1 denotes the type of the vault.
vault_pattern: '[^\[]*\[(\w*) ?vault\]'
# If this is set to true, when the user receives an amount of money
# exceeding the inventory capacity, drop items that didn't fit.
drop-overflowing-item: false
# 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
# unit-name: Emeralde
# unit-name-plural: Emeraldes
# displayname: Emeralde
# damage: 10
# custom_model_data: 1
# lore:
# - line1
# - line2
- material: emerald_block
value: 9
# unit-name: Emeralde
# unit-name-plural: Emeraldes
# displayname: Emeralde
# damage: 10
# custom_model_data: 1
# lore:
# - line1
# - line2
# to check CustomModelData and Material data only during validation
custommodeldata-only: false
# tax on /money pay transactions
transactiontax:
flat: 0.0
rate: 0.0
# balance to start an account with (purely virtual)
startingbalance:
player: 0
# globally (dis)allow use of vault types
usevault:
container: true
enderchest: true
# if true, denomination items located in shulker boxes, in the above enabled inventories, will be included to the denomination finding process
include-shulker-boxes: true
# whether money/balance commands show vault and inventory balance separately
balance:
show-vault: true
show-inventory: true
show-enderchest: true