Фиксы проходок (нормально, в отличии от main ветки)

ОНО РАБОТАЕТ СУКАААА
This commit is contained in:
Sashegdev
2026-04-20 19:30:17 +00:00
parent a3f9871d6e
commit 6bf6c1634a
11 changed files with 1025 additions and 414 deletions
+18
View File
@@ -91,6 +91,24 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>global</id>
<properties>
<launcher.title>ZernMC Launcher</launcher.title>
<build.profile>global</build.profile>
<server.url>http://87.120.187.36:1582</server.url>
</properties>
</profile>
<profile>
<id>zernmc</id>
<properties>
<launcher.title>ZernMC Private Launcher</launcher.title>
<build.profile>zernmc</build.profile>
<server.url>http://87.120.187.36:1582</server.url>
</properties>
</profile>
</profiles>
<properties>
<maven.compiler.target>21</maven.compiler.target>
<mainClass>me.sashegdev.zernmc.launcher.Main</mainClass>