DUXPLIMA Documentation

Homes & Warps

Homes, Warps & Player Warps

Three separate modules cover the "save a spot and jump back to it" family:

  • Homes — private, per-player teleport points, managed through a slot-based GUI.
  • Warps — server-wide destinations created by staff (with optional cost, locks, passwords, and ratings).
  • Player Warps — player-owned public warps, keyed by owner and name.
Renamed on your server?

Every command below can be renamed, re-aliased, or disabled in commands/commands.conf — see Command Configuration. Permission nodes stay keyed to the command id regardless of what it's renamed to.


Homes

Homes are GUI-first. The single root command /home (aliases h, homes) opens your slot grid, and creating, deleting, renaming, re-iconing, and teleporting all happen inside that menu. Home slots are numbered starting at 1.

CommandDescriptionPermission
/homeOpen/manage your slot-based home griduxmessentials.home.use
/home visit <player> [slot]Teleport to another player's public/invited homeuxmessentials.home.visit
/home invite <player> [slot]Grant a player access to your homeuxmessentials.home.invite
/home uninvite <player> [slot]Revoke a player's home accessuxmessentials.home.invite
/home admin <player> list|info|set|del|tp|clear [slot]Manage another player's homesuxmessentials.home.admin

Examples

/home
/home visit Steve
/home visit Steve 2
/home invite Alex 1
/home admin Steve list
/home admin Steve clear
NodePurpose
uxmessentials.home.limit.<n> (optional .<world>)Home quota — highest <n> wins, or stacks depending on limit-mode
uxmessentials.home.iconAllow setting a custom home icon
uxmessentials.home.bypass.unsafeTeleport even when the destination is unsafe
uxmessentials.home.bypass.costSkip any per-teleport home cost

Warps

Warps are server-wide destinations. The single root /warp (aliases wp, warps) covers usage and management through subcommands. Older standalone commands (/warps, /setwarp, /delwarp, /warpinfo, /movewarp) are served here as subcommands or aliases.

CommandDescriptionPermission
/warp <name>Teleport to a server warpuxmessentials.warp.use
/warp <name> <player>Send another player to a warpuxmessentials.warp.others
/warp listList warps you may useuxmessentials.warp.list
/warp create <name> (alias set)Create a warp at your positionuxmessentials.warp.set
/warp move <name>Re-anchor a warp to your positionuxmessentials.warp.move
/warp del <name>Delete a warpuxmessentials.warp.delete
/warp info <name>Show owner, creation time, and costuxmessentials.warp.info
/warp lock <name>Lock a warp against useuxmessentials.warp.lock
/warp password <name> [pw]Set/clear a warp passworduxmessentials.warp.password
/warp editor [name]Open the warp editor GUI (cost, gates, effects, welcome, icon)uxmessentials.warp.edit
/warp rate <name> <1-5>Rate a warpuxmessentials.warp.use
/warp rating <name>Show a warp's ratinguxmessentials.warp.use
Warp signs

Warps can also be reached from a [warp] sign. Creating one needs uxmessentials.warp.sign.create; using one needs uxmessentials.warp.sign.use.

Examples

/warp spawn
/warp shop Steve
/warp create pvp
/warp password pvp secret123
/warp editor pvp
/warp rate spawn 5
NodePurpose
uxmessentials.warp.use.<warp>Per-warp use gate (restrict a specific warp)
uxmessentials.warp.cooldown.<seconds>Per-warp cooldown tier
uxmessentials.warp.bypass.lockUse a locked warp
uxmessentials.warp.bypass.passwordSkip a warp's password prompt
uxmessentials.warp.bypass.safetyTeleport even when the destination is unsafe

Player Warps

Player warps are public destinations owned by individual players. Warps are keyed by (owner, name), so two players can each own a warp of the same name.

CommandDescriptionPermission
/pwarpOpen the player-warp management list GUIuxmessentials.pwarp.use
/pwarp <name> [owner] [password]Teleport to your own / a player's public warpuxmessentials.pwarp.use
/pwarp visibility public|private <name>Toggle a warp's visibilityuxmessentials.pwarp.public
/pwarp del <name>Delete one of your warpsuxmessentials.pwarp.delete
/pwarp lock|password|edit|rate|rating …Lock / password / edit / rate a warpuxmessentials.pwarp.use
/setpwarp <name>Create or re-anchor a warp at your positionuxmessentials.pwarp.set
/pwarps [player]List your own / a player's public warpsuxmessentials.pwarp.list

Examples

/setpwarp myshop
/pwarp myshop
/pwarp myshop Steve
/pwarp visibility public myshop
/pwarps Steve
/pwarp del myshop
NodePurpose
uxmessentials.pwarp.limit.<n> (optional .<world>)Player-warp quota
uxmessentials.pwarp.guiOpen the player-warp GUI
uxmessentials.playerwarp.bypass.lockUse a locked player warp
uxmessentials.playerwarp.bypass.passwordSkip a player warp's password
uxmessentials.playerwarp.bypass.safetyTeleport even when the destination is unsafe

Next Steps