Default Configuration

You can find here all the default file of MercuryBasics

Config.yml

LICENCE: ""

COOLDOWN:
  # Cooldown in seconds
  PEARL: 16
  GOLDEN_APPLE: 5
  GOD_APPLE: 120

BOTTLEXP:
  ENABLE: true
  # 2 modes available.
  # VANILLA = Convert XP to Vanilla bottle. (Classic mode)
  # CHEAT = Convert XP to a single bottle with specific level. (Cheat mode)
  MODE_TYPE: VANILLA
  MINIMUM_LEVEL_TO_DO_BOTTLE: 5
  # Fees for convert to Vanilla mode ONLY (We recommand to stay at default values so 8)
  FEES: 8

CHAT_MANAGER:
  #Enable ChatManager module
  ENABLE: true
  # Nomber of empty messages sent to clear the chat (default value is good : 75)
  AMOUNT_OF_EMPTY_MESSAGE: 75

AUTO_BROADCAST:
  INTERVAL_IN_SECOND: 60

COMMANDS:
  # This option enable discord, website, ts, vote commands.
  ENABLE: true

TRASH:
  GUI_SIZE: 54
  TRASH_GUI_NAME: "§cTrash"

NETHER_PORTAL:
  CREATE_PORTAL: false
  ENTER_PORTAL: false

WITHER:
  SPAWN: false

WEATHER:
  DISABLE_RAIN: true

CLEARLAG:
  ENABLE: true
  CHECK_IN_SECOND_FOR_CLEARLAG: 600 # 10 mins.

ANTI_CURSE:
  ENABLE: true
  BANNED_WORLD:
    - "fdp"
    - "ntm"

ANTI_OP:
  CHECK_IN_SECONDS: 5
  OP_LIST:
    - SwartZ_
    - player2
  GM_LIST:
    - SwartZ_
    - player2

LIMITERS:
  # Should we disable all natural mob spawning?
  MOBS_SPAWN_ONLY_FROM_SPAWNERS: false
  MOB_LIMIT_PER_CHUNK: 20

Messages.yml

Limiters.yml

Last updated