-
Notifications
You must be signed in to change notification settings - Fork 12
Item Config
Arnah edited this page Apr 3, 2022
·
1 revision
- This is currently not true of Pet Selector.
EchoPet utilizes a singular standarized way to load items from configs to keep consistency.
- Name (
item.name
)- The name of the item.
- Lore (
item.lore
)- The lore of the item.
- Example:
lore: - '&6test' - '&6test on line 2'
- The lore of the item.
- Material (
item.material
)- The material of the item.
- Can find a list of materials on the spigot javadocs
- Texture (
item.texture
)- The texture for the
PLAYER_HEAD
material. Should be either Base64 encoded string, raw json, or a direct url totextures.minecraft.net
- Base64 Encoded String example:
eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWU5OWRlZWY5MTlkYjY2YWMyYmQyOGQ2MzAyNzU2Y2NkNTdjN2Y4YjEyYjlkY2E4ZjQxYzNlMGEwNGFjMWNjIn19fQ==
- Raw Json Example:
{"textures":{"SKIN":{"url":"http://textures.minecraft.net/texture/9e99deef919db66ac2bd28d6302756ccd57c7f8b12b9dca8f41c3e0a04ac1cc"}}}
- Direct Url Example:
- Base64 Encoded String example:
- The texture for the
Feel like you can make EchoPet better? Got something awesome to contribute? We're always looking for help! Feel free to place a fork in this repository and submit a pull request!
Discord
Got something to share? Or just want to talk? Come join us on Discord