KitsPreview Let players preview EssentialsX kits before they claim them A fork of Kit Preview EssentialsX Addon by EnzoL_.
Overview
KitsPreview is the ultimate companion for servers running EssentialsX kits. It gives players a clean, intuitive GUI to see exactly what's inside a kit before they claim it, and lets admins fully customize each preview's layout for a polished, professional look.
✨ Features
GUI Kit Previews: players open a graphical menu showing every item in a kit with one command.
Customizable Layouts: arrange each kit's preview items into the exact positions you want.
Sign Integration: place a sign players can right-click to instantly open a kit preview, with fully configurable text.
EssentialsX Integration: automatically loads all your existing Essentials kits.
Admin Editing Tools: a dedicated command set to create, edit, and manage preview inventories.
Configurable: customize GUI titles and sign formats to match your server's theme.
Commands & Permissions
Player Commands
/kitpreview <kit> open the preview GUI for a kit (no permission required)
Admin Commands(kitpreview.edit)
/kiteditpreview createinventory <rows> <kit> create a new preview inventory for a kit
/kiteditpreview edit <kit> open the editor to arrange a kit's preview items
/kiteditpreview setrows <rows> <kit> change the number of rows for a kit's preview GUI
Sign Creation(kitspreview.sign)
Place a sign with [kitpreview] on the first line and the kit name on the second line.
⚙ Configuration
Code (YAML):
# Configure the format of the kit preview signs. # Use {kitname} as a placeholder for the kit's name. sign:
lines:
1: "&a[KitPreview]" 2: "&e{kitname}" 3: "" 4: ""
# Configure the title of the preview GUI. gui:
title: "&eKit preview {kit}" items:
balance: GOLD_NUGGET
commands: COMMAND_BLOCK