Update: Custom Icons Overhaul (v1.0.1-BETA+)
We're excited to introduce full support for
custom item icons in EliteRewards!
What’s New?
You can now define how each reward item appears in the GUI using:
✅ 1. Vanilla Items + CustomModelData
Use any standard Minecraft material with optional model data for resource packs.
Code (YAML):
icon
:
"DIAMOND"
model
: 123
2. Custom Heads (Base64)
Display unique textured heads by simply pasting a Base64 texture string.
Code (YAML):
icon-head
:
"base64:eyJ0ZXh0dXJlcyI6eyJ..."
️ 3. ItemsAdder Support
Seamlessly integrate ItemsAdder custom items with a simple ID.
Code (YAML):
icon-plugin
:
"itemsadder:epic_sword"
How It Works
Just fill
one of the icon fields in your config.yml. Leave unused fields as "" or remove them entirely.
The plugin automatically prioritizes:
- icon-plugin
- icon-head
- icon + model
This gives server owners
maximum flexibility to match your server’s branding and plugins.
Example Entry
Code (YAML):
1:
name
:
"&bDay 1"
icon
:
"GOLD_INGOT"
model
: 7
icon-head
:
""
icon-plugin
:
""
Or use a head:
Code (YAML):
2:
name
:
"&aDay 2"
icon
:
""
icon-head
:
"base64:eyJ0ZXh0dXJlcyI6eyJ..."
icon-plugin
:
""
This update lays the foundation for future support of:
Thank you for supporting EliteRewards
NOTE:
This feature is still undergoing improvements.
If you encounter any issues, please open an issue — I’ll do my best to resolve them quickly!