first commit
This commit is contained in:
19
README.md
19
README.md
@@ -84,4 +84,23 @@ new BukkitRunnable() {
|
||||
));
|
||||
}
|
||||
}.runTaskTimer(plugin, 0L, 20L);
|
||||
```
|
||||
|
||||
### 📥 Maven
|
||||
Repository
|
||||
```xml
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>gitea</id>
|
||||
<url>https://git.triler.eu/api/packages/TrilerCode/maven</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
```
|
||||
Dependency
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>net.triler</groupId>
|
||||
<artifactId>minecraft-holograms</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
```
|
||||
Reference in New Issue
Block a user