Skip to content

Installation

WarpGUI depends on DzusillCore. Drop DzusillCore-x.y.z.jar into plugins/ first.

Place WarpGUI.jar into plugins/ and restart the server. On first start it creates:

plugins/WarpGUI/
β”œβ”€β”€ config.yml # settings, categories, GUI layout
β”œβ”€β”€ messages.yml # all player-facing text + sounds
β”œβ”€β”€ database.yml # optional MySQL/PostgreSQL storage
β”œβ”€β”€ data.yml # flat-file warp storage (when database disabled)
└── playerdata.yml # favourites & ratings (flat-file)

By default players can open the menu and teleport (warpgui.use), but cannot create warps until you grant a limit. Warp limits are permission-based:

# allow the default group to create up to 3 warps
/lp group default permission set warpgui.setwarp true
/lp group default permission set warpgui.setwarp.max.3 true

See Commands & Permissions for the full list and Creating Warps for how limits work.

/warp

The warp menu should open. Then:

/setwarp home

creates your first warp at your location. Tune categories, GUI icons and the teleport warmup in config.yml.

Next: the Quick Start.