Go to file
JaTiTV 034bf241e5 15.2
Changes:
Commands:
- The command '/t2code serverid' has been added to display the server ID assigned by the T2CodeLib.
- The command '/t2code bcmd <command>' was added to execute a bungee command from a spigot plugin

DebugLog:
- The number of offline players is now displayed in T2CoderLog.txt
- The offline players as well as the plugins in the T2CoderLog.txt are now listed in alphabetical order

- Smaller code changes
2023-06-19 21:17:49 +02:00
.gitea/ISSUE_TEMPLATE „.gitea/ISSUE_TEMPLATE/feature_request.md“ ändern 2022-12-31 20:28:25 +00:00
src/main 15.2 2023-06-19 21:17:49 +02:00
.gitignore Initial 2022-11-10 10:12:15 +01:00
README.md „README.md“ ändern 2022-11-14 15:56:05 +00:00
pom.xml 15.2 2023-06-19 21:17:49 +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>