blazing-games-plugin/README.md

30 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2025-01-12 18:28:19 -05:00
# blazing-games-plugin
2025-01-17 17:56:39 -05:00
![Latest Release](https://git.ivycollective.dev/BlazingGames/blazing-games-plugin/badges/release.svg)
![Build Status](https://git.ivycollective.dev/BlazingGames/blazing-games-plugin/badges/workflows/build.yml/badge.svg?label=build+status)
2025-01-12 18:28:19 -05:00
The plugin powering the Blazing Games minecraft server, with computers, enchanting altars, spawner modification, and more!
## Usage
2025-01-12 18:42:22 -05:00
Releases of prebuilt jars are [available here](https://git.ivycollective.dev/BlazingGames/blazing-games-plugin/releases). Otherwise, please build the plugin yourself (see the Development section).
2025-01-12 18:28:19 -05:00
Instructions: Place the plugin's jar file inside your `plugins` folder and restart your server.
Most features should be configured out of the box. For those needing advanced configuration, see the `CONFIG.md` file.
## Development
This is a standard Paper plugin using Gradle.
To build, use: `./gradlew build`
2025-01-17 14:39:06 -05:00
## Testing
This plugins supports testing. To run tests, use: `./gradlew build -Ptest=true`, and load the plugin normally. Once tests are done running, the file `TESTS_RESULT` in the server files directory will contain `true` if tests passed or `false` if tests failed.
2025-01-12 18:28:19 -05:00
## License
This plugin is licensed under the Apache License (version 2.0). For more information, please read the NOTICE and LICENSE files.