mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-11-23 10:35:15 +01:00
Activated Residence Chest protection
This commit is contained in:
parent
002430a147
commit
c9e9c6a33e
@ -83,6 +83,9 @@ public class Dependencies {
|
||||
case SecureChests:
|
||||
listener = new SecureChests();
|
||||
break;
|
||||
case Residence:
|
||||
listener = new ResidenceChestProtection();
|
||||
break;
|
||||
|
||||
//Terrain protection plugins
|
||||
case Towny:
|
||||
@ -153,6 +156,7 @@ public class Dependencies {
|
||||
Deadbolt,
|
||||
SimpleChestLock,
|
||||
SecureChests,
|
||||
Residence,
|
||||
|
||||
OddItem,
|
||||
|
||||
|
@ -14,7 +14,7 @@ description: >
|
||||
|
||||
|
||||
softdepend: [LWC, Lockette, Deadbolt, OddItem, Towny, WorldGuard, Vault, Heroes,
|
||||
iConomy, BOSEconomy, Essentials, SimpleChestLock, SecureChests]
|
||||
iConomy, BOSEconomy, Essentials, SimpleChestLock, SecureChests, Residence]
|
||||
commands:
|
||||
iteminfo:
|
||||
aliases: [iinfo]
|
||||
|
Loading…
Reference in New Issue
Block a user