mirror of
https://github.com/sciwhiz12/Janitor.git
synced 2024-11-12 21:31:26 +00:00
Personal testing and housekeeping Discord bot.
sciwhiz12
199b40b160
* Split project into two subprojects, for core and moderation * Move to modular system using Java's ServiceLoader * Improve messages system to allow message definitions in modules * Adjust some messages for brevity |
||
---|---|---|
.github/workflows | ||
core/src | ||
gradle/wrapper | ||
moderation/src | ||
src/main/java/sciwhiz12/janitor | ||
.gitattributes | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE-lgpl2.1.txt | ||
LICENSE.txt | ||
README.md | ||
settings.gradle |
Janitor
Janitor is a personal testing and housekeeping bot. It is under heavy development; the codebase may and will change massively between any two versions.
Licensing
This project is licensed under the MIT License (see the LICENSE.txt
file for the full license text).
This project includes code copied and modified from the Minecraft Forge project, which is licensed under the
LGPL v2.1 (see the LICENSE-lgpl2.1.txt
file for the full license text); specifically, the file
sciwhiz12.janitor.config.CommentedConfigSpec
is a modified and renamed version of
net.minecraftforge.common.ForgeConfigSpec
(as of the writing of this document). This file is relicensed under the
LGPL v2.1, to comply with the Minecraft Forge project's license.