Getting started

This guide will help you install and configure ZelBounty on your server.

Installation

1

Download

Download the ZelBounty plugin JAR file.

2

Place

Place the JAR file in your server's plugins folder.

3

Install Vault

Install Vault if you haven't already (required dependency).

4

Install an Economy Plugin

Install an Economy Plugin (e.g., EssentialsX, CMI).

5

Restart

Restart your server.

First Setup

After the first server start, ZelBounty will create the following files:

plugins/ZelBounty/
├── config.yml          # Main configuration
├── messages.yml        # All plugin messages
├── sounds.yml          # Sound effects
├── bounties.db         # SQLite database (default)
└── guis/
    ├── bounty.yml          # Bounty list GUI
    ├── bounty_confirm.yml  # Confirmation GUI
    └── admin_history.yml   # History GUI

License Activation

ZelBounty requires a valid license key to function.

1

Open config.yml.

2

Add your license key:

3

Restart the server.

Get your license key from discord.gg/pikzstudiosarrow-up-right

Basic Configuration

Here are the essential settings to configure:

Set Bounty Limits

Enable/Disable Features

Blacklist Worlds

Prevent bounty claims in certain worlds:

Permissions Setup

Give players basic bounty permissions:

For admins:

Testing

1

Give yourself permissions.

2

Run /bounty gui to open the bounty browser.

3

Run /bounty add <player> <amount> to place a bounty.

4

Have the target player get killed to test reward distribution.

Last updated