first commit

This commit is contained in:
2025-12-25 19:40:51 +00:00
parent 6be94ab4d2
commit 024b85dd3b
23 changed files with 375 additions and 53 deletions

View File

@@ -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>
```