☀ Item Rarity Glow ☀ |Glow your Items (1.13-1.20) icon

☀ Item Rarity Glow ☀ |Glow your Items (1.13-1.20) -----

Glow your items matching names or materials +15 Colors!



ItemRarityGlow.png
ItemRarityGlow is a plugin that allows you to apply a glow to dropped items, it is useful if you want to identify items by rarity by applying them a glow color.

You can match items by name, material, lore, and NBTTags.
Also, there are up to 31 unique glow colors and effects to enjoy.

Features.png
Multiple glow colors
You can select between 31 different glow colors & effects for each item!
Code (Text):
    AQUA;
    BLACK;
    BLUE;
    DARK_AQUA;
    DARK_BLUE;
    DARK_GRAY;
    DARK_GREEN;
    DARK_PURPLE;
    DARK_RED;
    GOLD;
    GRAY;
    GREEN;
    RED;
    WHITE;
    YELLOW;
    FLASHY-AQUA;
    FLASHY-BLACK;
    FLASHY-BLUE;
    FLASHY-DARK_AQUA;
    FLASHY-DARK_BLUE;
    FLASHY-DARK_GRAY;
    FLASHY-DARK_GREEN;
    FLASHY-DARK_PURPLE;
    FLASHY-DARK_RED;
    FLASHY-GOLD;
    FLASHY-GRAY;
    FLASHY-GREEN;
    FLASHY-RED;
    FLASHY-WHITE;
    FLASHY-YELLOW;
    RAINBOW;
 

Multiple matching methods
With ItemRarityGlow, you can define glow rules by custom names, custom lore lines, NBTTags, and Minecraft materials.
This will ensure that no item escapes your possibilites and you won't have any issues with item overriding.
Plugin compatibility
ItemRarityGlow is compatible with almost any custom items plugin like MMOItems because of the NBTTags support.​

Lag friendly
ItemRarityGlow will not affect in any way to the server perfomance as it does not run repeating tasks and does not affect in any way to the main server thread.
Honestly, your server would not even notice that this plugin is installed.

Commands.png
/irg reload (irg.admin)
It reload the glow rules, the changes are applied in the game if you drop the item again.
/irg addGlowRule <config-name> <glow-color> ( irg.admin )
It adds a new glow rule in the config with the item you are holding.
<config-name>: The name for the glow rule in the config file.
<glow-color>: The glow color, it must be a valid one. (See Color list above)
/irg toggle (irg.admin)
Toggles on/off the glowing for all items, it does not remove the glowing for the already dropped items.

Dependencies.png
Soft depends: [item-nbt-api] [MythicLib] (If you don't wanna use nbt tags to glow items you don't have to install them)
Media.png
[​IMG]
[​IMG]
Plugin review made by Ajneb97 (Spanish):

Plugin review made by TimeCode (German):
Code (YAML):
Colors:
  1
:
    identifier
: White
    weight
: 1
    color
: "WHITE"
    type
: STATIC #FLASHY - STATIC - RAINBOW
  2
:
    identifier
: Aqua
    weight
: 2
    color
: "AQUA"
    type
: STATIC
  3
:
    identifier
: Black
    weight
: 3
    color
: "BLACK"
    type
: STATIC
  4
:
    identifier
: Blue
    weight
: 4
    color
: "BLUE"
    type
: STATIC
  5
:
    identifier
: DarkAqua
    weight
: 5
    color
: "DARK_AQUA"
    type
: STATIC
  6
:
    identifier
: DarkBlue
    weight
: 6
    color
: "DARK_BLUE"
    type
: STATIC
  7
:
    identifier
: DarkGray
    weight
: 7
    color
: "DARK_GRAY"
    type
: STATIC
  8
:
    identifier
: DarkGreen
    weight
: 8
    color
: "DARK_GREEN"
    type
: STATIC
  9
:
    identifier
: DarkPurple
    weight
: 9
    color
: "DARK_PURPLE"
    type
: STATIC
  10
:
    identifier
: DarkRed
    weight
: 10
    color
: "DARK_RED"
    type
: STATIC
  11
:
    identifier
: Gold
    weight
