Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 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: Galleon
- plural: Galleons
- # number of decimal digits supported by currency value (0 for whole numbers only)
- digits: 0
- # Display account balances with individual denomination names
- named-denominations: false
- # value of individual denominations. default: emerald: 1, emerald block: 9
- denominations:
- - material: iron_ingot
- value: 1
- - material: gold_nugget
- value: 17
- - material: gold_ingot
- value: 29
- - displayname: 'Galleon'
- - lore: ['A shiny Galleon']
- # tax on /money pay transactions
- transactiontax:
- flat: 0.0
- rate: 0.0
- # balance to start an account with (purely virtual)
- startingbalance:
- player: 24
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement