Warps icon

Warps

A lightweight warp plugin for Endstone.

World Management
Updated 1 day ago

5.0

Avg Rating

1

Downloads

Installation

Installation via GitHub Release
Download pre-built wheels from GitHub releases

Latest Release

v1.0.1

Updated 4/13/2026

https://github.com/Rezn1r/endstone-warps/releases/download/v1.0.1/endstone_warps-1.0.1-py3-none-any.whlDownload

Choose a release to download

Download Selected

1. Download the latest .whl file from releases

2. Install by moving the .whl file to your plugins/ directory

3. Enjoy the plugin!

Gallery

Warps gallery image 1

About

Warps

A lightweight warp plugin for Endstone.

Installation


Download the latest release from the GitHub releases page. or install via pip:

pip install endstone-warps

Configuration


Warps can be configured in the config.toml file.

[database]
# Database configuration
type = "sqlite"
name = "warps.db"

[warp]
# Countdown duration in seconds before teleporting
countdown_duration = 3
# Cooldown between warps in seconds
cooldown_seconds = 5

Commands


  • /warp [name] - Teleport to a warp point.
  • /setwarp [name] - Set a warp point at your current location.
  • /delwarp [name] - Delete a warp point.
  • /warps - List all available warp points.

Building from Source


Clone the repository and build using `uv`:

git clone https://github.com/Rezn1r/endstone-warps.git
cd endstone-warps
uv run build --wheel

The built wheel file will be located in the dist/ directory.

Comments

Sign in with GitHub to join the discussion.

Loading comments...

Installation Tips
Security Note
  • Always download from trusted release sources.
  • Review changelogs before updating production servers.
  • Test plugins in staging before deploying live.
  • Keep backups before major plugin upgrades.