Compatibility
Minecraft: Java Edition
1.21–1.21.8
Platforms
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 months ago
Changelog
Release v1.0 – DevSystem
- Initial release of the DevSystem plugin for Paper/Spigot servers.
- Compatibility: Paper 1.21.8, Java 21.
- Build: Gradle; artifact produced in GitHub Actions.
Highlights
- Core dev toolkit for your server.
- Configurable behavior via config.yml in src/main/resources.
- Clean toolchain (Java 21) and reproducible builds via Gradle Wrapper.
Requirements
- Java 21 (Temurin recommended).
- PaperMC 1.21.8 (or compatible build).
Installation
- Download the release JAR from the build artifacts.
- Place it into your server’s plugins/ folder.
- Start the server to generate configuration files.
Configuration
- Adjust plugins/DevSystem/config.yml after first start.
- Most changes require a server reload/restart.
Changes
- Initial feature set.
- Project structure with Gradle and resource processing (plugin.yml version expansion).



