1.12 Version of the Version Configuration Champions/Champions (Champions) Minecraft Game

Overview

Champions-AFFIXES.TOML files will automatically generate in a world with a Champions module in the first time in the world folder.

Through this configuration file, you can disable affixes, limited grades, and set up black/white lists of affixes of specific monsters.

New affixes cannot be added through configuration files.

Toml field

The Toml structure of this configuration file is a table array, and the following available fields are available in each table:

Disposter identifier

 Identifier = "" 

The identifier field section is the only name of the idiom associated with the current table.In most cases, this will be the name of all lowercase letters.

This field is a required field.

Open up

 enabled =  

Whether this field control is enabled to use this affix, when it is set to FALSE, this affix will not appear when generating champion monsters.

Note: This will not affect the champion monsters with this affix, nor will it prevent the use of instructions or champions to brush monsters to generate champion monsters with this affix.

Monster list

 Mobile = [] 

This field is a solid named space ID list, which is used with the "MobileMissions" field.

Monster permission

 mobpermissions = "Blacklist/Whitelist" 

Determine whether the "MOBLIST" field represents the blacklist or a white list.

When the blacklist indicates that when the monster in the "mobile" field is generated, the affix will not be brought; the white list indicates that only the monster in the "MOBList" field may have the affix when generating.

Note: If you need to configure "a certain monster generation must have a certain affix", please use Champions-Entities.toml configuration (in-site tutorial: physical configuration of versions of 1.12 or above).

grade

 mintier = 

maxtier =

These two fields determine the hierarchical requirements of the champion monster that can be dotted.If this requirement is not met, the affix will not be applied.

Exemplary example

 [Affixes]]

Identifier = "Dampening"

Enabled = true

Mintier = 3

MOBLIST = ["MineCraft: GHAST"]]

Mobpermission = "Whitelist"

This example indicates that the inhibitory affixes will only appear in the deterioration of level 3 level 3.


This article is based on the official wiki and has changed.