Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 158
    • Issues 158
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Config
  • config items

config items · Changes

Page history
moved default configs authored Mar 31, 2025 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 2 additions and 0 deletions
+2 -0
  • config/config-items.md config/config-items.md +2 -0
  • No files found.
config/config-items.md 0 → 100644
View page @ d6c5b0fb
```yaml
#
# Item Configuration Options
#
# More information about Mythic item features can be found here:
# https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/Items/Items
#
Configuration:
#================================================================================
# Item Updater
#================================================================================
ItemUpdating:
Enabled: true
#================================================================================
# FancyDrop Everything (EXPERIMENTAL)
#================================================================================
EnableFancyDropEffectsEverywhere: false
#================================================================================
# Item Defaults - choose what item options default to
#================================================================================
DefaultItemOptions:
Material: STONE
PreventEnchanting: false # Can be true or false
PreventCrafting: modeled # Can be true, false, modeled, or default
PreventAnviling: default # Can be true, false, modeled, or default
PreventSmithing: default # Can be true, false, modeled, or default
#================================================================================
# Item Skills (requires Crucible)
#================================================================================
ItemSkills:
JoinDelay: 20 # Delay when joining before items are scanned
#================================================================================
# Item Stats (requires Crucible)
#================================================================================
ItemStats:
Rounding: 2 # Default decimal places to round stats to when generated
SaveRatios: false # Save generated stat ratios for the Item Updater
#================================================================================
# Custom Blocks (requires Crucible)
#================================================================================
CustomBlocks:
SwapIsPickBlock: true # Can be true or false
#================================================================================
# Custom Furniture (requires Crucible)
#================================================================================
Furniture:
DefaultType: DISPLAY # Can be DISPLAY, ARMOR_STAND or ITEM_FRAME
```
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
Mythic Add-ons
Compatible Plugins
API Information

Guides
  • Troubleshooting
  • FAQ / Common Issues
  • Examples
Packs

MythicScribe MythicScribe - VSCode Extension

Mobs
  • Mob Options
    • Display Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • Extra: Disguises
  • Extra: ModelEngine

Skills
  • Mechanics
    • Mechanics by Tag
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables

Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework

Drops & DropTables
  • Drops
  • DropTables
  • FancyDrops

Spawning
  • Spawners
  • Random Spawns

Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats

Other
  • Particles Types
  • Audience
  • Equipment Slots
  • Pins
Technical
  • Math
  • Item Matcher
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • SkillTree
  • Advanced User Guides and Techniques