„README.md“ hinzufügen
This commit is contained in:
parent
1a914a9410
commit
03af0646a6
34
README.md
Normal file
34
README.md
Normal file
@ -0,0 +1,34 @@
|
||||
<p align="center">
|
||||
<img src="https://i.imgur.com/0pSf6jl.png" width="300">
|
||||
</p>
|
||||
|
||||
---
|
||||
# Links
|
||||
* [Download](https://www.spigotmc.org/resources/t2codelib.96388/)
|
||||
* [Discord](http://dc.T2Code.net)
|
||||
|
||||
--
|
||||
|
||||
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>
|
||||
```
|
||||
|
||||
<img src="https://i.imgur.com/HoZSt7c.png" width="600">
|
Loading…
Reference in New Issue
Block a user