Source Code
AstroSimpleAFK is open source under the MIT License.
Repository
Browse the full source, open issues, and contribute on GitHub.
Tech Stack
LanguageJava 21
APIPaper API 1.20+
Build ToolMaven 3.8+
LicenseMIT License
Project Structure
astro-simple-afk/
├── pom.xml
├── src/
│ └── main/
│ ├── java/com/astroworld/astrosimpleafk/
│ │ ├── AstroSimpleAFK.java
│ │ ├── commands/
│ │ └── listeners/
│ └── resources/
│ ├── plugin.yml
│ └── config.yml
└── target/
└── AstroSimpleAFK-1.0.0.jarBuild from Source
Prerequisites
- Java Development Kit (JDK) 21 or higher
- Maven 3.8 or higher
- Git
Commands
git clone https://github.com/AstroworldMC/astro-simple-afk.git
cd astro-simple-afk
mvn clean package
# Output: target/AstroSimpleAFK-1.0.0.jarContributing
Contributions are welcome. Fork the repository, make your changes, and open a pull request.
- 1Fork the repository on GitHub
- 2Create a feature branch (git checkout -b feature/my-change)
- 3Commit your changes with a clear message
- 4Push to your fork and open a pull request
License
AstroSimpleAFK is released under the MIT License. You are free to use, modify, and distribute this software.