Xp-Warps
XP-Warps Plugin Developed by MineFlow Studios XP-Warps is a Bukkit plugin that enhances your Minecraft server by allowing players to create, manage, and teleport to custom warps using experience points (XP) or levels.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Xp-Warps
---
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
1. Start the `XP-Warps.jar` file. 2. Start the JAR in your server's `plugins` folder. 3. Start your Minecraft server. Configuration files (`warps.yml` and `settings.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!
---