⚡ PWarp+ Player Warps Reimagined — 12 GUIs, 5 Modes, Voting, Doorbell, Audit Log Complete rewrite of PWarp by TheKingSenne — improved with AI-assisted development (Claude Code) ⚡ Entire rewrite developed and deployed using AI ⚡
✦━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━✦
⚡ Why PWarp+?
The original
PWarp is abandoned (last update March 2024). It uses JSON flat files, has one basic GUI, no voting, no categories, no economy taxes, no audit log, and limited permissions.
PWarp+ is a
near-complete rewrite: 30 classes vs 18, 6,863 lines vs 4,251, SQLite database, 12 GUI screens, and dozens of features the original never had.
✦━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━✦
95% GUI-Driven — Built for Bedrock & Java
PWarp+ is designed to minimize typing.
Almost everything is done through visual menus, making it perfect for servers with Bedrock and Java players side by side. Phone players won't struggle typing long commands — they just click through the GUIs.
Players only type in chat for 3 specific things:
Setting a warp name when creating
Setting a price for paid warps
Entering a password for password-protected warps
Everything else — creating, deleting, editing, voting, favoriting, browsing by category, ranking, whitelist management, teleporting — all through GUI clicks.
✦━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━✦
️ 12 GUI Screens
Not just a warp list. PWarp+ has a complete visual interface:
Main Menu — Browse all public warps with pagination, search, categories, top, favorites
costo-creacion: 5000 # Cost to create a warp ($5,000)
impuesto: 0.20 # 20% tax on paid warps (money sink)
precio-minimo-cobro: 10 # Min price for paid warps
precio-maximo-cobro: 100000 # Max price for paid warps
When a visitor uses a PAID warp ($500), the tax is applied: owner receives $400, $100 is destroyed. Bypass with
pwarp.nocost (creation) or
pwarp.bypass (paid access).
✦━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━✦
Commands
Players
Code (Text):
/pwarp — Open the warps GUI
/pwarp <name> — Teleport directly to a warp
/pwarp help — Show help in chat
Everything else (create, edit, delete, vote, favorite) is done through the GUI.
Admin
Code (Text):
/pwarpadmin reload — Reload config, langs, GUIs
/pwarpadmin delete <name> — Delete any warp (with audit log)
/pwarpadmin info — Statistics
/pwarpadmin config — Language selector GUI
/pwarpadmin log warp <name> [limit] — Query audit log by warp
/pwarpadmin log player <name> [limit] — Query audit log by player
/pwarpadmin log export — Export full log to file
/pwarpadmin worlds mode <bl|wl> — Switch world restriction mode
/pwarpadmin worlds add <world> [alias]— Add world to list
/pwarpadmin worlds remove <world> — Remove world from list
lp group default permission set pwarp.limit.2 true
lp group vip permission set pwarp.limit.5 true
lp group admin permission set pwarp.nolimit true
lp group admin permission set pwarp.nocost true
lp group admin permission set pwarp.bypass true
✦━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━✦
Per-Group Warp Limits
Priority:
pwarp.nolimit >
pwarp.limit.X > config groups > global default
Built-in Documentation A complete
577-line WIKI, admin guide, and user guide auto-extract to your plugin folder. Feed the WIKI to an AI assistant to configure the plugin in seconds.
Required: Vault + economy plugin.
Optional: LuckPerms.
Tested: 1.13 through 1.21.11. Paper and Spigot.