HyronicHyronic Mcmmo Docs

hidden.yml

Experimental, advanced-only internal toggles, the Chunklets metadata store, conversion rate, and enchantment-vs-potion buffs.

hidden.yml holds low-level, experimental switches most servers should never touch.

KeyMeaning
ChunkletsUse the Chunklets metadata store system
ConversionRateSquare root of chunks converted per tick
EnchantmentBuffsUse enchantment buffs (vs potion buffs) for Super Breaker / Giga Drill Breaker

Advanced users only. You must re-apply any change here every time you update mcMMO, because the file is reset on update.

Default hidden.yml

Full default file shipped with mcMMO 2.2.054:

#
# WARNING: THIS CONFIG IS FOR ADVANCED USERS ONLY.
# You will need to reset any values in this config every time you update mcMMO
###
Options:
    # true to use Chunklets metadata store system, false to disable
    Chunklets: true
    # Square root of the number of chunks to convert per tick.
    ConversionRate: 1
    # true to use enchantment buffs for Super Breaker & Giga Drill Breaker, false to use potion buffs
    EnchantmentBuffs: true

On this page