HyronicHyronic Mcmmo Docs

party.yml

The master on/off switch for mcMMO's entire party system.

party.yml is tiny: a single switch that enables or disables the whole party system. Turn Party.Enabled off and all party commands, chat, and sharing stop working.

Party behavior (max size, level cap, sharing ranges) lives under the Party section of config.yml. This file is only the master toggle.

Default party.yml

Full default file shipped with mcMMO 2.2.054:

# Settings for mcMMO Party System
Party:
    # Enable or disable the mcMMO party system
    Enabled: true

On this page