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. Restart the server after changing configuration.

Commands

Command details should be kept in sync with LifestealCommand as the plugin evolves.

Built with VitePress.