diff --git a/ansible/build.gradle.kts b/ansible/build.gradle.kts index 6c06ec8ef..01c6272d3 100644 --- a/ansible/build.gradle.kts +++ b/ansible/build.gradle.kts @@ -15,7 +15,6 @@ dependencies { paperPlugin(project(path = ":plugins:essenceglue-paper")) paperPlugin(project(path = ":plugins:exilepearl-paper")) paperPlugin(project(path = ":plugins:factorymod-paper")) - paperPlugin(project(path = ":plugins:finale-paper")) paperPlugin(project(path = ":plugins:hiddenore-paper")) paperPlugin(project(path = ":plugins:itemexchange-paper")) paperPlugin(project(path = ":plugins:jukealert-paper")) diff --git a/ansible/files/pvp-config/plugins/Finale/config.yml b/ansible/files/pvp-config/plugins/Finale/config.yml index 52553a516..59177587b 100644 --- a/ansible/files/pvp-config/plugins/Finale/config.yml +++ b/ansible/files/pvp-config/plugins/Finale/config.yml @@ -130,6 +130,10 @@ weaponModification: trident: material: TRIDENT damage: 8 + meteoricIronSword: + key: meteoric_iron_sword + damage: 7 + bonusDamagePerNetheritePiece: 0.75 armourModification: diamondHelmet: @@ -175,6 +179,26 @@ armourModification: toughness: 3 extraDurabilityHits: 1 knockbackResistance: 0 + meteoricIronHelmet: + key: meteoric_iron_helmet + armour: 3 + toughness: 2 + extraDurabilityHits: 1 + meteoricIronChestplate: + key: meteoric_iron_chestplate + armour: 8 + toughness: 2 + extraDurabilityHits: 1 + meteoricIronLeggings: + key: meteoric_iron_leggings + armour: 6 + toughness: 2 + extraDurabilityHits: 1 + meteoricIronBoots: + key: meteoric_iron_boots + armour: 3 + toughness: 2 + extraDurabilityHits: 1 #allows disabling enchantments. Use official spigot identifiers from https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html #This will not remove them from enchanting, but simply remove the enchant as soon as the item is touched @@ -570,3 +594,4 @@ blockPlacementRestrictions: type: OBSIDIAN cooldown: 1s +netheriteFireResistance: true diff --git a/ansible/src/paper-plugins/finale-paper-2.1.0.jar b/ansible/src/paper-plugins/finale-paper-2.1.0.jar new file mode 100644 index 000000000..88c43120d Binary files /dev/null and b/ansible/src/paper-plugins/finale-paper-2.1.0.jar differ