⭐MythicCrafting⭐∤ Rarity Levels ∤ NBT ∤ Stack Crafting ∤ Item Levels ∤ ⚡NEW: RPG LEVELS ⚡ icon

⭐MythicCrafting⭐∤ Rarity Levels ∤ NBT ∤ Stack Crafting ∤ Item Levels ∤ ⚡NEW: RPG LEVELS ⚡ -----

Full NBT support. Item rarity, stack crafting - literally anything. Sandbox meets RPG.




Additions:
- Integrated MySQL alongside SQLite into the plugin. Giving you options between SQLite (.db) or MySQL (database). Switching FROM SQLite to MySQL will safely migrate data. No data loss is expected from this update.

Fixes & Changes:
- Reorganised and structured the plugins source code.

HOW TO UPLOAD:
1. Load the new update.
2. Go into your config.yml and copy the entire database section and replace it with:

Code (YAML):
database:
  type
: "SQLite"

  sqlite
:
    filename
: "recipes.db"

  mysql
:
    host
: "localhost"
    port
: 3306
    database
: "mythiccrafting"
    username
: "root"
    password
: "password"
    useSSL
: false
----------, Mar 18, 2026

Fixes & Changes:
  • The damage and defence property didn't function properly. Recoded the functionality and tested it. The damage and defensive property you now set on an item will have a gameplay effect.
  • Implemented configurable parameters to control the combat.
  • In order for custom damage and defence measurements to be registered, you must list the item as "mythic" in the editor gui.
Code (YAML):
# Combat system configuration
combat
:
  # Whether to show damage/defense feedback messages to players
  show-damage-feedback
: true
  show-defense-feedback
: true
 
  # Defense calculation settings
  defense-effectiveness
: 0.1   # Each point of defense reduces damage by this percentage
  max-damage-reduction
: 0.8   # Maximum percentage of damage that can be blocked (80%)
  min-damage-through
: 0.2     # Minimum percentage of damage that always goes through (20%)
----------, Sep 13, 2025

Additions:
  • Implemented HEX support (1.16+) for the plugin. You can now use HEX colours when changing an items display name and/or lore.
----------, Sep 12, 2025

Fixes | Changes:
  • Fixed a minor error with NBT encoding/decoding data.
  • Removed debugging.
----------, Sep 10, 2025

Additions:
  • NBT support added.
  • Added the option to add a custom level to the final product.
  • Added the option to add custom damage and defensive mechanics to the items you craft.
  • Up to six levels of rarity (common, uncommon, rare, epic, legendary and mythic).
  • The ability to toggle whether the item is a regular item or a mythic item.

Screenshot 2025-09-09 173827.png
Screenshot 2025-09-10 110634.png
Screenshot 2025-09-10 110638.png
Screenshot 2025-09-10 110712.png
Screenshot 2025-09-10 110721.png
Screenshot 2025-09-10 110734.png
Screenshot 2025-09-10 110750.png
----------, Sep 10, 2025

Additions:
  • You can now create recipes that require a stacked item. Meaning, you could create something that requires 15 iron (stacked on each other).
  • Unlimited amount of stacking allowed, could be 64x9 ingredients.
  • Combed for duplication bugs and prevented as many as I could find.
----------, Sep 9, 2025

Resource Information
Author:
----------
Total Downloads: 70
First Release: Sep 9, 2025
Last Update: Mar 18, 2026
Category: ---------------
All-Time Rating:
1 ratings
Find more info at discord.gg...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings