Midas Sword
PluginLicenseRef-All-Rights-Reserved

Midas Sword

A plugin which adds the Midas Sword inspired by the mechanics of the Hoplite event server.

2
Downloads
0
Followers
1 weeks ago
Updated
📦
1
Versions

📖About Midas Sword

Features

  • Dynamic Scaling: Automatically scales the Sharpness enchantment based on kills.
  • Unbreakable: Midas Swords never lose durability.
  • Global Crafting Cap: Limit how many swords can be crafted server-wide.
  • Enchantment Protection: Prevents anvil, grindstone, or enchanting table manipulation.
  • Configurable: Fully customize the crafting recipe, progression limits, and model data.

⚙️ Configuration (config.yml)

midas_sword:
  max_sharpness: 100
  allow_mob_kills: false
  custom_model_data: 1001
  crafting:
    max_crafts: 25
    shape:
      - "GNG"
      - "NSN"
      - "GNG"
    ingredients:
      G: GOLD_BLOCK
      N: NETHERITE_INGOT
      S: GOLDEN_SWORD
craft_counter: 0

🛠 Commands

Command Permission Description
/midaswordgive op Gives the user a fresh Midas Sword.

⚔️ Mechanics

  • Sharpness Scaling: The sword automatically applies the +1 Sharpness after every single kilk using Roman Numerals.
  • Crafting Limit: Once the global craft_counter reaches max_crafts, the recipe will effectively stop producing new swords.