EliteRewards icon

EliteRewards -----

A very nice full customizable plugin for daily rewards.




We’ve just upgraded message customization and added full multilingual support!

Customizable Messages
  • All plugin messages are now editable via YAML

  • Easily change prompts, error messages, help texts, etc.

  • Supports small-caps unicode formatting and other fonts for stylish interface text

  • No more hardcoded text—complete control for server owners!
Multilanguage Support
EliteRewards now supports 4 languages out of the box:

  • English (messages_en.yml)

  • Italiano (messages_it.yml)

  • Español (messages_es.yml)

  • Français (messages_fr.yml)
How to Use:
  1. Set your preferred language in config.yml:
    Code (YAML):

    language
    : "es"
     
    • Edit the corresponding file (messages_[en,es,it,fr].yml) to tweak any messages
    • Run /eliterewards reload to apply changes instantly

      Minor Improvements
      • Added /rewards help

      • Changed plugin version to 0.2-BETA

      Thank you for supporting EliteRewards!

      NOTE:
      If you encounter any issues, please open an issue — I’ll do my best to resolve them quickly!
----------, Jul 5, 2025

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:

  1. icon-plugin

  2. icon-head

  3. 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:


    • Oraxen
    • MMOItems
    • Custom GUI animations
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!
----------, Jun 21, 2025

Resource Information
Author:
----------
Total Downloads: 154
First Release: Jun 21, 2025
Last Update: Jul 5, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings