diff --git a/eco-core/core-plugin/src/main/resources/tiers/_example.yml b/eco-core/core-plugin/src/main/resources/tiers/_example.yml index 6f96005..5bac1e0 100644 --- a/eco-core/core-plugin/src/main/resources/tiers/_example.yml +++ b/eco-core/core-plugin/src/main/resources/tiers/_example.yml @@ -4,7 +4,6 @@ # including in subfolders if you want to organize your tier configs # _example.yml is not loaded. -id: netherite display: "&c&lNETHERITE" # The display in-game requiresTiers: # If this tier requires a prior tier - diamond # Tier ID diff --git a/eco-core/core-plugin/src/main/resources/tiers/ancient.yml b/eco-core/core-plugin/src/main/resources/tiers/ancient.yml index 5666c84..6066a7c 100644 --- a/eco-core/core-plugin/src/main/resources/tiers/ancient.yml +++ b/eco-core/core-plugin/src/main/resources/tiers/ancient.yml @@ -1,4 +1,3 @@ -id: ancient display: "&6&k!!&r &lANCIENT&r &6&k!!&r" requiresTiers: [] crystal: diff --git a/eco-core/core-plugin/src/main/resources/tiers/cobalt.yml b/eco-core/core-plugin/src/main/resources/tiers/cobalt.yml index 6b58c62..c669e54 100644 --- a/eco-core/core-plugin/src/main/resources/tiers/cobalt.yml +++ b/eco-core/core-plugin/src/main/resources/tiers/cobalt.yml @@ -1,4 +1,3 @@ -id: cobalt display: "/ab&lCOBALT" requiresTiers: - iron diff --git a/eco-core/core-plugin/src/main/resources/tiers/default.yml b/eco-core/core-plugin/src/main/resources/tiers/default.yml index 5ef1092..68c07f2 100644 --- a/eco-core/core-plugin/src/main/resources/tiers/default.yml +++ b/eco-core/core-plugin/src/main/resources/tiers/default.yml @@ -1,4 +1,3 @@ -id: default display: "&8&lDEFAULT" requiresTiers: [] crystal: diff --git a/eco-core/core-plugin/src/main/resources/tiers/diamond.yml b/eco-core/core-plugin/src/main/resources/tiers/diamond.yml index 4d58288..f369e58 100644 --- a/eco-core/core-plugin/src/main/resources/tiers/diamond.yml +++ b/eco-core/core-plugin/src/main/resources/tiers/diamond.yml @@ -1,4 +1,3 @@ -id: diamond display: "&b&lDIAMOND" requiresTiers: - iron diff --git a/eco-core/core-plugin/src/main/resources/tiers/exotic.yml b/eco-core/core-plugin/src/main/resources/tiers/exotic.yml index 0c375a3..7333e2c 100644 --- a/eco-core/core-plugin/src/main/resources/tiers/exotic.yml +++ b/eco-core/core-plugin/src/main/resources/tiers/exotic.yml @@ -1,4 +1,3 @@ -id: exotic display: "&6&k!!&r &lEXOTIC&r &6&k!!&r" requiresTiers: - netherite diff --git a/eco-core/core-plugin/src/main/resources/tiers/iron.yml b/eco-core/core-plugin/src/main/resources/tiers/iron.yml index b244a60..6f3dca9 100644 --- a/eco-core/core-plugin/src/main/resources/tiers/iron.yml +++ b/eco-core/core-plugin/src/main/resources/tiers/iron.yml @@ -1,4 +1,3 @@ -id: iron display: "&7&lIRON" requiresTiers: - default diff --git a/eco-core/core-plugin/src/main/resources/tiers/manyullyn.yml b/eco-core/core-plugin/src/main/resources/tiers/manyullyn.yml index db19eb6..3e8b149 100644 --- a/eco-core/core-plugin/src/main/resources/tiers/manyullyn.yml +++ b/eco-core/core-plugin/src/main/resources/tiers/manyullyn.yml @@ -1,4 +1,3 @@ -id: manyullyn display: "&d&k!!&r &lMANYULLYN&r &d&k!!&r" requiresTiers: - netherite diff --git a/eco-core/core-plugin/src/main/resources/tiers/mythic.yml b/eco-core/core-plugin/src/main/resources/tiers/mythic.yml index 7a2abff..8c20a6f 100644 --- a/eco-core/core-plugin/src/main/resources/tiers/mythic.yml +++ b/eco-core/core-plugin/src/main/resources/tiers/mythic.yml @@ -1,4 +1,3 @@ -id: mythic display: "&1&k!!&r &lMYTHIC&r &1&k!!&r" requiresTiers: [] crystal: diff --git a/eco-core/core-plugin/src/main/resources/tiers/netherite.yml b/eco-core/core-plugin/src/main/resources/tiers/netherite.yml index 2025376..0cd3998 100644 --- a/eco-core/core-plugin/src/main/resources/tiers/netherite.yml +++ b/eco-core/core-plugin/src/main/resources/tiers/netherite.yml @@ -1,4 +1,3 @@ -id: netherite display: "&c&lNETHERITE" requiresTiers: - diamond diff --git a/eco-core/core-plugin/src/main/resources/tiers/osmium.yml b/eco-core/core-plugin/src/main/resources/tiers/osmium.yml index ebdb186..c4a502d 100644 --- a/eco-core/core-plugin/src/main/resources/tiers/osmium.yml +++ b/eco-core/core-plugin/src/main/resources/tiers/osmium.yml @@ -1,4 +1,3 @@ -id: osmium display: "&b&k!!&r &lOSMIUM&r &b&k!!" requiresTiers: - cobalt