BattlePass Plugin

A Minecraft plugin that implements a battle pass system similar to Fortnite. Players earn XP by killing mobs, level up, and unlock rewards such as extra health and weapons.

Features

Installation

  1. Build the plugin using Maven:
    mvn package
  2. Copy the generated JAR file (target/battlepass-1.0.0.jar) to your server's plugins folder.
  3. Restart the server.

Usage

Requirements

Building

This project uses Maven for building. Run mvn compile to compile or mvn package to build the JAR.