config: explorer compass

This commit is contained in:
Snogard 2025-02-10 02:20:10 +01:00
parent 7cf29ccc7c
commit be6c44013b
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,13 @@
[Client]
#Displays Explorer's Compass information on the HUD even while chat is open.
displayWithChatOpen = true
#Attempts to translate structure names before fixing the unlocalized names. Translations may not be available for all structures.
translateStructureNames = true
#The line offset for information rendered on the HUD.
#Range: 0 ~ 50
overlayLineOffset = 1
#The side for information rendered on the HUD. Ex: LEFT, RIGHT
#Allowed Values: LEFT, RIGHT
overlaySide = "LEFT"

View File

@ -0,0 +1,15 @@
[General]
#Allows a player to teleport to a located structure when in creative mode, opped, or in cheat mode.
allowTeleport = true
#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 = false
#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.
#Range: 0 ~ 1000000
maxRadius = 10000
#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:stronghold", "minecraft:endcity", "minecraft:*village*"]
structureBlacklist = []
#The maximum number of samples to be taken when searching for a structure.
#Range: 0 ~ 100000000
maxSamples = 100000