
BlossomWarps
BlossomWarps is a Minecraft Fabric mod from the Blossom series that provides the /warp command and additional teleportation utilities.
Dependencies
Required for the mod to function:
- BlossomLib
- fabric-permissions-api or LuckPerms (optional)
Configuration
The configuration file is automatically created after the first server startup with the mod and is located at config/BlossomMods/BlossomWarps.json
.
Main configuration parameters:
teleportation
— teleportation settingsstandStill
— time in seconds that the player must stand still before teleportationcooldown
— time in seconds that the player must wait after using teleportation before the next use
Commands and Permissions
Main Commands:
/warp <point>
— teleports the player to the specified warp point- Permission:
blossom.warps.warp
(default: allowed for everyone)
- Permission:
/warp <point> <player>
— teleports the specified player to the warp point- Permission:
blossom.warps.warp.others
(default: OP level 2)
- Permission:
Warp Management Commands:
/warps list
— displays a list of all available warp points- Permission:
blossom.warps.warps
(default: allowed for everyone)
- Permission:
/warps add <name>
— creates a new warp point at the current location- Permission:
blossom.warps.add
(default: OP level 2)
- Permission:
/warps remove <name>
— removes the specified warp point- Permission:
blossom.warps.remove
(default: OP level 2)
- Permission:
/warps add-global <name>
— creates a global warp point accessible via the/<name>
command after server restart- Permission:
blossom.warps.add.global
(default: OP level 2)
- Permission:
Translation Keys
Main translation keys include:
blossom.warps.add
— adding a warpblossom.warps.remove
— removing a warpblossom.warps.list.header
— warp list headerblossom.warps.list.item
— warp list item
The mod supports translations for Simplified Chinese and Traditional Chinese languages.