portals remove fix + flashback messages and saving/loading

This commit is contained in:
SuperRonanCraft
2020-11-22 02:37:00 -05:00
parent 9b3d16faab
commit 231ab44da4
24 changed files with 851 additions and 50 deletions

12
pom.xml
View File

@@ -114,6 +114,11 @@
<id>residence-repo</id>
<url>file:${project.basedir}/LocalJars/Residence4.9.1.9.jar</url>
</repository>
<!-- ProtocolLib Repo -->
<repository>
<id>dmulloy2-repo</id>
<url>https://repo.dmulloy2.net/nexus/repository/public/</url>
</repository>
</repositories>
<dependencies>
<!--Spigot API-->
@@ -205,5 +210,12 @@
<version>LATEST</version>
<scope>provided</scope>
</dependency>
<!-- ProtocolLib -->
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>4.5.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>