Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 664 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 664 Bytes

BlueMap Wiki 3rd Party Addons File Validator

This tool validates the BlueMap Wiki's 3rd party addons file.
It checks if the file is valid HOCON and if all required fields are present.

Designed to be used in GitHub Actions.

Usage

(Assuming a Linux environment, with a bash (or similar) shell)

Just run it once

./gradlew run --args="/path/to/BlueMapWiki/"

Compile and run

./gradlew build
java -jar ./build/libs/BlueMap3rdValidator-1.0-all.jar "/path/to/BlueMapWiki/"