Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Dec 7, 2024
1 parent b9b6bcc commit fbac696
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config/jmi-client.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#Client-Side Integration
[FTBChunks]
#Enable FTBChunks Integration
ftbChunks = true
# Default: 0.22222299873828888
# Range: 0.0 ~ 1.0
claimedChunkOverlayOpacity = 0.22222299873828888
#Disable conflict functions for FTBChunks (MiniMap, Waypoint beam, Death waypoint)
disableFTBFunction = true

[Waystones]
#Enable Waystones Integration
waystones = true
#The color code for Waystone marker. You can generate the color code from https://www.mathsisfun.com/hexadecimal-decimal-colors.html
# Default: 16777215
# Range: 0 ~ 16777215
wayStoneMarkerColor = 16777215

[WaypointMessage]
#List of block id and tags for WaypointMessage. e.g., ["#forge:ores/diamond", "minecraft:diamond_block"]
waypointMessageBlocks = []
emptyHandOnly = true

["JourneyMap Default Config"]
#When local JM default config version is older than `defaultConfigVersion` it will copy everything under `/config/jmdefaultconfig/` to `/journeymap/` and replace the existing files. Set to -1 to disable.
# Default: -1
# Range: > -1
defaultConfigVersion = -1

0 comments on commit fbac696

Please sign in to comment.