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 available for every other player and is useful for Server Hubs. See also Sharestones for an alternative to global waystones.

Waystones can also be configured as team-visible. Team-visible waystones are available to players on the owner's Minecraft scoreboard team.

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:stone_bricksminecraft:stone_brickswaystones:warp_stoneminecraft:stone_bricksminecraft:stone_bricksminecraft:stone_brickswaystones:andesite_waystone
minecraft:chiseled_sandstoneminecraft:chiseled_sandstoneminecraft:chiseled_sandstonewaystones:warp_stoneminecraft:chiseled_sandstoneminecraft:chiseled_sandstoneminecraft:chiseled_sandstonewaystones:sandstone_waystone
minecraft:mossy_stone_bricksminecraft:mossy_stone_bricksminecraft:mossy_stone_brickswaystones:warp_stoneminecraft:mossy_stone_bricksminecraft:mossy_stone_bricksminecraft:mossy_stone_brickswaystones:mossy_andesite_waystone
minecraft:deepslateminecraft:deepslateminecraft:deepslatewaystones:warp_stoneminecraft:deepslateminecraft:deepslateminecraft:deepslatewaystones:deepslate_waystone
minecraft:end_stone_bricksminecraft:end_stone_bricksminecraft:end_stone_brickswaystones:warp_stoneminecraft:end_stone_bricksminecraft:end_stone_bricksminecraft:end_stone_brickswaystones:end_stone_waystone
minecraft:blackstoneminecraft:blackstoneminecraft:blackstonewaystones:warp_stoneminecraft:blackstoneminecraft:blackstoneminecraft:blackstonewaystones:blackstone_waystone
minecraft:emeraldminecraft:emeraldminecraft:emeraldwaystones:warp_stoneminecraft:emeraldminecraft:emeraldminecraft:emeraldwaystones:red_nether_bricks_waystone
minecraft:purpur_blockminecraft:purpur_blockminecraft:purpur_blockwaystones:warp_stoneminecraft:purpur_blockminecraft:purpur_blockminecraft:purpur_blockwaystones:purpur_waystone
minecraft:prismarineminecraft:prismarineminecraft:prismarinewaystones:warp_stoneminecraft:prismarineminecraft:prismarineminecraft:prismarinewaystones:prismarine_waystone
minecraft:mud_bricksminecraft:mud_bricksminecraft:mud_brickswaystones:warp_stoneminecraft:mud_bricksminecraft:mud_bricksminecraft:mud_brickswaystones:mud_bricks_waystone
waystones:andesite_waystoneminecraft:vineminecraft:vineminecraft:vinewaystones:mossy_andesite_waystone
waystones:andesite_waystoneminecraft:moss_blockminecraft:moss_blockminecraft:moss_blockwaystones:mossy_andesite_waystone

World Generation

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

Configuration

defaultVisibility
DefaultWaystoneVisibility
Set to "global" to have newly placed or found waystones be global by default. (Default: ACTIVATION) (Allowed values: ACTIVATION, GLOBAL)
enableXpCosts
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 in Shogi format. (Default: [$xp_points_cost = $distance * 0.01, is_interdimensional -> $xp_points_cost = 27, source(is_warp_plate()) -> $xp_points_cost = 0, target(is_global()) -> $xp_points_cost = 0, $xp_points_cost = clamp($xp_points_cost, 0, 27), is_warp_stone -> damage_item(80), is_inventory_button -> cooldown_cost('inventory_button', '300s')])