BlossomWarps

⭐ — (26 endorsements) 📥 17,129 downloads 📌 v2.0.17+26.1 📅 7/18/2022
🟡 Updated this year

By CodedSakura · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/20/2026 📅 Created: 7/18/2022
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.2% endorsement rate
  • 🏆 #929 of 940 fabric mods in this game by downloads

📋 About This Mod

✅ (#dependencies)
✅ (#commands--their-permissions)
✅ (#translation-keys)

# BlossomWarps BlossomWarps is a Minecraft Fabric mod in the Blossom-series mods that provides /warp command and utilities ## Table of contents - (#dependencies) - (#config) - (#commands--their-permissions) - (#translation-keys) ## Dependencies * (https://github.com/BlossomMods/BlossomLib) * (https://github.com/lucko/fabric-permissions-api) / (https://luckperms.net/) / etc. (Optional) ## Config This library's config file can be found at `config/BlossomMods/BlossomWarps.json`, after running the server with the mod at least once. `teleportation`: (https://github.com/BlossomMods/BlossomLib/blob/main/README.md#teleportationconfig) - teleportation settings `standStill`: int - (seconds), how long the player has to stand still before being teleported `cooldown`: int - (seconds), how long the player has to wait after teleporting using this command, before being able to teleport again ## Commands & their permissions - `/warp <warp>` - alias of `/warp <warp> {self}` Permission: `blossom.warps.warp` (default: true) - `/warp <warp> <who>` - teleport a player to a warp point called `<warp>` Permission: `blossom.warps.warp.others` (default: OP level 2) - `/warps` - alias of `/warps list` Permission: `blossom.warps.warps` (default: true) - `list` - list all available warps - `add <name> ` - add a warp called `<warp>` in `<dimension>` at `<position>` with rotation: `<rotation>`. If position/rotation or dimension not provided, executors position will be used. Permission: `blossom.warps.add` (default: OP level 2) - `remove <name>` - removes a warp called `<name>` Permission: `blossom.warps.remove` (default: OP level 2) - `add-global <name>` - add warp as global warp (accessible with `/<name>` after server restart, behavior not defined if command `/<name>` already exists) Permission: `blossom.warps.add.global` (default: OP level 2) As well as each global warp has `blossom.warps.global.<name>` (default: true) ## Translation keys only keys with available arguments are shown, for full list, please see (src/main/resources/data/blossom/lang/en_us.json) - `blossom.warps.add`: 1 argument - warp name - `blossom.warps.add.failed`: 1 argument - warp name - `blossom.warps.remove`: 1 argument - warp name - `blossom.warps.remove.failed`: 1 argument - warp name - `blossom.warps.list.header`: 1 argument - dimension name - `blossom.warps.list.item`: 1 argument - warp name - `blossom.warps.list.item.description`: 8 arguments - warp name, warp owner UUID, warp dimension key, warp x, warp y, warp z, warp yaw, warp pitch - `blossom.warps.list.dimension.empty`: 1 argument - dimension name `zh_cn` (Chinese, Simplified), `zh_tw` (Chinese, Traditional) - added by @BackWheel

# BlossomWarps

BlossomWarps is a Minecraft Fabric mod in the Blossom-series mods that provides /warp command and utilities

## Table of contents

  • (#dependencies)
  • (#config)
  • (#commands--their-permissions)
  • (#translation-keys)

## Dependencies

(https://github.com/BlossomMods/BlossomLib) (https://github.com/lucko/fabric-permissions-api) / (https://luckperms.net/) / etc. (Optional)

This library's config file can be found at `config/BlossomMods/BlossomWarps.json`, after running the server with the mod at least once.

`teleportation`: (https://github.com/BlossomMods/BlossomLib/blob/main/README.md#teleportationconfig) - teleportation settings `standStill`: int - (seconds), how long the player has to stand still before being teleported `cooldown`: int - (seconds), how long the player has to wait after teleporting using this command, before being able to teleport again

## Commands & their permissions

  • `/warp ` - alias of `/warp {self}`
  • Permission: `blossom.warps.warp` (default: true)
  • `/warp ` - teleport a player to a warp point called ``
  • Permission: `blossom.warps.warp.others` (default: OP level 2)
  • `/warps` - alias of `/warps list`
  • Permission: `blossom.warps.warps` (default: true)
  • - `list` - list all available warps
  • - `add [ ] []` - add a warp called `` in `` at ``
  • with rotation: ``. If position/rotation or dimension not provided, executors position will be used.
  • Permission: `blossom.warps.add` (default: OP level 2)
  • - `remove ` - removes a warp called ``
  • Permission: `blossom.warps.remove` (default: OP level 2)
  • - `add-global ` - add warp as global warp (accessible with `/` after server restart, behavior not defined
  • if command `/` already exists)
  • Permission: `blossom.warps.add.global` (default: OP level 2)
  • As well as each global warp has `blossom.warps.global.` (default: true)

## Translation keys only keys with available arguments are shown, for full list, please see [`src/main/resources/data/blossom/lang/en_us.json`](src/main/resources/data/blossom/lang/en_us.json)

  • `blossom.warps.add`: 1 argument - warp name
  • `blossom.warps.add.failed`: 1 argument - warp name
  • `blossom.warps.remove`: 1 argument - warp name
  • `blossom.warps.remove.failed`: 1 argument - warp name
  • `blossom.warps.list.header`: 1 argument - dimension name
  • `blossom.warps.list.item`: 1 argument - warp name
  • `blossom.warps.list.item.description`: 8 arguments - warp name, warp owner UUID, warp dimension key, warp x, warp y,
  • warp z, warp yaw, warp pitch
  • `blossom.warps.list.dimension.empty`: 1 argument - dimension name

`zh_cn` (Chinese, Simplified), `zh_tw` (Chinese, Traditional) - added by @BackWheel

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
CodedSakura
Version
2.0.17+26.1
Downloads
17,129
Endorsements
26
Category
fabric
Created
7/18/2022
Updated
6/20/2026
Game Versions
26.2
Tags
utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does BlossomWarps support?

The author lists 26.2. Other versions may work but are untested by the author.

What is the latest version of BlossomWarps?

Version 2.0.17+26.1, published 2026-06-20 with 17,129 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by CodedSakura 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods