The plugin powering the Blazing Games minecraft server, with computers, enchanting altars, spawner modification, and more!
Find a file
Ivy Collective 2da808277e fix lodestone causing item loss
this is because there was techncially no current item if you were using number keys to get items into the gui,
and that would cause item loss since you cant get the items back out
2025-01-26 10:39:34 -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 fix lodestone causing item loss 2025-01-26 10:39:34 -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 Merge branch 'main' into unit-testing 2025-01-19 16:25:07 -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.