KitsPreview This plugin is a fork of THIS. A simple yet powerful plugin that allows your players to preview Essentials kits before they claim them!
KitsPreview is the ultimate solution for servers that use Essentials kits. It provides an intuitive and user-friendly way for players to see the contents of a kit through a clean GUI. Admins can fully customize the layout of each kit preview, ensuring a polished and professional look for your server.
Features
GUI Kit Previews: Players can use a simple command to open a graphical interface displaying all the items in a specific kit.
Customizable Layouts: As an admin, you have full control! You can arrange the items in the preview menu for each kit, deciding their exact position to create the perfect layout.
Sign Integration: Create signs that players can right-click to instantly open a kit preview. The text and format of these signs are fully customizable in the configuration.
Essentials Integration: Seamlessly integrates with Essentials, automatically loading all your existing kits.
Admin Editing Tools: A dedicated command set for admins to create, edit, and manage the preview inventories.
Configurable: Customize GUI titles and sign formats to match your server's theme.
Commands & Permissions
Player Commands:
/kitpreview <kit> - Opens the preview GUI for the specified kit. (No permission required)
Admin Commands: (Permission: kitpreview.edit)
/kiteditpreview createinventory <rows> <kit> - Creates a new preview inventory for a kit.
/kiteditpreview edit <kit> - Opens the editor to arrange items for a kit preview.
/kiteditpreview setrows <rows> <kit> - Changes the number of rows for a kit's preview GUI.
Sign Creation: (Permission: kitspreview.sign)
To create a preview sign, place a sign and write `[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