Config & Modifications
NDailyRewards provides a range of configuration files for you to use. This section will detail the configuration files that NDailyRewards have.
Configuration Files
config.yml
lang.yml
Config modifications
You can use some new features in the config file, like HEX colors, custom model data, and more.
HEX Colors
In addition to the standard colors defined using the &
symbols, more detailed colors can be utilized through HEX coding. You can employ the following format within any text: #ffffff - representing the color white.
You can use this website to pick HEX colors.
Gradient
To apply a gradient effect, you can use this simple format:
<#00FF00>Text with gradient</#FFFF00>
You can use alternative method to create gradient text by using this website.
Custom Model Data
You can use custom model data in the GUI configuration. This feature allows you to use custom textures for items in the GUI. To use this feature, you need to change material
field.
Custom player head textures
You can use custom head textures in the GUI configuration. This feature allows you to set custom head for items in the GUI. To use this feature, you need to change material
field. Plugin have some other types of custom player heads:
- URL - Link to head texture
- UUID - UUID of player
- BASE64 - Base64 texture string
Custom GUI Buttons
You can use custom GUI buttons in the GUI configuration and add actions to it as in rewards. To use this feature, you need to change custom
field.
In material field you can use all modifications that was written above.