The base mod to the most advanced chat mod in Minecraft.
Find a file
2022-08-08 10:18:46 -06:00
.github [skip ci] Starting documentation 2022-01-25 16:17:09 -07:00
docs Updating wiki 2022-04-14 16:06:17 -06:00
gradle/wrapper Updated gradle version, added homepage and issues tags, optimized icon. 2021-10-24 22:45:13 +02:00
src/main Fixing specific keybinds not saving 2022-08-08 10:18:46 -06:00
.gitignore Update to 1.19 2022-07-14 22:07:11 -04:00
build.gradle 1.19 release 2022-07-28 13:53:31 -06:00
gradle.properties Fixing specific keybinds not saving 2022-08-08 10:18:46 -06:00
gradlew Update gradle 2021-08-10 12:17:18 -06:00
gradlew.bat Update gradle 2021-08-10 12:17:18 -06:00
HEADER.txt Actual copyright 2021-10-27 19:29:46 -06:00
icon - original.png Updated gradle version, added homepage and issues tags, optimized icon. 2021-10-24 22:45:13 +02:00
jitpack.yml [skip-ci] Hopefully java 17 2022-03-08 09:53:50 -07:00
LICENSE.txt Adding README.md and fixing a bug 2021-08-10 18:27:25 -06:00
README.md [skip ci] Lots of keybinds 2022-04-24 20:42:33 -06:00
settings.gradle JCenter 2022-01-17 11:33:03 -07:00

AdvancedChatCore

This is the base mod of all AdvancedChat modules and features. This mod provides the necessary foundation and framework for AdvancedChat mod's to work.

This mod primarily adds internal features used by other modules, as well as the ability to display the time that a message was sent.

Dependencies

MaLiLib and Fabric API are required for this mod to run

Mod Menu is strongly recommended, as it allows you to easily edit the config

Configuration

You can either manually edit the config file, located in ~.minecraft/config/advancedchat/advancedchatcore.json, or you can open the configuration screen using mod menu (see Dependencies)

About AdvancedChat Modules

AdvancedChat Modules splits the features of AdvancedChat into several different mods, all of which depend on AdvancedChatCore. This simplifies development, and also allows for the user to pick-and-choose what features of AdvancedChat they want or don't want. The main AdvancedChat mod will eventually serve as a bundle of all AdvancedChat modules. Full list

Developers

To use AdvancedChatCore within your own mod you can use jitpack with maven to download and implement it.

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
dependencies {
	modImplementation 'com.github.DarkKronicle:AdvancedChatCore:VERSION'
}

To have the core reference the mod as a module, int fabric.mod.json in custom put "acmodule: true"

{
...
"custom": {
	"acmodule": true
}
}

Reference the example mod for individual use cases.

Development

To develop, all dependencies should automatically be processed through gradle.

Credits n' more

Code & Mastermind: DarkKronicle

Update to 1.16.3: lmichaelis

Logo & Proofreading: Chronos22

Libraries:

For more help join the Discord