Add workaround for CB chunk unload issue
This commit is contained in:
parent
566abae2a6
commit
6e05a1fa14
2 changed files with 30 additions and 71 deletions
5
pom.xml
5
pom.xml
|
|
@ -179,5 +179,10 @@
|
|||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/PermissionsBukkit.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>craftbukkit</artifactId>
|
||||
<version>1.2.5-R5.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue