You can now specify the amount of power you get from Artifacts!
What are artifacts?
Artifacts are items that:
- You don't have in your hand
- You don't have in your offhand
- You aren't wearing
So basically inventory items!
You can make it so they give small boosts to the player's power.
In item.yml:
Code (YAML):
# Self-explanatory
Item:
diamond_sword
: 10
diamond_axe
: 10
# Items that are custom (Fill in their literal name, but without color codes)
CustomItem:
Doimand Swerd
: 51
The Ultimate Weapon
: 22
# Inventory items that you want to have give small boosts
Artifact:
diamond_sword
: 0.1
# Inventory items, but custom. Literal name, once again, without color codes.
CustomArtifact:
The Ultimate Weapon
: 39