Skip to content
muhahahahe edited this page Jan 31, 2018 · 18 revisions

default config.yml, located in .../MythicMobsExtension/:

Configuration:
  # DO NOT edit the version number
  Version: 1
  Debug: false
  Update_Notification: true
  Patches:
    NaN_Patch: true
  Modules:
    Mythic_Players: true
    Mythic_Thiefs: true
    Cached_Owners: true
  Entities:
    Mythic_Parrot: true
  Compatibility:
    Worldguard: true
    Factions: true
    RPGItems: true
    MobArena: true
    Holographic_Displays: true

Describtion

Version:                     simple "DO NOT TOUCH!"
Debug:                      turn on debug log, located in .../MythicMobsExtension/log/
*debug is not integrated yet*
UpdateNotification: if true, get a console info when a new version is available
NaN_Patch:               turn the NaN Patch on/off
Mythic_Players:        turn Mythic Players Module on/off
Mythic_Thiefs:          turn Mythic Thiefs Module on/off
Cached_Owners:       turn Cached Owners Module for setcachedowner mechanic on/off
Mythic_Parrot:          turn custom bukkit entity mythic_parrot on/off
Compatibility:           turn other plugin support on/off
doesn't matter if the plugin isn't even installed

Clone this wiki locally