Waypoint Warp

Quick rating

Waypoint Warp

No reviews yet

A next-generation waypoint teleport system that replaces slow, repetitive command block chains with a single ultra-optimized server-side engine. Designed to maximize MSPT efficiency, reduce lag, and simplify teleport automation.

Performance & Optimization
Player Transport
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.20.1-1.3.3
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

🚀 Waypoint Warp

  • Ultra Optimized Teleportation System

Waypoint Warp is a next-generation server-side teleportation engine that replaces slow, repetitive vanilla command-block systems with an ultra-efficient global waypoint framework.

Designed for Fabric 1.20.1, this mod drastically reduces MSPT cost and provides a clean, scalable teleport solution without requiring any client installation.


🌩️ Why Replace Command Blocks?

Traditional vanilla teleport systems rely on:

  • repeating command blocks
  • complex /execute distance checks
  • scoreboard conditions
  • datapack tick functions
  • long command chains
  • command dispatcher spam
  • rooms full of ticking command blocks

A typical vanilla teleporter looks like this:

execute as @a at @s if entity @s[x=..,y=..,z=..,distance=..] run tp @s <destination>

This runs every tick × every player × every waypoint, quickly becoming expensive as servers grow.


❌ Problems with Vanilla Teleport Systems

  • Constant tick load
  • Cost scales with players × waypoints
  • Heavy command dispatcher overhead
  • Datapack tick performance drop
  • Lag spikes from long command chains
  • Hard to manage in large adventure or RPG maps

✅ What Waypoint Warp Does Better

Waypoint Warp replaces all of that with a single optimized engine:

  • Global PersistentState storage
  • Zero tile entities
  • Teleport checks only when players are nearby
  • No command block spam
  • No datapack tick spam
  • Built-in summon system
  • Built-in particle effects
  • Cooldown system
  • Pure server-side (no client mod required)

📊 Performance Comparison (MSPT)

Image is not real 100%, generate by AI. on server schedule tick 0.0012 > 0.0016

performance

Summary

  • Vanilla command blocks scale linearly and often reach 3–6ms per tick
  • Waypoint Warp stays around 0.01–0.03ms, even with 50+ waypoints

🧭 Features

  • Global waypoint system
  • Trigger radius detection
  • Arrival summon (any entity)
  • Particle effects
  • Cooldown system
  • Activation-radius optimization
  • Debug commands
  • Server-only mod (no client installation)

🔧 Commands

Create Waypoint

waypoint set <name> <from_pos> <to_pos>
waypoint set <name> <from_pos> <to_pos> summon <entity> <dy>
waypoint set <name> <from_pos> <to_pos> particle <id>
waypoint set <name> <from_pos> <from_dimension> <to_pos> <to_dimension> <summon|particle> <dy|id> sound <mcsound_id> <volume> <pitch>

Example Using

/waypoint set test1 1 10 0 minecraft:overworld 10 50 10 minecraft:the_end summon minecraft:lightning_bolt 0 sound minecraft:entity.experience_orb.pickup 1 1

Edit Waypoint

waypoint edit <name> from <pos>
waypoint edit <name> to <pos>
waypoint edit <name> radius <value>
waypoint edit <name> particle <id>
waypoint edit <name> summon <entity> <dy>

Utility

waypoint distance <name> <radius>
waypoint list
waypoint remove <name>

Debug

waypoint debug mspt
waypoint debug active

🧩 Perfect For

  • Adventure maps
  • RPG servers
  • Dungeon systems
  • Hub teleporters
  • Cutscenes
  • Minigames
  • Event automation
  • Any project replacing command-block spam

🔗 Links

Screenshots

Gallery

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works