FancyWarp

⭐ — (1 endorsements) 📥 277 downloads 📌 vFW-1.0.0 📅 7/11/2025
🟠 Updated over a year ago

By DarkSoul5141 · paper

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/6/2025 📅 Created: 7/11/2025

🔍 Analysis

  • 🏆 #65 of 219 paper mods in this game by downloads

📋 About This Mod

**FancyWarp | Advanced & Customizable Warp Plugin** FancyWarp is a comprehensive and highly customizable warp plugin for Minecraft servers running Paper 1.21.4 (and potentially newer 1.21.x versions). It empowers players and administrators with a robust system for creating, managing, and teleporting to various types of warps through both commands and an intuitive GUI. **Key Features:** - **Multiple Warp Types:** - **SERVER Warps:** Standard warps accessible to all players. - **ADMIN Warps:** Restricted warps, ideal for staff-only locations. - **PLAYER Warps:** Allows individual players to set their own personal warps, perfect for homes or shops. - **Intuitive GUI:** Access a sleek in-game graphical user interface by simply typing /warp to browse and teleport to warps with ease. - **Comprehensive Commands:** Manage your warps with a full suite of commands: - /warp create <name>: Create a SERVER warp. - /warp admincreate <name>: Create an ADMIN warp (permission required). - /warp pcreate <name>: Create a PLAYER warp (permission required). - /warp delete <name>: Delete a SERVER warp. - /warp admindelete <name>: Delete any warp type (admin permission required). - /warp pdelete <name>: Delete your own PLAYER warp. - /warp tp <name> or /warp <name>: Teleport directly to a warp. - /warp list: View all available warps. - /warp fav <add|remove> <name>: Manage your personal favorite warps. - /warp reload: Reload the plugin's configuration. - Granular Permissions: Take full control over who can create, delete, and teleport to specific warp types using detailed permission nodes. - fancywarp.command.warp.create - fancywarp.command.warp.admincreate - fancywarp.command.warp.pcreate - fancywarp.command.warp.delete - fancywarp.command.warp.admindelete - fancywarp.command.warp.pdelete - fancywarp.warp.teleport.server - fancywarp.warp.teleport.admin - fancywarp.warp.teleport.player ...and more! (See **_plugin.yml_** for a full Permission list). ``` # **plugin.yml** This file defines the metadata for your Paper plugin. It tells the server about your plugin's name, version, main class, commands, and permissions. name: **FancyWarp** version: 1.0.0 main: com.dark.Main api-version: 1.21 authors: # Replace YourName with your actual name or alias description: A powerful and fancy warp plugin for Paper 1.21.4 with player warps. # Commands section: Defines the commands handled by your plugin. commands: warp: description: Main warp command and GUI. usage: /<command> aliases: permission: fancywarp.command.warp permission-message: You do not have permission to use this command. # **Permissions section: Defines custom permissions for your plugin.** Each permission has a description and default access level. permissions: fancywarp.command.warp: description: Allows access to the main /warp command and GUI. default: true fancywarp.command.warp.gui: description: Allows opening the warp GUI. default: true # Warp Creation/Deletion Permissions** fancywarp.command.warp.create: description: Allows creating SERVER warps. default: op fancywarp.command.warp.delete: description: Allows deleting SERVER warps. default: op fancywarp.command.warp.admincreate: description: Allows creating ADMIN warps. default: op fancywarp.command.warp.admindelete: description: Allows deleting ADMIN warps (and any player/server warp as admin). default: op fancywarp.command.warp.pcreate: # Player warp creation description: Allows creating PLAYER warps. default: true fancywarp.command.warp.pdelete: # Player warp deletion (own warps only) description: Allows deleting own PLAYER warps. default: true # Teleportation Permissions (More granular) fancywarp.warp.teleport.server: description: Allows teleporting to SERVER type warps. default: true fancywarp.warp.teleport.admin: description: Allows teleporting to ADMIN type warps. default: op # Usually only OPs or specific ranks can use admin warps fancywarp.warp.teleport.player: # Player warp teleport permission description: Allows teleporting to PLAYER type warps. default: true # Usually true for all players to visit others' shops/homes fancywarp.command.warp.list: description: Allows listing warps via command. default: true fancywarp.command.warp.fav: description: Allows adding/removing warps from favorites. default: true fancywarp.command.warp.reload: description: Allows reloading the plugin configuration. default: op ``` - **Fully Customizable Messages & GUI:** Modify every plugin message, including prefixes, errors, and GUI titles, via the **config.yml** file. Support for color codes (&) and placeholders is included. ``` **# Fa

FancyWarp | Advanced & Customizable Warp Plugin

