JaTiTV
37db515726
Changes: - T2CLibConfig was added to the API to access the T2CodeLib config.yml - Create ReportLog was slightly rewritten to make it easier to copy the T2CodePlugins into the zip and to improve performance - added a feedback to the command /t2c reloadconfig - change plugin info design |
||
---|---|---|
.gitea/ISSUE_TEMPLATE | ||
src/main | ||
.gitignore | ||
pom.xml | ||
README.md |
Links
T2CodeLib is a library for the plugins of T2Code.
Main library file to centralize the main functions for multiple plugins, allowing better maintenance capabilities and reducing the overall size of the plugins.
Maven:
<repositories>
<repository>
<id>T2Code</id>
<url>https://repo.t2code.net/repository/T2Code/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>net.t2code</groupId>
<artifactId>T2CodeLib</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>