msb3/README.md

35 lines
902 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

msb3
-----------
## О проекте
**MinestomServerBase** (msb3) - это надстройка над Minestom, содержащая готовые модули,
упрощающие разработку мини-игр.
## Использование
Указать репозиторий:
```groovy
maven {
name = "Gitea"
url = uri("https://git.dragonestia.ru/api/packages/Dragonestia/maven")
credentials(HttpHeaderCredentials) {
name = "Authorization"
value = "token ${dragonestiaGiteaToken}"
}
authentication {
header(HttpHeaderAuthentication)
}
}
```
Указать зависимость:
```groovy
dependencies {
implementation 'ru.dragonestia.msb3:msb-api:ВЕРСИЯ'
}
```
Последнюю версию можно найти тут: [ТЫК](https://git.dragonestia.ru/Dragonestia/-/packages/maven/ru.dragonestia.msb3:msb-api/)