Go to file
JaTiTV e5cba7fe6d Update Kyori MiniMessage
API Updates:
adventure-text-minimessage - 4.16.0
adventure-platform-bukkit - 4.3.2
adventure-platform-bungeecord - 4.3.2
2024-03-31 13:32:00 +02:00
.gitea/ISSUE_TEMPLATE „.gitea/ISSUE_TEMPLATE/feature_request.md“ ändern 2022-12-31 20:28:25 +00:00
.idea 1.20.4 Update / Remove debug Message 2024-03-30 19:41:31 +01:00
src/main 1.20.4 Update / Remove debug Message 2024-03-30 19:41:31 +01:00
.gitignore change gitignore 2023-07-10 03:59:53 +02:00
README.md „README.md“ ändern 2022-11-14 15:56:05 +00:00
pom.xml Update Kyori MiniMessage 2024-03-31 13:32:00 +02:00

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>