WarpAudit Guide
This page introduces WarpAudit from a public server-docs point of view. It focuses on what the feature does in-game, how to get started when you have access, and which commands are useful.
What It Does
Section titled “What It Does”Read-only server warp and portal hygiene and safety audit.
How Players Use It
Section titled “How Players Use It”Start in-game with /warpaudit status. The sections below explain what WarpAudit is for, which commands players can try, and what to expect when your account has access.
Things You Can Do
Section titled “Things You Can Do”- Read current server warps from server.getInstance().getWarpManager().getWarps().
- Read current server portals from server.getInstance().getPortalManager().getPortals().
- Show a compact status summary with last audit result and issue count.
- Run a fresh on-demand audit scan.
- Group warps by server warp group.
- Detect missing or unloaded worlds.
- Detect duplicate portal names and duplicate portal bounds.
- Detect unloaded chunks without forcing chunk loads, so audits stay gentle on live servers.
Quick Start
Section titled “Quick Start”- Start with
/warpaudit statusto open or view WarpAudit. - Use
/warpaudit statusto check your current progress, settings, or state. - Try
/warpaudit scanwhen you are ready to use one of the feature actions.
Commands
Section titled “Commands”| Command | What it does | Example |
|---|---|---|
/warpaudit status | Shows your current WarpAudit status. | /warpaudit status |
/warpaudit scan | Runs the WarpAudit scan action. | /warpaudit scan |
/warpaudit issues [page] | Runs the WarpAudit issues action. | /warpaudit issues |
/warpaudit safety [page] | Runs the WarpAudit safety action. | /warpaudit safety |
/warpaudit list [page] | Lists available WarpAudit entries. | /warpaudit list |
/warpaudit portals [page] | Runs the WarpAudit portals action. | /warpaudit portals |
/warpaudit portalissues [page] | Runs the WarpAudit portalissues action. | /warpaudit portalissues |
/warpaudit groups | Runs the WarpAudit groups action. | /warpaudit groups |
/warpaudit dump | Runs the WarpAudit dump action. | /warpaudit dump |
Aliases
Section titled “Aliases”/waudit
Examples
Section titled “Examples”/warpaudit scan/warpaudit issues/warpaudit safety/warpaudit list 2/warpaudit portals/warpaudit portalissues/warpaudit groups/warpaudit dump
Good To Know
Section titled “Good To Know”- Some commands may be hidden until your group, event progress, or unlocks allow them.
- If a command opens a menu, follow the buttons in-game; the website is only the learning guide.
- You may also see /waudit as a shortcut.
Full Reference
Section titled “Full Reference”The full synced WarpAudit reference is available for exact technical details.