Installation
1. Install DzusillCore
Section titled β1. Install DzusillCoreβWarpGUI depends on DzusillCore. Drop DzusillCore-x.y.z.jar into plugins/ first.
2. Drop in WarpGUI
Section titled β2. Drop in WarpGUIβ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)3. Grant permissions
Section titled β3. Grant permissionsβ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 trueSee Commands & Permissions for the full list and Creating Warps for how limits work.
4. Verify
Section titled β4. Verifyβ/warpThe warp menu should open. Then:
/setwarp homecreates your first warp at your location. Tune categories, GUI icons and the teleport warmup in config.yml.
Next: the Quick Start.