Installation

This guide will walk you through installing EasySell on your Minecraft server.

Requirements

Before installing EasySell, ensure you have the following:

Requirement
Description

Spigot/Paper

Version 1.16 or higher (1.21.4 recommended)

Java

Java 21 or higher

Vault

Economy API plugin

ProtocolLib

Required for real-time worth display

Economy Plugin

Any Vault-compatible economy plugin

Step-by-Step Installation

1. Download Dependencies

Download and install the required plugins first:

  1. Vault - Download from SpigotMCarrow-up-right

  2. ProtocolLib - Download from SpigotMCarrow-up-right

  3. Economy Plugin - Install an economy plugin such as:

    • EssentialsX

    • CMI

    • iConomy

    • Any other Vault-compatible economy

2. Install EasySell

  1. Download the latest EasySell.jar file

  2. Place it in your server's plugins folder

  3. Restart your server (or use a plugin manager to load it)

3. Configure License

  1. After first startup, open plugins/EasySell/config.yml

  2. Enter your license key:

  3. Get your license key from discord.gg/pikzstudios

  4. Restart the server

4. Verify Installation

Run the following command to verify EasySell is working:

You should see the sell GUI open.

File Structure

After installation, EasySell creates the following files:

First-Time Setup Checklist

Troubleshooting

Plugin won't enable

  • Check that Vault and ProtocolLib are installed

  • Verify you're running Java 21 or higher

  • Check console for error messages

Economy not working

  • Ensure an economy plugin is installed

  • Verify Vault recognizes your economy: /vault-info

Worth display not showing

  • Make sure ProtocolLib is installed and enabled

  • Check that item-worth: true in config.yml


Back to Home | Next: Configuration