From 97193d83416511fb8b66fdffb5e85cb7ca695139 Mon Sep 17 00:00:00 2001 From: Taner <11832079-Tanerx@users.noreply.gitlab.com> Date: Thu, 16 Mar 2023 21:50:28 +0000 Subject: [PATCH] Update item-tiers.yml. Fix supported color url and add working color list. --- MMOItems-Dist/src/main/resources/default/item-tiers.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MMOItems-Dist/src/main/resources/default/item-tiers.yml b/MMOItems-Dist/src/main/resources/default/item-tiers.yml index 096b35ba..14666b9f 100644 --- a/MMOItems-Dist/src/main/resources/default/item-tiers.yml +++ b/MMOItems-Dist/src/main/resources/default/item-tiers.yml @@ -47,8 +47,9 @@ UNCOMMON: # an item hint (looks like a hologram). hint: true - # Item glow color. List (line 400+): - # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Color.html + # Item glow color. + # https://htmlcolorcodes.com/bukkit-color-codes/ + # BLACK DARK_BLUE DARK_GREEN DARK_AQUA DARK_RED DARK_PURPLE GOLD GRAY DARK_GRAY BLUE GREEN AQUA RED LIGHT_PURPLE YELLOW WHITE color: 'GRAY' generation: @@ -225,4 +226,4 @@ UNIQUE: MATERIAL: WEAPON_POWDER: 100,1-1,0 # This tier has no generation options specified. - # In that case, it'll use the default values set in config.yml \ No newline at end of file + # In that case, it'll use the default values set in config.yml