allthemons-gf/config/explorerscompass-common.toml
2026-05-17 19:29:34 +02:00

29 lines
2.1 KiB
TOML

[General]
#Allows a player to teleport to a located structure when in creative mode, opped, or in cheat mode.
allowTeleport = false
#Allows players to view the precise coordinates and distance of a located structure on the HUD, rather than relying on the direction the compass is pointing.
displayCoordinates = true
#The maximum radius that will be searched for a structure. Raising this value will increase search accuracy but will potentially make the process more resource intensive.
# Default: 10000
# Range: 0 ~ 1000000
maxRadius = 5000
#A list of structures that the compass will not display in the GUI and will not be able to search for. Wildcard character * can be used to match any number of characters, and ? can be used to match one character. Ex: ["minecraft:buried_treasure", "minecraft:end*", "minecraft:*village*"]
structureBlacklist = []
#The maximum number of samples to be taken when searching for a structure.
# Default: 100000
# Range: 0 ~ 100000000
maxSamples = 50000
#The maximum number of times a player can search for the next instance of a located structure, excluding already-found locations. Set to 0 to disable searching for additional structure instances and make the compass always locate the nearest instance.
# Default: 100
# Range: 0 ~ 10000
maxNextSearches = 100
#The default number of XP levels consumed when searching for a structure. Individual structures can be configured via xpLevelOverrides.
# Default: 0
# Range: 0 ~ 3
defaultXpLevels = 3
#A list of structure-specific XP level costs that override defaultXpLevels, specified as comma-separated "structure_id,num_levels" pairs. Structures not listed here use defaultXpLevels. Max of 3 levels. The wildcard character * can be used to match any number of characters, and ? can be used to match one character. Ex: ["minecraft:buried_treasure,3", "minecraft:end*,2", "minecraft:*village*,1"]
xpLevelOverrides = []
#The number of successful structure searches before the compass breaks and must be repaired. Set to 0 to disable durability.
# Default: 0
# Range: 0 ~ 10000
compassDurability = 10