: 11
    color
: "GOLD"
    type
: STATIC
  12
:
    identifier
: Gray
    weight
: 12
    color
: "DARK_GRAY"
    type
: STATIC
  13
:
    identifier
: Green
    weight
: 13
    color
: "DARK_GREEN"
    type
: STATIC
  14
:
    identifier
: Red
    weight
: 14
    color
: "RED"
    type
: STATIC
  15
:
    identifier
: Yellow
    weight
: 15
    color
: "YELLOW"
    type
: STATIC
  16
:
    identifier
: FlashyWhite
    weight
: 16
    color
: "WHITE"
    type
: FLASHY
  17
:
    identifier
: FlashyAqua
    weight
: 17
    color
: "AQUA"
    type
: FLASHY
  18
:
    identifier
: FlashyBlack
    weight
: 18
    color
: "BLACK"
    type
: FLASHY
  19
:
    identifier
: FlashyBlue
    weight
: 19
    color
: "BLUE"
    type
: FLASHY
  20
:
    identifier
: FlashyDarkAqua
    weight
: 20
    color
: "DARK_AQUA"
    type
: FLASHY
  21
:
    identifier
: FlashyDarkBlue
    weight
: 21
    color
: "DARK_BLUE"
    type
: FLASHY
  22
:
    identifier
: FlashyDarkGray
    weight
: 22
    color
: "DARK_GRAY"
    type
: FLASHY
  23
:
    identifier
: FlashyDarkGreen
    weight
: 23
    color
: "DARK_GREEN"
    type
: FLASHY
  24
:
    identifier
: FlashyDarkPurple
    weight
: 24
    color
: "DARK_PURPLE"
    type
: FLASHY
  25
:
    identifier
: FlashyDarkRed
    weight
: 25
    color
: "DARK_RED"
    type
: FLASHY
  26
:
    identifier
: FlashyGold
    weight
: 26
    color
: "GOLD"
    type
: FLASHY
  27
:
    identifier
: FlashyGray
    weight
: 27
    color
: "GRAY"
    type
: FLASHY
  28
:
    identifier
: FlashyGreen
    weight
: 28
    color
: "GREEN"
    type
: FLASHY
  29
:
    identifier
: FlashyRed
    weight
: 29
    color
: "RED"
    type
: FLASHY
  30
:
    identifier
: FlashyYellow
    weight
: 31
    color
: "YELLOW"
    type
: FLASHY
  31
:
    identifier
: Rainbow
    weight
: 32
    color
: "WHITE"
    type
: RAINBOW
Code (Text):
[/LEFT]
    AQUA;
    BLACK;
    BLUE;
    DARK_AQUA;
    DARK_BLUE;
    DARK_GRAY;
    DARK_GREEN;
    DARK_PURPLE;
    DARK_RED;
    GOLD;
    GRAY;
    GREEN;
    RED;
    WHITE;
    YELLOW;
    FLASHY-AQUA;
    FLASHY-BLACK;
    FLASHY-BLUE;
    FLASHY-DARK_AQUA;
    FLASHY-DARK_BLUE;
    FLASHY-DARK_GRAY;
    FLASHY-DARK_GREEN;
    FLASHY-DARK_PURPLE;
    FLASHY-DARK_RED;
    FLASHY-GOLD;
    FLASHY-GRAY;
    FLASHY-GREEN;
    FLASHY-RED;
    FLASHY-WHITE;
    FLASHY-YELLOW;
    RAINBOW;
[LEFT]
Code (YAML):
Debug : false
Effects
:
  Rainbow
:
    colors
: "Red-Gold-Green-Aqua"
    interval
: 10 #Ticks
  Flashy
:
    interval
: 10
Items
:
  White
:
    list
:
     - 'DEFAULT' #Default color for all items.
  Red
:
    list
:
     - 'REDSTONE'

Please join my Discord server to report bugs and get support.

discord-button.png

[​IMG]
[​IMG]
Resource Information
Author:
----------
Total Downloads: 6,260
First Release: Feb 13, 2022
Last Update: Oct 18, 2024
Category: ---------------
All-Time Rating:
20 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings