- Finally fixed plugin always generate new custom model data for textures that already registered custom model data for them.
- Added %display% and %amount% built-in placeholder. You can use them in commands, announcements, price placeholder and so on!
- Added new placeholder option format: placeholders.<Use Times>.
Code (YAML):
placeholders:
1
:
"First Spin Display"
2
:
"You have spined 1 time, the second time?"
3
:
"Good luck!"
- Now replace item can use hook plugin item.
Code (YAML):
replace:
hook-plugin
: Oraxen
hook-item
: test
amount
: 1
- Now display, lore, cmd option also support modify hook plugin item, like:
Code (YAML):
rewards:
1:
hook-plugin
: ItemsAdder
hook-item
: 'cosmetics:icr_cream'
display
: '&
#8b5cf6Ice Cream'
lore
:
- '&f'
- '&fBackpack Cosmetics'
commands
:
- 'lp user
%player_name% permission set cosmetics.ice_cream'
give-item
: false
amount
: 1
rates:
default
: 1
vip
: 5
rates-conditions:
vip:
- 'permission
: group.vip'