Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
XP-Warps Plugin Documentation
Developed by MineFlow Studios
Overview
XP-Warps enables players to create, manage, and teleport to custom warps using XP or levels. Supports public/private warps, teleport cooldowns, and player blocking.
Installation
- Download the
XP-Warps.jar
file. - Place the JAR in your server's
plugins
folder. - Start your Minecraft server. Configuration files (
warps.yml
andsettings.yml
) will be generated automatically.
Configuration
Located in plugins/XP-Warps/
.
-
settings.yml
tp-cooldown: "5s" costs: create: "20l" set: "10l" del: "5l" teleport: "2l"
-
warps.yml
- Automatically managed by the plugin. Stores warp details like name, location, privacy, and blocked players.
Commands
General Commands:
-
/warps
Displays help information. -
/warps <warpName> [password]
Teleports to the specified warp. Password required for private warps. -
/warps create <warpName> [private <password>]
Creates a new warp. Optionally make it private with a password. -
/warps set <warpName> [private <newpassword|false|true>]
Updates warp location or privacy settings. -
/warps del <warpName>
Deletes the specified warp. -
/warps list
Lists all accessible warps. -
/warps block <playerName> <warpName>
Blocks a player from accessing a specific warp. -
/warps unblock <playerName> <warpName>
Unblocks a player from a specific warp. -
/warps owner <warpName|playerName>
Displays the owner of a warp or lists warps owned by a player.
Admin Commands:
-
/warps tp <warpId>
Teleports admin directly to a warp using its unique ID. -
/reloadwarp
Reloads the plugin’s configuration files.
Permissions
Permission Node | Description | Default Access |
---|---|---|
warp.admin |
Grants access to admin-level commands. | Operators/Admins |
Setting Permissions Example (LuckPerms):
lp group admin permission set warp.admin true
Enjoy using XP-Warps on your Minecraft server!