Bumped version to 1.1.
Rewrite of config loading to support automatic missing field writing, reloading. Economy item Material is now provided by Config. Ender Chest support can now be disabled, `getInventory` (renamed to `getInventoryList`, the old method now returns an instance of Inventory) now returns an empty Inventory instance if Ender Chest is disabled.
This commit is contained in:
parent
3d5acde9f8
commit
f04001176a
6 changed files with 123 additions and 35 deletions
|
|
@ -1,6 +1,11 @@
|
|||
name: ItemEconomy
|
||||
main: io.github.adrianvic.itemeconomy.Main
|
||||
version: 1.0
|
||||
version: 1.1
|
||||
depend:
|
||||
- Vault
|
||||
api-version: '1.21'
|
||||
commands:
|
||||
itecoreload:
|
||||
description: Reloads the config for ItemEconomy
|
||||
usage: /itecoreload
|
||||
permission: iteco.reload
|
||||
Loading…
Add table
Add a link
Reference in a new issue