From 406d567896abb19cc61d3c3ce5243f42e9b9746d Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 10 Feb 2021 10:23:24 +0000 Subject: [PATCH] Added support for talismans not being player_head --- .../talismans/display/TalismanDisplay.java | 14 +++--- .../willfp/talismans/talismans/Talisman.java | 6 ++- .../willfp/talismans/talismans/Talismans.java | 2 + .../talismans/util/TalismanChecks.java | 7 +-- .../talismans/util/TalismanCraftListener.java | 50 +++++++++++++++++++ .../talismans/util/TalismanUtils.java | 35 +++++++++++++ .../TalismanEquipEventListeners.java | 6 +-- .../talismans/relic/alchemyrelic.yml | 3 +- .../talismans/relic/archeryrelic.yml | 3 +- .../resources/talismans/relic/bossrelic.yml | 3 +- .../resources/talismans/relic/endrelic.yml | 3 +- .../talismans/relic/experiencerelic.yml | 3 +- .../talismans/relic/extractionrelic.yml | 3 +- .../talismans/relic/featherrelic.yml | 3 +- .../resources/talismans/relic/flamerelic.yml | 3 +- .../resources/talismans/relic/fluxrelic.yml | 3 +- .../talismans/relic/gravityrelic.yml | 3 +- .../talismans/relic/healingrelic.yml | 3 +- .../resources/talismans/relic/netherrelic.yml | 3 +- .../talismans/relic/poseidonrelic.yml | 3 +- .../resources/talismans/relic/raidrelic.yml | 3 +- .../talismans/relic/resistancerelic.yml | 3 +- .../talismans/relic/sharpnessrelic.yml | 3 +- .../resources/talismans/relic/speedrelic.yml | 3 +- .../talismans/relic/strengthrelic.yml | 3 +- .../resources/talismans/ring/alchemyring.yml | 3 +- .../resources/talismans/ring/archeryring.yml | 3 +- .../resources/talismans/ring/bossring.yml | 3 +- .../main/resources/talismans/ring/endring.yml | 3 +- .../talismans/ring/experiencering.yml | 3 +- .../talismans/ring/extractionring.yml | 3 +- .../resources/talismans/ring/featherring.yml | 3 +- .../resources/talismans/ring/flamering.yml | 3 +- .../resources/talismans/ring/fluxring.yml | 3 +- .../resources/talismans/ring/gravityring.yml | 3 +- .../resources/talismans/ring/healingring.yml | 3 +- .../resources/talismans/ring/netherring.yml | 3 +- .../resources/talismans/ring/poseidonring.yml | 3 +- .../resources/talismans/ring/raidring.yml | 3 +- .../talismans/ring/resistancering.yml | 3 +- .../talismans/ring/sharpnessring.yml | 3 +- .../resources/talismans/ring/speedring.yml | 3 +- .../resources/talismans/ring/strengthring.yml | 3 +- .../talismans/talisman/alchemytalisman.yml | 3 +- .../talismans/talisman/archerytalisman.yml | 3 +- .../talismans/talisman/bosstalisman.yml | 3 +- .../talismans/talisman/creepertalisman.yml | 3 +- .../talismans/talisman/endtalisman.yml | 3 +- .../talismans/talisman/experiencetalisman.yml | 3 +- .../talismans/talisman/extractiontalisman.yml | 3 +- .../talismans/talisman/feathertalisman.yml | 3 +- .../talismans/talisman/flametalisman.yml | 3 +- .../talismans/talisman/fluxtalisman.yml | 3 +- .../talismans/talisman/gravitytalisman.yml | 3 +- .../talismans/talisman/healingtalisman.yml | 3 +- .../talismans/talisman/immunitytalisman.yml | 3 +- .../talismans/talisman/nethertalisman.yml | 3 +- .../talismans/talisman/poseidontalisman.yml | 3 +- .../talismans/talisman/raidtalisman.yml | 3 +- .../talismans/talisman/resistancetalisman.yml | 3 +- .../talismans/talisman/sharpnesstalisman.yml | 3 +- .../talismans/talisman/skeletontalisman.yml | 3 +- .../talismans/talisman/speedtalisman.yml | 3 +- .../talisman/spiderresistancetalisman.yml | 3 +- .../talismans/talisman/spidertalisman.yml | 3 +- .../talismans/talisman/strengthtalisman.yml | 3 +- .../talisman/zombieresistancetalisman.yml | 3 +- .../talismans/talisman/zombietalisman.yml | 3 +- 68 files changed, 226 insertions(+), 77 deletions(-) diff --git a/eco-core/core-plugin/src/main/java/com/willfp/talismans/display/TalismanDisplay.java b/eco-core/core-plugin/src/main/java/com/willfp/talismans/display/TalismanDisplay.java index 401d0b5..dfd2fdc 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/talismans/display/TalismanDisplay.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/talismans/display/TalismanDisplay.java @@ -2,10 +2,10 @@ package com.willfp.talismans.display; import com.willfp.talismans.proxy.proxies.SkullProxy; import com.willfp.talismans.talismans.Talisman; -import com.willfp.talismans.talismans.util.TalismanChecks; import com.willfp.talismans.talismans.util.ProxyUtils; +import com.willfp.talismans.talismans.util.TalismanChecks; +import com.willfp.talismans.talismans.util.TalismanUtils; import lombok.experimental.UtilityClass; -import org.bukkit.Material; import org.bukkit.inventory.ItemStack; import org.bukkit.inventory.meta.ItemMeta; import org.bukkit.inventory.meta.SkullMeta; @@ -28,7 +28,7 @@ public class TalismanDisplay { * @return The item, updated. */ public static ItemStack revertDisplay(@Nullable final ItemStack item) { - if (item == null || item.getType() != Material.PLAYER_HEAD || item.getItemMeta() == null) { + if (item == null || item.getItemMeta() == null) { return item; } @@ -60,13 +60,13 @@ public class TalismanDisplay { * @return The item, updated. */ public static ItemStack displayTalisman(@Nullable final ItemStack item) { - if (item == null || item.getItemMeta() == null || item.getType() != Material.PLAYER_HEAD) { + if (item == null || item.getItemMeta() == null || !TalismanUtils.isTalismanMaterial(item.getType())) { return item; } revertDisplay(item); - SkullMeta meta = (SkullMeta) item.getItemMeta(); + ItemMeta meta = item.getItemMeta(); if (meta == null) { return item; } @@ -87,7 +87,9 @@ public class TalismanDisplay { return item; } - ProxyUtils.getProxy(SkullProxy.class).setTalismanTexture(meta, talisman.getSkullBase64()); + if (meta instanceof SkullMeta) { + ProxyUtils.getProxy(SkullProxy.class).setTalismanTexture((SkullMeta) meta, talisman.getSkullBase64()); + } meta.setDisplayName(talisman.getFormattedName()); diff --git a/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/Talisman.java b/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/Talisman.java index 7b9d6dd..417469a 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/Talisman.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/Talisman.java @@ -17,6 +17,7 @@ import com.willfp.talismans.talismans.util.TalismanUtils; import com.willfp.talismans.talismans.util.Watcher; import lombok.AccessLevel; import lombok.Getter; +import org.apache.commons.lang.Validate; import org.apache.commons.lang.WordUtils; import org.bukkit.Bukkit; import org.bukkit.Material; @@ -183,6 +184,9 @@ public abstract class Talisman implements Listener, Watcher { name = StringUtils.translate(config.getString("name")); description = StringUtils.translate(config.getString("description")); skullBase64 = config.getString(Talismans.GENERAL_LOCATION + "texture"); + Material material = Material.getMaterial(config.getString(Talismans.GENERAL_LOCATION + "material").toUpperCase()); + Validate.notNull(material, "Material specified for " + name + " is invalid!"); + TalismanUtils.registerTalismanMaterial(material); disabledWorldNames.clear(); disabledWorldNames.addAll(config.getStrings(Talismans.GENERAL_LOCATION + "disabled-in-worlds")); disabledWorlds.clear(); @@ -198,7 +202,7 @@ public abstract class Talisman implements Listener, Watcher { TalismanUtils.registerPlaceholders(this); - ItemStack out = new ItemStack(Material.PLAYER_HEAD, 1); + ItemStack out = new ItemStack(material, 1); ItemMeta outMeta = out.getItemMeta(); assert outMeta != null; PersistentDataContainer container = outMeta.getPersistentDataContainer(); diff --git a/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/Talismans.java b/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/Talismans.java index 0b7ed13..6694432 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/Talismans.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/Talismans.java @@ -31,6 +31,7 @@ import com.willfp.talismans.talismans.talismans.SpiderTalisman; import com.willfp.talismans.talismans.talismans.StrengthTalisman; import com.willfp.talismans.talismans.talismans.ZombieResistanceTalisman; import com.willfp.talismans.talismans.talismans.ZombieTalisman; +import com.willfp.talismans.talismans.util.TalismanUtils; import lombok.experimental.UtilityClass; import org.bukkit.NamespacedKey; import org.jetbrains.annotations.NotNull; @@ -169,6 +170,7 @@ public class Talismans { */ @ConfigUpdater public static void update() { + TalismanUtils.clearTalismanMaterials(); for (Talisman talisman : new HashSet<>(values())) { talisman.update(); } diff --git a/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/TalismanChecks.java b/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/TalismanChecks.java index 40837d8..c204f2a 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/TalismanChecks.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/TalismanChecks.java @@ -6,7 +6,6 @@ import com.willfp.talismans.TalismansPlugin; import com.willfp.talismans.talismans.Talisman; import com.willfp.talismans.talismans.Talismans; import lombok.experimental.UtilityClass; -import org.bukkit.Material; import org.bukkit.NamespacedKey; import org.bukkit.block.BlockState; import org.bukkit.block.ShulkerBox; @@ -64,10 +63,6 @@ public class TalismanChecks { return false; } - if (item.getType() != Material.PLAYER_HEAD) { - return false; - } - ItemMeta meta = item.getItemMeta(); if (meta == null) { @@ -90,7 +85,7 @@ public class TalismanChecks { return null; } - if (item.getType() != Material.PLAYER_HEAD) { + if (!TalismanUtils.isTalismanMaterial(item.getType())) { return null; } diff --git a/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/TalismanCraftListener.java b/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/TalismanCraftListener.java index 46bee22..fdfa08f 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/TalismanCraftListener.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/TalismanCraftListener.java @@ -1,5 +1,6 @@ package com.willfp.talismans.talismans.util; +import com.willfp.eco.util.plugin.AbstractEcoPlugin; import com.willfp.talismans.talismans.Talisman; import com.willfp.talismans.talismans.Talismans; import org.bukkit.Material; @@ -42,6 +43,30 @@ public class TalismanCraftListener implements Listener { } } + /** + * Prevents using talismans in recipes. + * @param event The event to listen for. + */ + @EventHandler + public void preventUseTalismanInCraft(@NotNull final PrepareItemCraftEvent event) { + if (!(event.getRecipe() instanceof ShapedRecipe)) { + return; + } + + ShapedRecipe recipe = (ShapedRecipe) event.getRecipe(); + + if (AbstractEcoPlugin.LOADED_ECO_PLUGINS.contains(recipe.getKey().getNamespace())) { + return; + } + + for (ItemStack itemStack : event.getInventory().getMatrix()) { + if (TalismanChecks.getTalismanOnItem(itemStack) != null) { + event.getInventory().setResult(new ItemStack(Material.AIR)); + return; + } + } + } + /** * Called on item craft. * @param event The event to listen for. @@ -71,4 +96,29 @@ public class TalismanCraftListener implements Listener { event.setCancelled(true); } } + + /** + * Prevents using talismans in recipes. + * @param event The event to listen for. + */ + @EventHandler + public void preventUseTalismanInCraft(@NotNull final CraftItemEvent event) { + if (!(event.getRecipe() instanceof ShapedRecipe)) { + return; + } + + ShapedRecipe recipe = (ShapedRecipe) event.getRecipe(); + + if (AbstractEcoPlugin.LOADED_ECO_PLUGINS.contains(recipe.getKey().getNamespace())) { + return; + } + + for (ItemStack itemStack : event.getInventory().getMatrix()) { + if (TalismanChecks.getTalismanOnItem(itemStack) != null) { + event.getInventory().setResult(new ItemStack(Material.AIR)); + event.setCancelled(true); + return; + } + } + } } diff --git a/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/TalismanUtils.java b/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/TalismanUtils.java index 7ed7cdb..b1f5567 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/TalismanUtils.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/TalismanUtils.java @@ -8,12 +8,21 @@ import com.willfp.eco.util.integrations.placeholder.PlaceholderManager; import com.willfp.talismans.talismans.Talisman; import com.willfp.talismans.talismans.Talismans; import lombok.experimental.UtilityClass; +import org.bukkit.Material; import org.bukkit.entity.Player; import org.bukkit.permissions.PermissionAttachmentInfo; import org.jetbrains.annotations.NotNull; +import java.util.HashSet; +import java.util.Set; + @UtilityClass public class TalismanUtils { + /** + * All valid materials for talismans. + */ + private static final Set TALISMAN_MATERIALS = new HashSet<>(); + /** * If the talisman has successfully passed its specified chance. * @@ -91,4 +100,30 @@ public class TalismanUtils { return 100000; } + + /** + * Get if a talisman could exist for a material. + * + * @param material The material. + * @return If possible. + */ + public static boolean isTalismanMaterial(@NotNull final Material material) { + return TALISMAN_MATERIALS.contains(material); + } + + /** + * Register material as valid for talisman. + * + * @param material The material. + */ + public static void registerTalismanMaterial(@NotNull final Material material) { + TALISMAN_MATERIALS.add(material); + } + + /** + * Unregister all materials as valid for talismans. + */ + public static void clearTalismanMaterials() { + TALISMAN_MATERIALS.clear(); + } } diff --git a/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/equipevent/TalismanEquipEventListeners.java b/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/equipevent/TalismanEquipEventListeners.java index 44438f2..ae860fc 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/equipevent/TalismanEquipEventListeners.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/equipevent/TalismanEquipEventListeners.java @@ -5,8 +5,8 @@ import com.willfp.eco.util.plugin.AbstractEcoPlugin; import com.willfp.talismans.talismans.Talisman; import com.willfp.talismans.talismans.Talismans; import com.willfp.talismans.talismans.util.TalismanChecks; +import com.willfp.talismans.talismans.util.TalismanUtils; import org.bukkit.Bukkit; -import org.bukkit.Material; import org.bukkit.Tag; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; @@ -43,7 +43,7 @@ public class TalismanEquipEventListeners extends PluginDependent implements List return; } - if (event.getItem().getItemStack().getType() != Material.PLAYER_HEAD && !Tag.SHULKER_BOXES.isTagged(event.getItem().getItemStack().getType())) { + if (!Tag.SHULKER_BOXES.isTagged(event.getItem().getItemStack().getType()) && !TalismanUtils.isTalismanMaterial(event.getItem().getItemStack().getType())) { return; } @@ -83,7 +83,7 @@ public class TalismanEquipEventListeners extends PluginDependent implements List */ @EventHandler public void onInventoryDrop(@NotNull final PlayerDropItemEvent event) { - if (event.getItemDrop().getItemStack().getType() != Material.PLAYER_HEAD && !Tag.SHULKER_BOXES.isTagged(event.getItemDrop().getItemStack().getType())) { + if (!Tag.SHULKER_BOXES.isTagged(event.getItemDrop().getItemStack().getType()) && !TalismanUtils.isTalismanMaterial(event.getItemDrop().getItemStack().getType())) { return; } diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/alchemyrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/alchemyrelic.yml index 5eba610..2a95fa1 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/alchemyrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/alchemyrelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDMwOTNhNWI3NzY0MmQ0MDkyMTEyZjQ2ZWE2ODE0MGZiNWFlMDRiYmQyMzFjZGExMDY2YTA0YzE4Yjg5Yzk0ZSJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/archeryrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/archeryrelic.yml index d1b9019..d7cf710 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/archeryrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/archeryrelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmQ3NDk5NWQ2Y2RhMmI4YTI0NzcyYWY5NjllZjA3N2FlM2E4NWUyMzU3YzZmNjExOWI4YTI1MDYwNDFhNDQ4YiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/bossrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/bossrelic.yml index 08e5602..3bf7895 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/bossrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/bossrelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmE0NjUxZDY2Nzc5MjA4ZGExMDdkNmUyZmZkOTZjNjJlMDY3YzJlNzc1MzA3OWFhYTgzYWNlOGZiNDk4OTUifX19 config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/endrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/endrelic.yml index 2a06a65..81d734b 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/endrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/endrelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzI3OWRjOTEzNzNiNDI3NzY5MDQzZmFlODg5Y2UyYWRkM2FlMzIxNjY0OTY1MzRhNGQ2YThhOGFhYTJkIn19fQ== config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/experiencerelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/experiencerelic.yml index 3efe38e..6a55c9e 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/experiencerelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/experiencerelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDQzNGY0MDA0OGI0YTM1ZGExYTA2YmRmMDVlZjJlZDJlMWRhOGRjZTNmOWRlYTg5NGM3ZDFlYjMzODIzMmJkMiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/extractionrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/extractionrelic.yml index ed800ec..d330815 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/extractionrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/extractionrelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmQxZWUyYjYwYTlkODFlYTgyZWIyNTBjNzEyYjNhNmJhYmVkMDNkMjFkNmY4MTg3MDBjNzBlNDM4OGU2YTUxOCJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/featherrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/featherrelic.yml index dc8e190..47b17c0 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/featherrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/featherrelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzVmZjI1MzIwYTg0MjUwOWI3ZWU1YTIzNjczZjY4NTI5MWM0NjcyYjgzNGQ5YjU3N2U4NjJhOTIwOTgzYzEwYiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/flamerelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/flamerelic.yml index fcf33e6..871f62e 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/flamerelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/flamerelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODI4N2IzOTdkYWY5NTE2YTBiZDc2ZjVmMWI3YmY5Nzk1MTVkZjNkNWQ4MzNlMDYzNWZhNjhiMzdlZTA4MjIxMiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/fluxrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/fluxrelic.yml index 3ffd656..1c26ce0 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/fluxrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/fluxrelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNlZDRjZTIzOTMzZTY2ZTA0ZGYxNjA3MDY0NGY3NTk5ZWViNTUzMDdmN2VhZmU4ZDkyZjQwZmIzNTIwODYzYyJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/gravityrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/gravityrelic.yml index 6e1b960..0046fc3 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/gravityrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/gravityrelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTFhZjRiNzg0ZjExNDY1OTk2ZmNkNDNkMDg4MzgxY2QzODFmZDRjZThhZTRmMjlmMzY4YTI3MWI5OGYwMzgyMiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/healingrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/healingrelic.yml index dfc4abc..4345196 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/healingrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/healingrelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODc5M2VlZjQ4NDkwNzhkZjRjY2Q0OTgwNTRjNzRlMjE3MWM3NzFmMjczMDk0NDE2NGE4ZWU3YjJkNTYzODMyIn19fQ== config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/netherrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/netherrelic.yml index e875c09..159621f 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/netherrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/netherrelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTJmOWU5N2Y0YmU1MzM2MzRiZDFiM2UzNjc5ZWRlYmZmZmI5ODQwMTNhMWQ1OTAyZmEzYzM1ZDM0MzViYzEwIn19fQ== config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/poseidonrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/poseidonrelic.yml index ac82417..b22d204 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/poseidonrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/poseidonrelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTY3OTliZmFhM2EyYzYzYWQ4NWRkMzc4ZTY2ZDU3ZDlhOTdhM2Y4NmQwZDlmNjgzYzQ5ODYzMmY0ZjVjIn19fQ== config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/raidrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/raidrelic.yml index 7a3a725..a21108c 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/raidrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/raidrelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDUzYTM4N2U1ZDRjMDI1Zjg2ZDU5YmEwODljODcwYTIzYzRjNzk4ODEwODBkZTMzYjk0ZTJlN2I1YWNiYzhlMSJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/resistancerelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/resistancerelic.yml index 5934ff3..0331bab 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/resistancerelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/resistancerelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODk0MDE0YWM1OGE5NmYxZDIzNjEzZGE3YTFlY2RiNmEyN2E0YTRkYjBiMTgwNTJjYTI2MjM1NmQyNGIxZiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/sharpnessrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/sharpnessrelic.yml index 78e562d..b9e1d29 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/sharpnessrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/sharpnessrelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTdlNTVkNzI2MGFhM2IwNGU2ZTAwNjhjMTYyM2E3NWMzNTc3ODI3NzRlZGQ0YWZmMWQwZDYyNWY3OWQ5ZDRkZSJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/speedrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/speedrelic.yml index a515f6e..f705ff2 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/speedrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/speedrelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDRiYTRhYjRmOTNiODJlNjE0MTI4OTgwMWMzOWUwYmMyNzBjYmU1MTc5ZGY3NmU4NWI1NDMwNmMyNzhjMTdkYSJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/strengthrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/strengthrelic.yml index d7c62cb..92089ef 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/strengthrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/strengthrelic.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmRkNTZhZmU5YWZiODk5MDJmZjRlODdkNzZlNmExMzRhNmIyOWI5YWZkYTlmYzNjNzg5MDVmY2M0MGNmZmI0NiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/alchemyring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/alchemyring.yml index cedda8a..1b96f68 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/alchemyring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/alchemyring.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZkNzljMDI2ODc0Nzk0MWRmOWEyYTQ1MTAzY2JkNzMxZmRlZGNiYTU4OGY2NDNiNjcwZmQ3N2FhMmJkOTE4YyJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/archeryring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/archeryring.yml index 20a6c27..391744e 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/archeryring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/archeryring.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzgzODVhNWE0Njk4MjFiOGIzM2U0N2E1YjVjNDJhZWE1OTY2MzQ2NTQ2OTM4OGExYTRkNGU1MjNlNWE4ZGRkMiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/bossring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/bossring.yml index 94c928e..7e55332 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/bossring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/bossring.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzgzYWI0MmYyMmFkZDkzNjZkODkzNjRiYTNhZTIwMTNmYTQ1YTQ1NWNkODdjYTZhYWQ4MmY0MDFhNzcifX19 config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/endring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/endring.yml index 74a9d43..838e347 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/endring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/endring.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTZjMGIzNmQ1M2ZmZjY5YTQ5YzdkNmYzOTMyZjJiMGZlOTQ4ZTAzMjIyNmQ1ZTgwNDVlYzU4NDA4YTM2ZTk1MSJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/experiencering.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/experiencering.yml index 2da73ad..c9b8698 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/experiencering.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/experiencering.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTNjNzZkMTA3OWM5NWUzYzc5ZGRmOTUxNDJmYzc0YzQ4ZjY1MjA1ZTQ2NWQxMDJiZjc4MjY1Y2E3ZTk3MDZkMiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/extractionring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/extractionring.yml index e7cfcb9..07931f6 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/extractionring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/extractionring.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmQxZWUyYjYwYTlkODFlYTgyZWIyNTBjNzEyYjNhNmJhYmVkMDNkMjFkNmY4MTg3MDBjNzBlNDM4OGU2YTUxOCJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/featherring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/featherring.yml index 5360145..53f180b 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/featherring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/featherring.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYThlYmYzOWIwYjM3MWQxZWYzMTZhNjI2ZDM1NTM3NWY5ZDQ4MzcxOWU5NWY1ZGMzNDc4MTIwZjhmOWMzODcyNiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/flamering.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/flamering.yml index 3d95bf9..b6e19f8 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/flamering.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/flamering.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGJjYjFkZGZjOGRhODUyZDNmMjU4ZmNiODg1ZjJjYjVlNGIyNmE3ZWJjZmJkMGIzM2VjMTM3N2EyMzVmM2E0NSJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/fluxring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/fluxring.yml index b119dd7..5ff94a6 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/fluxring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/fluxring.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODJhZGExYzdmY2M4Y2YzNWRlZmViOTQ0YTRmOGZmYTlhOWQyNjA1NjBmYzdmNWY1ODI2ZGU4MDg1NDM1OTY3YyJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/gravityring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/gravityring.yml index f42ae91..6ac8d04 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/gravityring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/gravityring.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTY0ZjEwZjE1OWM5MjA0ZmM3NzIwMmIzZGFjZGRmMGQwZTNhMjVlY2EyZGVhYjNmOTJhNmEyNTIzMTAxMzc3ZSJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/healingring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/healingring.yml index 6ac7d5f..82bed7a 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/healingring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/healingring.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDY2YTVmN2JjZDNjMWMyMjVhOTM2NmVlZTZkZmFiMWNjNjZhNmJmNzM2M2ZlZDA4NzUxMmU2ZWY0N2ExZCJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/netherring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/netherring.yml index e854a73..f0d134c 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/netherring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/netherring.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjE2MTAyYmM0ZjYwOWMyMjQwNDM3MWFlZjZjNjQxYmI5NjQwOWJjNTAwN2RjYTQ0YWM2NjhlZGRlYmFiZTQ0NiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/poseidonring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/poseidonring.yml index 3a472df..8b42027 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/poseidonring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/poseidonring.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjIyZTNhNTY5ZThkNTgxNDM3YzUwM2UyYWQxZDRiNTkxYmNiODI5MWE3MWVmN2IzNzM4OGVlYTNiMDhlNzIifX19 config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/raidring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/raidring.yml index 31886f5..0f3da5a 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/raidring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/raidring.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTFkMGU4MTY0ODc1N2I5OGYwZGUyYjcwZDMzODJlZGNmNDI2OThkNDAxODU1ZDg3MjU1MmE2NzFiZWE1ZGFmNiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/resistancering.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/resistancering.yml index ea9e23a..041b7f5 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/resistancering.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/resistancering.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY5ZDBkNDcxMTE1M2EwODljNTU2N2E3NDliMjc4NzljNzY5ZDNiZGNlYTZmZGE5ZDZmNjZlOTNkZDhjNDUxMiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/sharpnessring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/sharpnessring.yml index 3fe6e18..f3c31da 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/sharpnessring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/sharpnessring.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjg4MWI1ZTkxZjliNGVlMGQ0YzUzMzk2MmJiNjhmYTczY2VkYjc1ZWNkMjY4ZWNiZGQ0NGNhMGY0MDkxNDhjMiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/speedring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/speedring.yml index c6b82c7..65ae802 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/speedring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/speedring.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTNjZTc2NjAyZDNmZWM3YzAyNzNkYTYwMDA5MDA3YmU0MTQwYWM5ZmFjMDM0MTQ1MGMwNzU3ZTUzZDc1MTU3NyJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/strengthring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/strengthring.yml index c0aeb1a..8d23e6a 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/strengthring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/strengthring.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDkwMzIyMTEyNGUxYTI3NDAyMjc2YzNlMDE3NmJjOWY2MzIzOGQ3ZWE3NzEzZTliNTc5YTg3OGRhY2EyNDgxOSJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/alchemytalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/alchemytalisman.yml index 3c7b15b..5a37ca8 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/alchemytalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/alchemytalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTExYTNjZWM3YWFmOTA0MjEyY2NmOTNiYjY3YTNjYWYzZDY0OTc4M2JhOTBiOGI2MGJiNjNjNzY4N2ViMzlmIn19fQ== config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/archerytalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/archerytalisman.yml index 0a552c5..012cb15 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/archerytalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/archerytalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDBmOGRmYTVlZmM3NTYzMGNlMGRmNDBhNDliOGY1OWJjMjIyMTRkZTk3ZTNmYjQ0YjNjNTZlOGE5YzhhNTZiNiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/bosstalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/bosstalisman.yml index 20b0468..66ac69b 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/bosstalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/bosstalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTFjZDZkMmQwM2YxMzVlN2M2YjVkNmNkYWUxYjNhNjg3NDNkYjRlYjc0OWZhZjczNDFlOWZiMzQ3YWEyODNiIn19fQ== config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/creepertalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/creepertalisman.yml index b9ad412..60b5e81 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/creepertalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/creepertalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjQyNTQ4MzhjMzNlYTIyN2ZmY2EyMjNkZGRhYWJmZTBiMDIxNWY3MGRhNjQ5ZTk0NDQ3N2Y0NDM3MGNhNjk1MiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/endtalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/endtalisman.yml index 874cfe3..4f51aa3 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/endtalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/endtalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzZjYWM1OWIyYWFlNDg5YWEwNjg3YjVkODAyYjI1NTVlYjE0YTQwYmQ2MmIyMWViMTE2ZmE1NjljZGI3NTYifX19 config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/experiencetalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/experiencetalisman.yml index 63a7f3c..7ed52e9 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/experiencetalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/experiencetalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA1NGMyOWM3ODA5MDQ3MWMxZWEwNThiZDY0MTg5NzM5MWM5ZTQ2OTRhYTlkMTQwYWZiYmE4ZDBjYzQzNjM3In19fQ== config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/extractiontalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/extractiontalisman.yml index c06977d..0ef807b 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/extractiontalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/extractiontalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjU2NjM0YjU1NmNhZjUzODJkZTY1MDM4YTEwZTRkNzljN2MxODY5NTA0ODU5OWRmNzRmOWM2N2MxZTFlODczNiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/feathertalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/feathertalisman.yml index aadf41b..195d1e9 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/feathertalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/feathertalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY4NmQ5NmFkOGU1OGE4NmE1YTI4MzI2Yzk5ZmRlOWQ0OTgxZTQ2YzA5ZWFlNTFlN2E5ODYxOTBjZDM2YjBmIn19fQ== config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/flametalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/flametalisman.yml index 6e306a2..b150c73 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/flametalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/flametalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzBhNDRkNTFlY2M3OWY2OTRjZmQ2MDIyOGM4ODQyODg0OGNhNjE4ZTM2YTY1OWE0MTZlOTI0NmQ4NDFhZWM4In19fQ== config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/fluxtalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/fluxtalisman.yml index b098486..b6e72f2 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/fluxtalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/fluxtalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2FiNGM0ZDZlZTY5YmMyNGJiYTJiOGZhZjY3YjlmNzA0YTA2YjAxYWE5M2YzZWZhNmFlZjdhOTY5NmM0ZmVlZiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/gravitytalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/gravitytalisman.yml index 28bb52b..175cbe1 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/gravitytalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/gravitytalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWIzYTk0ZGZmYTU5MDk5MGRiMDAzZmUyNjg0NDJmNzkyYmVjNjE0ZWNlNWZiMThkOTkwNmU3NmU1NDE4N2ZiMSJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/healingtalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/healingtalisman.yml index 85d588a..badc52e 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/healingtalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/healingtalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjUyOGNmNmZhYjhhZTdlZmZiNTFjZDNhYzQyZDJlZTI3NTA0ZTQ0MDAyZmE0ZjYyOWE0NTA5MGZhMTY3YTQ3OCJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/immunitytalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/immunitytalisman.yml index 83b6dbb..bc6efa4 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/immunitytalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/immunitytalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGQ5ZThkZTFmZTE3NjA4Mzg2OWUzMDI1MjRjNjUwMTBkN2NmMmUzMWIwNjNlYmI4YmM3NmI3OWQxNDEzMCJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/nethertalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/nethertalisman.yml index 0abc7db..92712a6 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/nethertalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/nethertalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDUwMDI5MmY0YWZlNTJkMTBmMjk5ZGZiMjYwMzYzMjI4MzA0NTAzMzFlMDAzMDg0YmIyMjAzMzM1MzA2NjRlMSJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/poseidontalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/poseidontalisman.yml index acbd9a0..1df0b74 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/poseidontalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/poseidontalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjQ4NGFhNWJlZTg5OGE2ZTg5NjBhM2Y5YTk5NzU5YjFmMzlmOWRjYjMyMTA1MGY3MTRjZDcyYjNkOGE4MDQxIn19fQ== config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/raidtalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/raidtalisman.yml index 7b08458..7110dfd 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/raidtalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/raidtalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmRlYWVjMzQ0YWIwOTViNDhjZWFkNzUyN2Y3ZGVlNjFiMDYzZmY3OTFmNzZhOGZhNzY2NDJjODY3NmUyMTczIn19fQ== config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/resistancetalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/resistancetalisman.yml index 1bf4307..a67b46d 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/resistancetalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/resistancetalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTcyNjI2NGYzN2NjMGVlNDIyZjhlZGIzMTQxZTYxZTJlZDkzNmE4OTdkOTZkODA4NWRjMzVkYzUzOTllZGNmOSJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/sharpnesstalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/sharpnesstalisman.yml index 082fa7d..09e5bfb 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/sharpnesstalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/sharpnesstalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzNkMTQ1NjFiYmQwNjNmNzA0MjRhOGFmY2MzN2JmZTljNzQ1NjJlYTM2ZjdiZmEzZjIzMjA2ODMwYzY0ZmFmMSJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/skeletontalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/skeletontalisman.yml index 3222711..f01345c 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/skeletontalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/skeletontalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzAxMjY4ZTljNDkyZGExZjBkODgyNzFjYjQ5MmE0YjMwMjM5NWY1MTVhN2JiZjc3ZjRhMjBiOTVmYzAyZWIyIn19fQ== config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/speedtalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/speedtalisman.yml index be7d84e..31fb0d3 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/speedtalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/speedtalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODYyNGJhY2I1ZjE5ODZlNjQ3N2FiY2U0YWU3ZGNhMTgyMGE1MjYwYjYyMzNiNTViYTFkOWJhOTM2Yzg0YiJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/spiderresistancetalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/spiderresistancetalisman.yml index 5d212c8..939371d 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/spiderresistancetalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/spiderresistancetalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWVjZWRmNDJhNjFlMTQyMzEzMTE3NzI4YTEwMTMzMjljZjlmNjcxN2Q2YWNjYzVhNzVmYzA0NDI1ODA0NSJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/spidertalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/spidertalisman.yml index 850c666..4b2b293 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/spidertalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/spidertalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ== config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/strengthtalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/strengthtalisman.yml index d461420..94f4bc2 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/strengthtalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/strengthtalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODQ4NTlkMGFkZmM5M2JlMTliYjQ0MWU2ZWRmZDQzZjZiZmU2OTEyNzIzMDMzZjk2M2QwMDlhMTFjNDgyNDUxMCJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/zombieresistancetalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/zombieresistancetalisman.yml index 4043cf4..0ab2047 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/zombieresistancetalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/zombieresistancetalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTBkMTZlNTY3ODM0N2U2ZDk4Y2YxZGFmZTY2ZDE3ZTg4OTM4NzNlZWNiMjlmZDVhMTEyZjUxNTI1YjkxMSJ9fX0= config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/zombietalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/zombietalisman.yml index dd91ff5..4b7ecfd 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/zombietalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/zombietalisman.yml @@ -21,7 +21,8 @@ obtaining: general-config: disabled-in-worlds: [] - # Texture is base64, https://minecraft-heads.com has a list of skulls. + material: player_head + # Texture is base64, https://minecraft-heads.com has a list of skulls. Ignored if material is not player_head texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTZmYzg1NGJiODRjZjRiNzY5NzI5Nzk3M2UwMmI3OWJjMTA2OTg0NjBiNTFhNjM5YzYwZTVlNDE3NzM0ZTExIn19fQ== config: