Installation
Requirements
Requirement | Version |
|---|---|
Java | 25+ |
Paper / Spigot | 1.21+ |
MariaDB | 10.6+ recommended |
Redis | 6+ |
latest | |
2.11.1+ |
Server Installation
Download
AstralSync-3.0-SNAPSHOT.jarfrom the release repository.Place the JAR in your server's
plugins/directory.Start the server once — AstralSync will generate its configuration files under
plugins/AstralSync/.Stop the server.
Edit
plugins/AstralSync/database.propertieswith your MariaDB credentials (see Database Configuration).Edit
plugins/AstralSync/config.ymlas needed (see Configuration).Start the server. AstralSync will create the
snapshotstable automatically on first run.
Maven Dependency (for plugin developers)
If you are building a plugin that integrates with AstralSync, add the following to your pom.xml:
Declare AstralSync as a dependency in your plugin.yml:
Or as a soft dependency if your plugin works without it: