- Added multicrates
- Added command animation task
NEW MULTICRATES!
You can now create a Crate that contains multiple crates.
All subcrates are gonna use the same model.
It is known that Placedcrate animation won't work with this type of crate!
There was a new folder made for the multicrates
Example configuration:
display-name: "&fCaja de Halloween"
crates: # A list of crates that Multicrate contains
- "testcrate"
preview:
enabled: true
items:
test:
material: STONE
display-name: "{#000000>}Special Stone lol{#FFFFFF<}"
slot: 0
crate-testcrate: # Binded crate item (Left-click open, Right Click preview)
material: DIAMOND
display-name: "{#000000>}TestCrate{#FFFFFF<}"
slot: 2
- Added an if statement to check if there is any available reward (If not, it wont take the key)
- Added reward conditions
- Fixed MEG4 animations
NEW REWARD CONDITIONS
The permission setting won't work anymore! It requires a change in your configuration!
Example:
YAML:conditions: 1: type: permission permission: "your.permission" negate: true # Shoud be the condition negated?
- Fixed MEG4 support
- Dropped PlayerEmotes hook
- Added Player Skin bones support (For MEG4)
- Added 1.20.2 support
- Added a way to setup a custom animation per reward (Using that you can make rarity based model animations
)
