Add various new scripts

This commit is contained in:
2022-01-19 12:35:11 +01:00
parent fb86f97efa
commit 78786709eb
84 changed files with 2674 additions and 76 deletions

View File

@ -25,8 +25,8 @@
version = "1.0.0"
project.extra["PluginName"] = "Chaos Base" // This is the name that is used in the external plugin manager panel
project.extra["PluginDescription"] = "" // This is the description that is used in the external plugin manager panel
project.extra["PluginName"] = "Chaos Bosshelper" // This is the name that is used in the external plugin manager panel
project.extra["PluginDescription"] = "Doesn't actually help bosses, it helps you against them!" // This is the description that is used in the external plugin manager panel
dependencies {
compileOnly(project(":util"))