geforkt von Mirrors/FastAsyncWorldEdit
More lasting fix for Spout constantly causing issues. (This is not the first time this has happened).
Dieser Commit ist enthalten in:
Ursprung
33d0d7cd6c
Commit
6f8b80ae37
10
pom.xml
10
pom.xml
@ -38,10 +38,6 @@
|
|||||||
<id>bukkit-repo</id>
|
<id>bukkit-repo</id>
|
||||||
<url>http://repo.bukkit.org/content/groups/public</url>
|
<url>http://repo.bukkit.org/content/groups/public</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
|
||||||
<id>spout-repo</id>
|
|
||||||
<url>http://repo.spout.org/</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
</repositories>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- Used for Permissions support (this version has both the legacy API
|
<!-- Used for Permissions support (this version has both the legacy API
|
||||||
@ -269,6 +265,12 @@
|
|||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>spout</id>
|
<id>spout</id>
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>spout-repo</id>
|
||||||
|
<url>http://nexus.spout.org/content/groups/public/</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spout</groupId>
|
<groupId>org.spout</groupId>
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren