Skip to content

Getting Started

Astra Lifesteal is a Paper plugin for Minecraft servers running Java 21.

Requirements

  • Paper 1.21.8
  • Java 21
  • PlaceholderAPI is optional, but supported when installed

Build

From the repository root:

sh
./gradlew build

On Windows:

sh
gradlew.bat build

The shaded plugin jar is written to build/libs.

Install

  1. Build the plugin jar.
  2. Copy the jar into your server's plugins directory.
  3. Start the server once to generate configuration files.
  4. Review config.yml, messages.yml, recipes.yml, and shop.yml.
  5. Run /lifesteal reload after changing configuration.

Built with VitePress.