1
0
mirror of https://github.com/sciwhiz12/Janitor.git synced 2024-09-19 21:04:02 +00:00
Personal testing and housekeeping Discord bot.
Go to file
2020-11-30 14:01:41 +08:00
.github/workflows Use Java 11 when building on GitHub actions 2020-09-02 06:20:27 +08:00
core/src Refactor reaction messages to allow full control of when to send the message 2020-11-30 14:01:41 +08:00
gradle/wrapper Majorly refactor project structure 2020-11-23 11:13:09 +08:00
moderation/src Refactor reaction messages to allow full control of when to send the message 2020-11-30 14:01:41 +08:00
src/main/java/sciwhiz12/janitor Majorly refactor project structure 2020-11-23 11:13:09 +08:00
.gitattributes Initial commit 2020-09-01 02:15:21 +08:00
.gitignore Overhaul bot to be more extendible 2020-09-02 06:16:49 +08:00
build.gradle Majorly refactor project structure 2020-11-23 11:13:09 +08:00
gradle.properties Move from GSON to Jackson, cleanup code warnings, move to javax.annotation annotations 2020-10-09 15:21:12 +08:00
gradlew Initial commit 2020-09-01 02:15:21 +08:00
gradlew.bat Initial commit 2020-09-01 02:15:21 +08:00
LICENSE-lgpl2.1.txt Rework config system to use a config spec 2020-10-01 03:08:48 +08:00
LICENSE.txt Initial commit 2020-09-01 02:15:21 +08:00
README.md Move README to repo root 2020-10-17 11:29:44 +08:00
settings.gradle Majorly refactor project structure 2020-11-23 11:13:09 +08:00

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.