Skip to content

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.

Read-only server warp and portal hygiene and safety audit.

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.

  • 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.
  1. Start with /warpaudit status to open or view WarpAudit.
  2. Use /warpaudit status to check your current progress, settings, or state.
  3. Try /warpaudit scan when you are ready to use one of the feature actions.
CommandWhat it doesExample
/warpaudit statusShows your current WarpAudit status./warpaudit status
/warpaudit scanRuns 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 groupsRuns the WarpAudit groups action./warpaudit groups
/warpaudit dumpRuns the WarpAudit dump action./warpaudit dump
  • /waudit
  • /warpaudit scan
  • /warpaudit issues
  • /warpaudit safety
  • /warpaudit list 2
  • /warpaudit portals
  • /warpaudit portalissues
  • /warpaudit groups
  • /warpaudit dump
  • 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.

The full synced WarpAudit reference is available for exact technical details.