Configuration
waystones-common.tomlrulesdefaultVisibilityDefaultWaystoneVisibilitySet to "global" to have newly placed or found waystones be global by default.
- Default value
ACTIVATION- Valid values
ACTIVATIONGLOBAL
allowEveryoneToManageGlobalWaystonesBooleanSet to true to allow everyone to manage global waystones. Always true if defaultVisibility is global. Can be overridden by Shogi rule may_manage_global_waystones.
- Default value
false
enableXpCostsBooleanSet to false to simply disable all xp costs. See rules for more fine-grained control.
- Default value
true
enableDurabilityBooleanSet to false to simply disable all durability costs. See rules for more fine-grained control.
- Default value
true
enableCooldownsBooleanSet to false to simply disable all cooldowns. See rules for more fine-grained control.
- Default value
true
warpSettingsListList of variables used in the warpRequirements configuration.
- Default value
[$xp_per_block = 0.01, $min_xp_cost = 0, $max_xp_cost = 27, $interdimensional_xp_cost = 27, $inventory_button_cooldown = '300s']
warpRequirementsListList of warp requirements in Shogi format.
- Default value
[$uses_xp #= any(source(is_waystone), source(is_warp_stone)), $uses_xp -> $xp_points_cost = $distance * $xp_per_block, $uses_xp + is_interdimensional -> $xp_points_cost = $interdimensional_xp_cost, $uses_xp -> $xp_points_cost = clamp($xp_points_cost, 0, $max_xp_cost), is_warp_stone -> damage_item(80), is_inventory_button -> cooldown_cost('inventory_button', $inventory_button_cooldown)]
transportPetsTransportMobsSet to enabled to have nearby pets teleport with you. Set to same_dimension to have nearby pets teleport with you only if you're not changing dimensions. Set to disabled to disable.
- Default value
DISABLED- Valid values
ENABLEDSAME_DIMENSIONDISABLED
transportLeashedTransportMobsSet to enabled to have leashed mobs teleport with you. Set to same_dimension to have leashed mobs teleport with you only if you're not changing dimensions. Set to disabled to disable.
- Default value
ENABLED- Valid values
ENABLEDSAME_DIMENSIONDISABLED
entityDenyListSetList of entities that cannot be teleported, either as pet, leashed, or on warp plates.
- Default value
[minecraft:wither]
enableModifiersBooleanSet to true to enable warp modifier items for applying status effects on teleports.
- Default value
true
inventoryButtoninventoryButtonStringSet to 'none' for no inventory button. Set to 'nearest' for an inventory button that teleports to the nearest waystone. Set to 'any' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone.
- Default value
inventoryButtonXIntegerThe x position of the inventory button in the inventory.
- Default value
58
inventoryButtonYIntegerThe y position of the inventory button in the inventory.
- Default value
60
creativeInventoryButtonXIntegerThe x position of the inventory button in the creative menu.
- Default value
88
creativeInventoryButtonYIntegerThe y position of the inventory button in the creative menu.
- Default value
33
worldGenwildWaystoneStyleWorldGenStyleSet to default to only generate the normally textured waystones. Set to mossy or sandy to generate all as that variant. Set to biome to make the style depend on the biome it is generated in.
- Default value
BIOME- Valid values
DEFAULTMOSSYSANDYBLACKSTONEDEEPSLATEEND_STONEBIOME
chunksBetweenWildWaystonesIntegerApproximate chunk distance between wild waystones being generated. Set to 0 to disable generation.
- Default value
25
wildWaystonesDimensionAllowListSetList of dimensions that wild waystones are allowed to spawn in. If left empty, all dimensions except those in wildWaystonesDimensionDenyList will be able to spawn waystones, provided the biomes are in the has_structure/waystone tag.
- Default value
[minecraft:overworld, minecraft:the_nether, minecraft:the_end]
wildWaystonesDimensionDenyListSetList of dimensions that wild waystones are not allowed to spawn in, even if the biome is in the has_structure/waystone tag. Only used if wildWaystonesDimensionAllowList is empty.
- Default value
[]
nameGenerationModeNameGenerationModeSet to preset_first to first use names from the nameGenerationPresets. Set to preset_only to use only those custom names. Set to mixed to have some waystones use custom names, and others random names.
- Default value
PRESET_FIRST- Valid values
PRESET_FIRSTRANDOM_ONLYPRESET_ONLYMIXED
nameGenerationTemplateStringThe template to use when generating new names. Supported placeholders are {Biome} (english biome name) and {MrPork} (the default name generator).
- Default value
{MrPork}
nameGenerationPresetsListThese names will be used for the preset name generation mode. See the nameGenerationMode option for more info.
- Default value
[]
spawnInVillagesVillageWaystoneGenerationSet to regular to have waystones spawn in some villages. Set to frequent to have waystones spawn in most villages. Set to disabled to disable waystone generation in villages. Waystones will only spawn in vanilla or supported villages.
- Default value
REGULAR- Valid values
DISABLEDREGULARFREQUENT
journeyMapenabledBooleanIf enabled, JourneyMap waypoints will be created for each activated waystone.
- Default value
true
preferJourneyMapIntegrationModBooleanIf enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed.
- Default value
true
dynmapenabledBooleanIf enabled, Waystones will add markers for waystones and sharestones to Dynmap.
- Default value
true
blueMapenabledBooleanControls whether Waystones' BlueMap integration should be loaded.
- Default value
true
includeWaystonesBooleanIf enabled, waystones will be tracked as markers on BlueMap.
- Default value
true
includeSharestonesBooleanIf enabled, sharestones will be tracked as markers on BlueMap.
- Default value
true
includeUndiscoveredWaystonesBooleanIf enabled, undiscovered waystones will be tracked as markers on BlueMap.
- Default value
false
clientdisableTextGlowBooleanIf enabled, the text overlay on waystones will no longer always render at full brightness.
- Default value
false