# SellChest
SellChest is a Minecraft plugin for Paper/Spigot 1.20–1.21+ servers that automatically sells the items in designated chests using Essentials economy pricing and Vault integration — even while the player is offline!
## Features
- Automatic item selling every X seconds
- Uses Essentials `/sell` prices
- Offline player balance support
- Vault economy integration
- Owner-only chests (only the placer gets the money)
- Configurable language & particle effects
- Multi-language support (`en`, `hu`, `de`, `fr`, `es`, `pl`, `ru`, `zh`, `ja`, `ko`)
- Easy-to-use `/sellchest` command to give sell chests
## Commands
/sellchest give <player>
Gives a special "Sell Chest" to the specified player.
## Permissions
| Permission | Description | Default |
|---------------------|------------------------------------------|---------|
| `sellchest.use` | Allow placing and using sell chests | true |
| `sellchest.admin` | Allow access to admin features (optional)| op |
## ⚙ Configuration
sell-interval-seconds: 60
chest-particle: "FLAME"
language: "en"
- sell-interval-seconds: How often items are sold from chests (in seconds)
- chest-particle: Particle effect to show around active sell chests
- language: The language file to use (e.g. en, hu, de...)
- Install & Use
- Drop the plugin into your plugins folder
- Make sure EssentialsX and Vault are installed
- Reload or restart the server
- Use /sellchest give <player> to get started!