Waystone

Teleport to any other waystone after you activate it.

The waystone is a block that can be crafted and placed, or found in the world. Players can activate waystones, which will allow them to teleport back to those waystones using items such as the Warp Stone or Warp Scrolls. Waystones can also be used to travel between each other.

Players in Creative Mode can configure a Waystone to be "global". This means the Waystone will be automatically activated for every other player and is useful for Server Hubs. See also Sharestones for an alternative to global waystones.

Waystones can be broken with a Silk Touch enchanted pickaxe to be able to move one without everyone losing access to it.

Usage

  • Right-click a waystone to activate it.
  • Right-click an activated waystone to choose a Waystone to teleport to.
  • Shift-right-click a waystone to edit its name.

Crafting

minecraft:stone_bricksminecraft:obsidianminecraft:stone_brickswaystones:warp_stoneminecraft:obsidianminecraft:stone_bricksminecraft:obsidianwaystones:waystone
minecraft:chiseled_sandstoneminecraft:obsidianminecraft:chiseled_sandstonewaystones:warp_stoneminecraft:obsidianminecraft:chiseled_sandstoneminecraft:obsidianwaystones:sandy_waystone
minecraft:mossy_stone_bricksminecraft:obsidianminecraft:mossy_stone_brickswaystones:warp_stoneminecraft:obsidianminecraft:mossy_stone_bricksminecraft:obsidianwaystones:mossy_waystone
minecraft:deepslateminecraft:obsidianminecraft:deepslatewaystones:warp_stoneminecraft:obsidianminecraft:deepslateminecraft:obsidianwaystones:deepslate_waystone
minecraft:end_stone_bricksminecraft:obsidianminecraft:end_stone_brickswaystones:warp_stoneminecraft:obsidianminecraft:end_stone_bricksminecraft:obsidianwaystones:end_stone_waystone
minecraft:blackstoneminecraft:obsidianminecraft:blackstonewaystones:warp_stoneminecraft:obsidianminecraft:blackstoneminecraft:obsidianwaystones:blackstone_waystone
waystones:waystoneminecraft:vineminecraft:vineminecraft:vinewaystones:mossy_waystone
waystones:waystoneminecraft:moss_blockminecraft:moss_blockminecraft:moss_blockwaystones:mossy_waystone

World Generation

Waystones can be generated in villages or in the wild. See World Generation for more information.

Configuration

defaultVisibility
WaystoneVisibility

Set to "global" to have newly placed or found waystones be global by default. (Default: ACTIVATION) (Allowed values: ACTIVATION, GLOBAL, SHARD_ONLY, ORANGE_SHARESTONE, MAGENTA_SHARESTONE, LIGHT_BLUE_SHARESTONE, YELLOW_SHARESTONE, LIME_SHARESTONE, PINK_SHARESTONE, GRAY_SHARESTONE, LIGHT_GRAY_SHARESTONE, CYAN_SHARESTONE, PURPLE_SHARESTONE, BLUE_SHARESTONE, BROWN_SHARESTONE, GREEN_SHARESTONE, RED_SHARESTONE, BLACK_SHARESTONE)

allowedVisibilities
Set

Add "global" to allow every player to create global waystones. (Default: []) (Allowed values: ACTIVATION, GLOBAL, SHARD_ONLY, ORANGE_SHARESTONE, MAGENTA_SHARESTONE, LIGHT_BLUE_SHARESTONE, YELLOW_SHARESTONE, LIME_SHARESTONE, PINK_SHARESTONE, GRAY_SHARESTONE, LIGHT_GRAY_SHARESTONE, CYAN_SHARESTONE, PURPLE_SHARESTONE, BLUE_SHARESTONE, BROWN_SHARESTONE, GREEN_SHARESTONE, RED_SHARESTONE, BLACK_SHARESTONE)

enableCosts
Boolean

Set to false to simply disable all xp costs. See warpRequirements for more fine-grained control. (Default: true)

enableCooldowns
Boolean

Set to false to simply disable all cooldowns. See warpRequirements for more fine-grained control. (Default: true)

warpRequirements
List

List of warp requirements with comma-separated parameters in parentheses. Conditions can be defined as comma-separated list in square brackets. Will be applied in order. (Default: [[is_not_interdimensional] scaled_add_xp_cost(distance, 0.01), [is_interdimensional] add_xp_cost(27), [source_is_warp_plate] multiply_xp_cost(0), [target_is_global] multiply_xp_cost(0), min_xp_cost(0), max_xp_cost(27), [source_is_inventory_button] add_cooldown(inventory_button, 300)])