FancyWarp is a comprehensive and highly customizable warp plugin for Minecraft servers running Paper 1. 21. 4 (and potentially newer 1. 21.x versions). It empowers players and administrators with a robust system for creating, managing, and teleporting to various types of warps through both commands and an intuitive GUI.

Key Features:

- Multiple Warp Types:

- SERVER Warps: Standard warps accessible to all players.

- ADMIN Warps: Restricted warps, ideal for staff-only locations.

- PLAYER Warps: Allows individual players to set their own personal warps, perfect for homes or shops.

- Intuitive GUI: Access a sleek in-game graphical user interface by simply typing /warp to browse and teleport to warps with ease.

- Comprehensive Commands: Manage your warps with a full suite of commands:

  • /warp create : Create a SERVER warp.
  • - /warp admincreate : Create an ADMIN warp (permission required).
  • - /warp pcreate : Create a PLAYER warp (permission required).
  • - /warp delete : Delete a SERVER warp.
  • - /warp admindelete : Delete any warp type (admin permission required).
  • - /warp pdelete : Delete your own PLAYER warp.
  • - /warp tp or /warp : Teleport directly to a warp.
  • - /warp list: View all available warps.
  • - /warp fav : Manage your personal favorite warps.
  • - /warp reload: Reload the plugin's configuration.

- Granular Permissions: Take full control over who can create, delete, and teleport to specific warp types using detailed permission nodes.

  • fancywarp.command.warp.create
  • - fancywarp.command.warp.admincreate
  • - fancywarp.command.warp.pcreate
  • - fancywarp.command.warp.delete
  • - fancywarp.command.warp.admindelete
  • - fancywarp.command.warp.pdelete
  • - fancywarp.warp.teleport.server
  • - fancywarp.warp.teleport.admin
  • - fancywarp.warp.teleport.player

...and more! (See _plugin.yml_ for a full Permission list).

``` # plugin.yml This file defines the metadata for your Paper plugin. It tells the server about your plugin's name, version, main class, commands, and permissions.

name: FancyWarp version: 1. 0. 0 main: com.dark. Main api-version: 1. 21 authors: # Replace YourName with your actual name or alias description: A powerful and fancy warp plugin for Paper 1. 21. 4 with player warps.

# Commands section: Defines the commands handled by your plugin. commands: warp: description: Main warp command and GUI. usage: / aliases: permission: fancywarp.command.warp permission-message: You do not have permission to use this command.

# Permissions section: Defines custom permissions for your plugin. Each permission has a description and default access level. permissions: fancywarp.command.warp: description: Allows access to the main /warp command and GUI. default: true fancywarp.command.warp.gui: description: Allows opening the warp GUI. default: true

# Warp Creation/Deletion Permissions fancywarp.command.warp.create: description: Allows creating SERVER warps. default: op fancywarp.command.warp.delete: description: Allows deleting SERVER warps. default: op fancywarp.command.warp.admincreate: description: Allows creating ADMIN warps. default: op fancywarp.command.warp.admindelete: description: Allows deleting ADMIN warps (and any player/server warp as admin). default: op fancywarp.command.warp.pcreate: # Player warp creation description: Allows creating PLAYER warps. default: true fancywarp.command.warp.pdelete: # Player warp deletion (own warps only) description: Allows deleting own PLAYER warps. default: true

# Teleportation Permissions (More granular) fancywarp.warp.teleport.server: description: Allows teleporting to SERVER type warps. default: true fancywarp.warp.teleport.admin: description: Allows teleporting to ADMIN type warps. default: op # Usually only OPs or specific ranks can use admin warps fancywarp.warp.teleport.player: # Player warp teleport permission description: Allows teleporting to PLAYER type warps. default: true # Usually true for all players to visit others' shops/homes

fancywarp.command.warp.list: description: Allows listing warps via command. default: true fancywarp.command.warp.fav: description: Allows adding/removing warps from favorites. default: true fancywarp.command.warp.reload: description: Allows reloading the plugin configuration. default: op

- Fully Customizable Messages & GUI: Modify every plugin message, including prefixes, errors, and GUI titles, via the config.yml file. Support for color codes (&) and placeholders is included.

``` # Fa

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
DarkSoul5141
Version
FW-1.0.0
Downloads
277
Endorsements
1
Category
paper
Created
7/11/2025
Updated
7/6/2025
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4

🔧 How to Install Minecraft Plugins Mods

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

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

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

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

❓ Frequently Asked Questions

Which Minecraft Plugins versions does FancyWarp support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of FancyWarp?

Version FW-1.0.0, published 2025-07-06 with 277 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

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