The plugin powering the Blazing Games minecraft server, with computers, enchanting altars, spawner modification, and more!
Find a file
AstroSquared 48834ba772
All checks were successful
Build, Test and Publish / test (push) Successful in 3m53s
Build, Test and Publish / build-and-publish (push) Successful in 2m18s
Merge pull request #22 from BlazingGames/remove-unused-sql-depends
remove unused SQL dependancies
2025-02-02 14:43:09 -05:00
.forgejo/workflows bump minecraft/gradle version in build.yml 2025-01-19 16:29:24 -05:00
.idea/copyright turned death crate keys into custom items 2025-01-18 23:31:02 +01:00
.vscode init 2025-01-12 18:28:19 -05:00
gradle/wrapper update to 1.21.4 2025-01-18 02:12:50 +01:00
src/main remove unused SQL dependancies 2025-02-02 14:40:18 -05:00
.gitignore me when @sillies tells me where to look for copyright header settings 2025-01-18 02:25:05 +01:00
build.gradle remove unused SQL dependancies 2025-02-02 14:40:18 -05:00
CONFIG.md init 2025-01-12 18:28:19 -05:00
gradle.properties add unit testing ""framework"" 2025-01-17 14:39:06 -05:00
gradlew init 2025-01-12 18:28:19 -05:00
gradlew.bat init 2025-01-12 18:28:19 -05:00
LICENSE init 2025-01-12 18:28:19 -05:00
NOTICE init 2025-01-12 18:28:19 -05:00
PROTOCOL.md init 2025-01-12 18:28:19 -05:00
README.md add pointless readme badges 2025-01-17 17:56:39 -05:00
settings.gradle init 2025-01-12 18:28:19 -05:00

blazing-games-plugin

Latest Release Build Status

The plugin powering the Blazing Games minecraft server, with computers, enchanting altars, spawner modification, and more!

Usage

Releases of prebuilt jars are available here. Otherwise, please build the plugin yourself (see the Development section).

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

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.

License

This plugin is licensed under the Apache License (version 2.0). For more information, please read the NOTICE and LICENSE files.