change minecraft plugin to ic_plugin_coordinates

This commit is contained in:
SemvdH
2025-11-09 22:41:25 +01:00
parent 997bd3bb92
commit 19bae521e7
16 changed files with 1023 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
<profiles>
<profile>
<id>default</id>
<properties>
<db.username>spigot</db.username>
<db.password>Z7nhqy+spigot-minecraft</db.password>
<db.name>ic_minecraft</db.name>
<db.host>localhost</db.host>
</properties>
</profile>
</profiles>
</settings>