Gems Stone
A feature created for powering up item
Options: in config.yml
Locked Slot:
Empty Slot
Filled Slot
Drill
Gem Breaker
Gem:
Gem Id:
can be anything example: strength_gem, critical_gem, health_gem,...
type:
data
1.8-1.13: item data 1.14-1.17: custom model data Example: 1,2,3,...
display
name of item example: &aExample Gem,...
Class
class of gem (ADD or PERCENT) ADD: add a flat value to item on successful apply (example: 10+10 = 20) PERCENT: add a percent value to item on successful apply (example: 10+10% = 11) * percent value based on item stats
stat
chance Genarate on getting range: <min>~<max> example: 30~40, 50~90,...
lore
lore of item Example: - '&7Another powerful gem!'
Cost:
amount of money to buy it in /forge gem Example: 2000, 4999
Buy:
can it be bought in /forge gem, if false cost is useless. Example: true, false
Last updated