Mod Compatibility
JourneyMap
Waystones has inbuilt support for JourneyMap. Waystones will be added as waypoints to the map.
If enabled, JourneyMap waypoints will be created for each activated waystone. (Default: true)
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.
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.
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:
Condition | Description | Example |
---|---|---|
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()] |
Permissions
Waystones has inbuilt support for permission systems. It exposes the following permissions:
Permission | Description | Default |
---|---|---|
waystones:edit_all | Bypasses check for ownership or restricted waystone origins when editing. | Creative Mode Players |
waystones:command.waystones.activate | Running the /waystones activate command. | Operator |
waystones:command.waystones.forget | Running the /waystones forget command. | Operator |
waystones:command.waystones.count | Running the /waystones count command. | Operator |
waystones:command.waystones.list | Running the /waystones list command. | Operator |
waystones:command.waystones.gui | Running the /waystones gui command. | Operator |