[HR][/HR]
✨ Overview
Transform your server with MystiForge - the ultimate random item stats system! Featuring 50+ unique stats ranging from common utilities to legendary artifacts, this plugin adds depth and excitement to every item interaction.
Key Features:
• 50+ Unique Stats with rich descriptions
• Legendary Artifacts with ultra-rare powers
• Automatic Application on craft, pickup, and loot chests
• GUI Wiki System for easy stat browsing
• Language Support with customizable names
• Balanced Progression from common to mythical tiers
[HR][/HR]
Featured Stats
⚙️ Configuration
Commands & Permissions
Technical Details
Requirements & Installation
Requirements:
• Minecraft Server 1.20+
• Java 17 or higher
• Spigot/Paper/Purpur
Installation:
1. Download MystiForge-1.0.jar
2. Place in your server's plugins/ folder
3. Restart your server
4. Configure config.yml and stats.yml as needed
5. Use /mf reload to apply changes
[HR][/HR]
Why Choose MystiForge?
Perfect for RPG Servers
Rich lore, immersive descriptions, and fantasy-themed stats create an authentic RPG experience.
⚔️ Balanced PvP Ready
Carefully balanced risk/reward system with meaningful trade-offs for competitive gameplay.
Engaging Progression
From common utilities to legendary artifacts, players always have something to strive for.
Highly Customizable
Extensive configuration options, language support, and easy stat creation for server owners.
Professional Quality
Clean code, comprehensive documentation, and active development ensure reliability.
[HR][/HR]
✨ Overview
Transform your server with MystiForge - the ultimate random item stats system! Featuring 50+ unique stats ranging from common utilities to legendary artifacts, this plugin adds depth and excitement to every item interaction.
Key Features:
• 50+ Unique Stats with rich descriptions
• Legendary Artifacts with ultra-rare powers
• Automatic Application on craft, pickup, and loot chests
• GUI Wiki System for easy stat browsing
• Language Support with customizable names
• Balanced Progression from common to mythical tiers
[HR][/HR]
Featured Stats
Spoiler: Legendary Artifacts (Ultra Rare 2-4%)
Dragon Slayer
(3% chance)
Forged to slay the mightiest dragons with overwhelming power and fury
• +8 Attack Damage, +0.4 Attack Speed, +5 Luck
• Effects: Strength III, Fire Resistance, Glowing
Immortal Guardian
(2% chance)
• +8 Attack Damage, +0.4 Attack Speed, +5 Luck
• Effects: Strength III, Fire Resistance, Glowing
Legendary armor that grants near immortality to its worthy bearer
• +20 Max Health, +6 Armor, +5 Armor Toughness
• Effects: Resistance III, Regeneration II, Absorption III
Void Reaper
(4% chance)
• +20 Max Health, +6 Armor, +5 Armor Toughness
• Effects: Resistance III, Regeneration II, Absorption III
Harvests souls from the void realm, growing stronger with each kill
• +6 Attack Damage, -6 Max Health, +8 Luck
• Effects: Wither II, Strength IV, Invisibility
Celestial Wings
(3.5% chance)
• +6 Attack Damage, -6 Max Health, +8 Luck
• Effects: Wither II, Strength IV, Invisibility
Wings blessed by celestial beings granting flight and divine protection
• +0.3 Flying Speed, -0.05 Gravity, +20 Safe Fall Distance
• Effects: Levitation, Slow Falling, Glowing
• +0.3 Flying Speed, -0.05 Gravity, +20 Safe Fall Distance
• Effects: Levitation, Slow Falling, Glowing
Spoiler: Elemental Masters (7-9%)
Inferno Master - Commands eternal flames and fire immunity
Frost Monarch - Rules frozen wastelands with ice power
Thunder Lord - Wields raw lightning and thunderous force
Earth Titan - Embodies mountain strength and stone endurance
Frost Monarch - Rules frozen wastelands with ice power
Thunder Lord - Wields raw lightning and thunderous force
Earth Titan - Embodies mountain strength and stone endurance
Spoiler: Mystical Powers (5-11%)
Time Weaver - Manipulates the flow of time itself
Soul Harvester - Feeds on fallen enemies' souls
Dream Walker - Walks between dreams and reality
Angel's Blessing - Blessed by divine angels with pure light
Soul Harvester - Feeds on fallen enemies' souls
Dream Walker - Walks between dreams and reality
Angel's Blessing - Blessed by divine angels with pure light
Spoiler: Cursed Artifacts (5-9%)
[HR][/HR]
Blood Pact - Dark contract sealed in blood trading life for power
Madness Embrace - Embraces chaos for unpredictable devastating power
Plague Bearer - Carries ancient plagues and diseases
Demon Contract - Pact with demonic forces for hellish power
Madness Embrace - Embraces chaos for unpredictable devastating power
Plague Bearer - Carries ancient plagues and diseases
Demon Contract - Pact with demonic forces for hellish power
⚙️ Configuration
Spoiler: File Structure
MystiForge/
├── config.yml # Main configuration
├── stats.yml # 50+ unique stats
├── languages/ # Language system
│ ├── attributes.yml # Attribute display names
│ ├── effects.yml # Effect display names
│ └── messages.yml # Plugin messages
└── ADVANCED/ # Advanced configuration
└── item_default_attributes.yml # Default item attributes
Code (Text):
MystiForge/
├── config.yml # Main configuration
├── stats.yml # 50+ unique stats
├── languages/ # Language system
│ ├── attributes.yml # Attribute display names
│ ├── effects.yml # Effect display names
│ └── messages.yml # Plugin messages
└── ADVANCED/ # Advanced configuration
└── item_default_attributes.yml # Default item attributes
Spoiler: Basic Configuration
config.yml
# Lore formatting configuration
lore-format:
- "%display_name%"
- "&8%description%"
- "&f Attributes:"
- "&8 - &7%attributes%: &f%attributes_value%"
- "&f Effects:"
- "&8 - &7%effects% %level_roman_numeral%"
# Randomization settings
randomization:
on-craft: true
on-pickup: true
on-loot-chest: true
Code (Text):
# Lore formatting configuration
lore-format:
- "%display_name%"
- "&8%description%"
- "&f Attributes:"
- "&8 - &7%attributes%: &f%attributes_value%"
- "&f Effects:"
- "&8 - &7%effects% %level_roman_numeral%"
# Randomization settings
randomization:
on-craft: true
on-pickup: true
on-loot-chest: true
Spoiler: Stats Example
[HR][/HR]
stats.yml
warrior_strength:
type:
- "WEAPON"
display-name: "&c&lWarrior's Strength"
descriptions:
- "Enhances combat prowess with increased"
- "damage and health for brave warriors"
chance: 15.0
attributes:
GENERIC_ATTACK_DAMAGE: 2.0
GENERIC_MAX_HEALTH: 4.0
effects:
INCREASE_DAMAGE: 1
Code (Text):
warrior_strength:
type:
- "WEAPON"
display-name: "&c&lWarrior's Strength"
descriptions:
- "Enhances combat prowess with increased"
- "damage and health for brave warriors"
chance: 15.0
attributes:
GENERIC_ATTACK_DAMAGE: 2.0
GENERIC_MAX_HEALTH: 4.0
effects:
INCREASE_DAMAGE: 1
Commands & Permissions
Spoiler: Commands
/mf wiki - Open the interactive stats wiki GUI
/mf info - Display plugin information and statistics
/mf help - Show all available commands
/mf reload - Reload plugin configuration
/mf debug - Toggle debug mode for development
/mf info - Display plugin information and statistics
/mf help - Show all available commands
/mf reload - Reload plugin configuration
/mf debug - Toggle debug mode for development
Spoiler: Permissions
[HR][/HR]
mystiforge.wiki - Access to stats wiki GUI
mystiforge.info - View plugin information
mystiforge.help - Access help command
mystiforge.reload - Reload plugin configuration
mystiforge.debug - Toggle debug mode
mystiforge.admin - Full administrative access
mystiforge.info - View plugin information
mystiforge.help - Access help command
mystiforge.reload - Reload plugin configuration
mystiforge.debug - Toggle debug mode
mystiforge.admin - Full administrative access
Technical Details
Spoiler: Supported Attributes & Effects
25 Minecraft Attributes Supported:
GENERIC_ATTACK_DAMAGE, GENERIC_MAX_HEALTH, GENERIC_MOVEMENT_SPEED, GENERIC_ARMOR, GENERIC_ARMOR_TOUGHNESS, GENERIC_ATTACK_SPEED, GENERIC_LUCK, GENERIC_SCALE, GENERIC_STEP_HEIGHT, GENERIC_GRAVITY, GENERIC_SAFE_FALL_DISTANCE, GENERIC_FALL_DAMAGE_MULTIPLIER, GENERIC_JUMP_STRENGTH, GENERIC_BURNING_TIME, GENERIC_EXPLOSION_KNOCKBACK_RESISTANCE, GENERIC_MOVEMENT_EFFICIENCY, GENERIC_OXYGEN_BONUS, GENERIC_WATER_MOVEMENT_EFFICIENCY
33 Potion Effects Supported:
SPEED, INCREASE_DAMAGE, REGENERATION, DAMAGE_RESISTANCE, FIRE_RESISTANCE, WATER_BREATHING, NIGHT_VISION, INVISIBILITY, JUMP, FAST_DIGGING, SLOW_FALLING, LEVITATION, GLOWING, ABSORPTION, HEALTH_BOOST, SATURATION, LUCK, UNLUCK, WEAKNESS, POISON, WITHER, HUNGER, CONFUSION, BLINDNESS, SLOW, SLOW_DIGGING, HARM, HEAL, DARKNESS, BAD_OMEN, HERO_OF_THE_VILLAGE, CONDUIT_POWER, DOLPHINS_GRACE
GENERIC_ATTACK_DAMAGE, GENERIC_MAX_HEALTH, GENERIC_MOVEMENT_SPEED, GENERIC_ARMOR, GENERIC_ARMOR_TOUGHNESS, GENERIC_ATTACK_SPEED, GENERIC_LUCK, GENERIC_SCALE, GENERIC_STEP_HEIGHT, GENERIC_GRAVITY, GENERIC_SAFE_FALL_DISTANCE, GENERIC_FALL_DAMAGE_MULTIPLIER, GENERIC_JUMP_STRENGTH, GENERIC_BURNING_TIME, GENERIC_EXPLOSION_KNOCKBACK_RESISTANCE, GENERIC_MOVEMENT_EFFICIENCY, GENERIC_OXYGEN_BONUS, GENERIC_WATER_MOVEMENT_EFFICIENCY
33 Potion Effects Supported:
SPEED, INCREASE_DAMAGE, REGENERATION, DAMAGE_RESISTANCE, FIRE_RESISTANCE, WATER_BREATHING, NIGHT_VISION, INVISIBILITY, JUMP, FAST_DIGGING, SLOW_FALLING, LEVITATION, GLOWING, ABSORPTION, HEALTH_BOOST, SATURATION, LUCK, UNLUCK, WEAKNESS, POISON, WITHER, HUNGER, CONFUSION, BLINDNESS, SLOW, SLOW_DIGGING, HARM, HEAL, DARKNESS, BAD_OMEN, HERO_OF_THE_VILLAGE, CONDUIT_POWER, DOLPHINS_GRACE
Spoiler: How It Works
[HR][/HR]
1. Whitelist Check - Only items in the type whitelist can receive stats
2. Type Detection - System determines if item is ARMOR, WEAPON, or TOOL
3. Equipment Slot Mapping - Each item type is mapped to its correct equipment slot
4. Stat Filtering - Only compatible stats are considered for random selection
5. Default Attribute Loading - Base attributes are loaded from item_default_attributes.yml
6. Additive Calculation - Custom stats are added to default attributes
7. Smart Application - Final attributes = Default + Custom values
8. Effect Management - Potion effects automatically apply/remove when items are equipped/unequipped
9. NBT Storage - All stat and effect data is stored in item NBT for persistence and reliability
2. Type Detection - System determines if item is ARMOR, WEAPON, or TOOL
3. Equipment Slot Mapping - Each item type is mapped to its correct equipment slot
4. Stat Filtering - Only compatible stats are considered for random selection
5. Default Attribute Loading - Base attributes are loaded from item_default_attributes.yml
6. Additive Calculation - Custom stats are added to default attributes
7. Smart Application - Final attributes = Default + Custom values
8. Effect Management - Potion effects automatically apply/remove when items are equipped/unequipped
9. NBT Storage - All stat and effect data is stored in item NBT for persistence and reliability
Requirements & Installation
Requirements:
• Minecraft Server 1.20+
• Java 17 or higher
• Spigot/Paper/Purpur
Installation:
1. Download MystiForge-1.0.jar
2. Place in your server's plugins/ folder
3. Restart your server
4. Configure config.yml and stats.yml as needed
5. Use /mf reload to apply changes
[HR][/HR]
Why Choose MystiForge?
Perfect for RPG Servers
Rich lore, immersive descriptions, and fantasy-themed stats create an authentic RPG experience.
⚔️ Balanced PvP Ready
Carefully balanced risk/reward system with meaningful trade-offs for competitive gameplay.
Engaging Progression
From common utilities to legendary artifacts, players always have something to strive for.
Highly Customizable
Extensive configuration options, language support, and easy stat creation for server owners.
Professional Quality
Clean code, comprehensive documentation, and active development ensure reliability.
[HR][/HR]
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20, 1.20.6, 1.21
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
MystiForge - Random item stats system is a free Minecraft Java mod. Compatible with Minecraft 1.20, 1.20.6, 1.21. Downloaded 121 times (via Spigot). Download it and open it directly in the game.