๐ Quick Start
Welcome to WkKit! This guide will help you install and configure the plugin.
๐ฆ Installation
Step 1: Download
- Visit WkKit Releases
- Download the latest
WkKit.jar - Requires Spigot 1.8+ or Paper 1.8+
Step 2: Install
- Put
WkKit.jarin your server'splugins/folder - Restart the server
- Wait for config files to generate
Step 3: Verify
/wk help
If you see the command list, installation is successful!
โ๏ธ Basic Configuration
1. First Run
Plugin auto-generates:
plugins/WkKit/
โโโ config.yml # Main config
โโโ messages.yml # Messages
โโโ kits/ # Kit configs
โ โโโ example.yml
โโโ menus/ # Menu configs
โโโ example.yml
2. Edit Config
database:
type: sqlite
file: plugins/WkKit/data.db
language: zh_CN
update-check: true
3. Create First Kit
/wk create starter "Starter Kit" default
๐ง Quick Commands
| Command | Description | Permission |
|---|---|---|
/wk help | Show help | All players |
/wk create <name> | Create kit | wkkit.create |
/wk edit <name> | Edit kit | wkkit.edit |
/wk get <name> | Get kit | wkkit.get |
/wk give <player> <kit> | Give kit | wkkit.give |
Ready to learn more? Check out the Kit System!
