mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2025-03-10 05:29:04 +01:00
Update residence dependency
This commit is contained in:
parent
fc5d84eebb
commit
1948156b42
6
pom.xml
6
pom.xml
@ -234,9 +234,9 @@
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.bekvon.bukkit.residence</groupId>
|
||||
<artifactId>Residence</artifactId>
|
||||
<version>4.5.3.0</version>
|
||||
<groupId>com.bekvon.bukkit</groupId>
|
||||
<artifactId>residence</artifactId>
|
||||
<version>4.6.1.4</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
BIN
repo/com/bekvon/bukkit/residence/4.6.1.4/residence-4.6.1.4.jar
Normal file
BIN
repo/com/bekvon/bukkit/residence/4.6.1.4/residence-4.6.1.4.jar
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
||||
44c81880a50540578b4743bbb736d9b7
|
@ -0,0 +1 @@
|
||||
4988423e579cac58850ce4c1bcc765d40492d354
|
@ -2,8 +2,8 @@
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.t00thpick1</groupId>
|
||||
<groupId>com.bekvon.bukkit</groupId>
|
||||
<artifactId>residence</artifactId>
|
||||
<version>3.0.0q-SNAPSHOT</version>
|
||||
<version>4.6.1.4</version>
|
||||
<description>POM was created from install:install-file</description>
|
||||
</project>
|
@ -0,0 +1 @@
|
||||
61c4f0279387217f9bfd1642df914faf
|
@ -0,0 +1 @@
|
||||
1ccc6d02068ffb443ff11c3becf3ae17af235cc3
|
@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>net.t00thpick1</groupId>
|
||||
<groupId>com.bekvon.bukkit</groupId>
|
||||
<artifactId>residence</artifactId>
|
||||
<versioning>
|
||||
<release>4.6.1.4</release>
|
||||
<versions>
|
||||
<version>3.0.0q-SNAPSHOT</version>
|
||||
<version>4.6.1.4</version>
|
||||
</versions>
|
||||
<lastUpdated>20140629150451</lastUpdated>
|
||||
<lastUpdated>20170509134553</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
@ -0,0 +1 @@
|
||||
2ce14543fd469c804b8dd32d73014c0c
|
@ -0,0 +1 @@
|
||||
46aabdb9c0125ee2cd331673e7ec60f3ea3ce814
|
@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata modelVersion="1.1.0">
|
||||
<groupId>net.t00thpick1</groupId>
|
||||
<artifactId>residence</artifactId>
|
||||
<version>3.0.0q-SNAPSHOT</version>
|
||||
<versioning>
|
||||
<snapshot>
|
||||
<localCopy>true</localCopy>
|
||||
</snapshot>
|
||||
<lastUpdated>20140629150451</lastUpdated>
|
||||
<snapshotVersions>
|
||||
<snapshotVersion>
|
||||
<extension>jar</extension>
|
||||
<value>3.0.0q-SNAPSHOT</value>
|
||||
<updated>20140629150451</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<extension>pom</extension>
|
||||
<value>3.0.0q-SNAPSHOT</value>
|
||||
<updated>20140629150451</updated>
|
||||
</snapshotVersion>
|
||||
</snapshotVersions>
|
||||
</versioning>
|
||||
</metadata>
|
@ -1 +0,0 @@
|
||||
d6395958ea8e8bfa44d476608b1fb990
|
@ -1 +0,0 @@
|
||||
f364e694abbd6efe96635a22b101157b0f5f2e6d
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
c17eb71c42adf83e9d7ecd19a56f46e3
|
@ -1 +0,0 @@
|
||||
cda76504b52d728ef3ebe4b90d3c212d71de7fb4
|
@ -1 +0,0 @@
|
||||
88f1e831b70e82d15f327471103442e6
|
@ -1 +0,0 @@
|
||||
3d116d9d5e97e783ed1953f3fc320d212e3f0afc
|
@ -1 +0,0 @@
|
||||
362ac5203d5aa3841a90caa7e0cf35df
|
@ -1 +0,0 @@
|
||||
1d6a3c2680f9e18250428165450aa32562e0ed98
|
@ -28,7 +28,7 @@ public class ResidenceChestProtection implements Listener {
|
||||
ClaimedResidence residence = ResidenceApi.getResidenceManager().getByLoc(block.getLocation());
|
||||
|
||||
if (residence != null) {
|
||||
if (!residence.getPermissions().playerHas(player, Flags.container, true) && !Residence.isResAdminOn(player)) {
|
||||
if (!residence.getPermissions().playerHas(player, Flags.container, true) && !Residence.getInstance().isResAdminOn(player)) {
|
||||
//Doesn't have permissions to that chest.
|
||||
event.setResult(Event.Result.DENY);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user