Mod Compatibility

JourneyMap

Waystones has inbuilt support for JourneyMap. Waystones will be added as waypoints to the map.

journeyMap
Boolean

If enabled, JourneyMap waypoints will be created for each activated waystone. (Default: true)

preferJourneyMapIntegrationMod
Boolean

If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed (Default: true)

BlueMap

Waystones has inbuilt support for BlueMap. Waystones and Sharestones will be added as markers to the map.

blueMap
Boolean

If enabled, Waystones will add markers for waystones and sharestones to BlueMap. (Default: true)

Dynmap

Waystones has inbuilt support for Dynmap. Waystones and Sharestones will be added as markers to the map.

dynmap
Boolean

If enabled, Waystones will add markers for waystones and sharestones to Dynmap. (Default: true)

Unbreakables

Waystones has inbuilt support for Unbreakables. For example, you can use Unbreakables to make generated waystones unbreakable.

Additionally, the following conditions are made available to Unbreakables rules:

ConditionDescriptionExample
is_waystone_owner()Passes if the player is the owner of the waystone[is_waystone_owner()]
is_not_waystone_owner()Passes if the player is not the owner of the waystone[is_not_waystone_owner()]
is_waystone_global()Passes if the waystone is a global waystone[is_waystone_global()]
is_not_waystone_global()Passes if the waystone is not a global waystone[is_not_waystone_global()]