Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Server-Side Waystones

Server-Side Waystones

Polymer-based server sided Waystone mod, with Geyser and vanilla client support.

7,005
56
Game Mechanics
Magic
Transportation

Compatibility

Minecraft: Java Edition

1.21.x

Platforms

Fabric

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Join Discord server

Creators

sylvxa
sylvxa Member

Details

Licensed MIT
Published 11 months ago
Updated 2 weeks ago
DescriptionGalleryChangelogVersions

Show all versions

Server-Side Waystones 1.2.3

by sylvxa on Jun 17, 2025
Download
  • Update to 1.21.6

Server-Side Waystones 1.2.3

by sylvxa on Jun 16, 2025
Download
  • Fix NPE related to the text display
  • Add pve_combat option

Server-Side Waystones 1.2.2

by sylvxa on May 21, 2025
Download
  • Fix bug where all waystones would share the same access setting data
  • Add physical_icon_display option

Server-Side Waystones 1.2.1

by sylvxa on Apr 25, 2025
Download
  • Added a waystone_limit configuration option
  • Added permission node for /sswaystones
  • Fix a bug where non-stone brick waystones would be destroyed when teleported to

Server-Side Waystones 1.2.0-rc2

by sylvxa on Apr 24, 2025
Download

WARNING: This update will reset the "global" status of waystones due to the access setting changes. Sorry!

Back up your worlds before updating!

This release is named rc2 in case I need to make any edits, but assume that this will be the public version of 1.2.0. (the name will be edited if there are no major issues found)

Access Settings

  • Added "server-owned" waystones
    • Appear at the top of waystone list
    • Have their owner hidden (hence "server-owned")
    • Unbreakable
  • Added "team" waystones
    • Works with only the vanilla /team command
    • Allows members of the same team to access the waystone
    • Changes color of particle effects and name display to match

Waystone Styles

  • Waystones now have "styles" based on vanilla brick walls
    • Stone Bricks (default), Deepslate, Tuff, Mud, Resin, Sandstone, Red Sandstone, Prismarine, Nether Brick, Red Nether Brick, Blackstone, and End Stone
    • Crafted using their respective base blocks and walls

Other changes

  • Added permission nodes
    • More information found in the README
  • The Eye of Ender above waystones now has enchantment glint and some extra interpolation

Server-Side Waystones 1.1.9

by sylvxa on Apr 23, 2025
Download
  • Custom item model data
  • Switch from Geyser API to Floodgate

Last update for 1.21.4

Server-Side Waystones 1.1.8-BETA

by sylvxa on Mar 29, 2025
Download
  • Port to 1.21.5

This release is marked as BETA due to a bug regarding removal edge cases. (onStateReplaced behavior changed)

Server-Side Waystones 1.1.7

by sylvxa on Feb 5, 2025
Download
  • Fix Geyser cross-dimension teleport bug (#18)
  • Make combat cooldown affect both the attacker and the victim

Server-Side Waystones 1.1.6

by sylvxa on Jan 22, 2025
Download
  • Adds an additional option for the cost of teleporting between dimensions.

Server-Side Waystones 1.1.5

by sylvxa on Dec 4, 2024
Download
  • Update to 1.21.4

Server-Side Waystones 1.1.5

by sylvxa on Nov 25, 2024
Download
  • Adds a new combat_cooldown config option which allows you to specify a length between the last time a player was attacked and when they can next use a (Portable) Waystone

Server-Side Waystones 1.1.4-HOTFIX

by sylvxa on Nov 2, 2024
Download
  • Fix Waystones not dropping their item when broken
  • Lowered Waystone hardness value to 1.5 from 2 due to an oversight
  • Made pickaxes the primary tool for breaking Waystones

Server-Side Waystones 1.1.4

by sylvxa on Oct 27, 2024
Download
  • Update to 1.21.2/3
  • Add Russian translation (LinKennt)
  • Fixed a bug where a 0th page was present

Server-Side Waystones 1.1.3-HOTFIX

by sylvxa on Sep 9, 2024
Download
  • Fix GUI error when too many waystones were discovered

Server-Side Waystones 1.1.3

by sylvxa on Aug 30, 2024
Download

Waystone removal

Waystones removed in unexpected ways (ex. WorldEdit, /setblock, etc.) will now update accordingly.

  • While I don't see a way to make this happen, there are also extra protections if a player somehow teleports to a waystone that doesn't exist in the world under the configuration key remove_invalid_waystones, which is true by default
  • There is also the command /sswaystones remove [hash of waystone] to remove them from the comfort of your chatbox! (you can find hashes by running /sswaystones list and using the letters in the first pair of square brackets. ex. [HASH123])

Server-Side Waystones 1.1.2

by sylvxa on Aug 24, 2024
Download

Experience cost

Added option for experience cost to teleport. (disabled by default)

  • xp_cost is the configuration key and it is measured in levels

Paranoid teleport

Adds safety checks to make sure waystones are mostly safe to teleport to. (enabled by default)

  • paranoid_teleport is the configuration key and it is either true or false

Configuration

There is a configuration system now! The file is saved in config/sswaystones.json, and can be edited either manually or by commands.

  • /sswaystones config set [key] [value] (sets a configuration option)
  • /sswaystones config get [key] (gets the value of a configuration option)
  • /sswaystones config help (lists all configuration options)
  • /sswaystones config reload (loads configuration from disk)
  • /sswaystones config save (saves configuration to disk)

Other changes

  • Switched the Portable Waystone from displaying as an Ender Pearl to an Ender Eye, as Bedrock would remove the item on the client and would cause a desync.
  • Switched from Crafatar to the TydiumCraft skin API for the Geyser waystone viewer. (This allows Bedrock skins to be displayed in addition to Java)

Server-Side Waystones 1.1.1

by sylvxa on Aug 19, 2024
Download
  • Added customizable icons to Waystones! Click the icon in the bottom right of a waystone and then select an item in your inventory!
  • Made more elements "translatable" (if you want to translate this mod, we use the Server Translation API, more info on the GitHub README)

Server-Side Waystones 1.1.0

by sylvxa on Aug 12, 2024
Download
  • Adds a new Portable Waystone!
  • Switched from armor stand nameplates to text display ones.
  • Fixed issue where waystones broke instantly. (#2)
  • Fixed issue where item group was not present.

Server-Side Waystones 1.0.1

by sylvxa on Aug 10, 2024
Download
  • Alphabetically sort Waystones in the GUI

Server-Side Waystones 1.0

by sylvxa on Aug 2, 2024
Download

Initial version

  • Server-side Waystone blocks that allow you to teleport long distances and across dimensions.
  • Feature-full GUIs for both Bedrock and Java players, using forms and chest GUIs respectively.
  • Waystones can have up to 32 character long names and can be set to "global" to allow for anybody on the server to use them.
  • The mod works on both servers and singleplayer worlds, and all storage data is held in the world itself.

Modrinth is open source.

sidebar-refinement@948af2b

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.