Added additonal optional bag lore.
Example:
Code (YAML):
bag-lore
:
- 'Line 1'
- 'Line 2'
- 'and so on'
Fixed an issue causing malformed commands to throw errors in the console.
Both of the changes above will auto generate their required variables in lang.yml
Code (YAML):
# Message sent if the command is missing some args.
# Some commands have their own messages.
malformed-command
: '&cUnknown command, are you missing some parameters?'
# Bag lore, always at the top before 'bound-to'.
bag-lore
:
- '&fA well crafted bag, suited for carrying stuff.'