This release fixes two missing translations and adds support for written_book meta.
- Removed locale string command.add
- Added locale string parameter.add
- Added locale string parameter.amount
- Updated locale version to 13
- Added some configuration type checks for parsing currency items
- Added support for generation, title, author and pages meta if currency item is of item: minecraft:written_book
generation should be one of the following: 'COPY_OF_COPY', 'COPY_OF_ORIGINAL', 'ORIGINAL', or 'TATTERED'.
title is a string where spaces are replaced with _.
author is a string.
pages is a list of strings.
For example:
Code (Text):
currency:
written_book:
item: minecraft:written_book
name: '&5Book of Stone'
lore:
- '&r&fThis book is the standard base currency'
- '&r&9Earn more books from quests or trading!'
generation: 'TATTERED'
title: '&5Book_of_Stone'
author: 'SpawnChunk'
pages:
- '&r&0This book is the standard base currency'
- '&r&9Earn more books from quests or trading!'
unbreakable: true
flags:
- HIDE_ATTRIBUTES
- HIDE_DESTROYS
- HIDE_ENCHANTS
- HIDE_PLACED_ON
- HIDE_POTION_EFFECTS
- HIDE_UNBREAKABLE
value: 1.0
This version will update your en_us.json locale file. Please make the appropriate changes to any customized locale files by adding the following...
"parameter.amount": "amount",
"parameter.all": "all"