-
./yatopia <span class="pl-k" style="box-sizing: border-box; color: rgb(215, 58, 73);">in</span>
- ./yatopia full
-
<repositories>
-
<!-- CodeMC -->
-
<repository>
-
<id>codemc-repo</id>
-
<url>https://repo.codemc.io/repository/maven-public/</url>
-
</repository>
- </repositories>
2. 添加YatopiaAPI依赖项:
-
<dependencies>
-
<dependency>
-
<groupId>net.yatopia</groupId>
-
<artifactId>yatopia-api</artifactId>
-
<version>1.16.3-R0.1-SNAPSHOT</version>
-
<scope>provided</scope>
-
</dependency>
- </dependencies>
同时官方提供了推荐的配置文件,你可以在: https://github.com/YatopiaMC/Yat ... ameters-recommended 查看。