ITEM SAVE METHOD:
- Added a GUI where you select a save method for custom items: By NBT or By Item ID.
- By NBT saves the entire item NBT data to the config file with a compatibility for newer MC versions and possible NBT changes. However, it does not reflect any changes made in its original plugin's configuration.
- By Item ID saves the unique item ID from its original plugin and always reflects all changes made in its original plugin's configuration. However, it does not save any changes made out of said item configuration file.
- This GUI will appear on: crate item change, key item change, reward creation, adding item(s) to Item Reward.
ADDED:
- Missing lang entries for editor GUI titles.
- Command flag '-sf' to disable command feedback to the command sender.
IMPORTANT:
- Requires nightcore v2.7.5.2
ADDED:
- Ascending/descending options for reward sorting in the editor.
- Missing lang entries for some placeholder's output.
- Config setting to define time format type for crate cooldown placeholder.
- PlaceholderAPI placeholder: '%excellentcrates_openings_raw_[crate]%'.
FIXED:
- False item errors on plugin loading.
- Bugs in item handling.
ADDED:
- Setting 'ItemStackable' for crates and keys. Controls whether crate/key item is stackable.
FIXED:
- A bug, where command reward don't inherit item's lore on creation.
- A bug, where Adventure gamemode triggers crate preview together with crate opening on certain blocks.
- A bug, where plugin takes first suitable crate key from player's inventory instead of ones from player's hand.
- A bug, where virtual crate keys can't be refunded on plugin/server reload in some cases due to incorrect key detection on crate opening.
- A bug, where holographic item in 'simple_roll' animation can fly away because of the Hologram Offset setting.