Skip to content

Commit f315f2d

Browse files
committed
Add getBlockedCommandsInOtherFactionsTerritory method to ProtectionConfig
1 parent 1f2f708 commit f315f2d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/io/github/aquerr/eaglefactions/api/config/ProtectionConfig.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package io.github.aquerr.eaglefactions.api.config;
22

3+
import java.util.List;
34
import java.util.Set;
45

56
public interface ProtectionConfig
@@ -48,7 +49,9 @@ public interface ProtectionConfig
4849

4950
boolean shouldProtectWarzoneFromPlayers();
5051

51-
interface WhiteList
52+
List<String> getBlockedCommandsInOtherFactionsTerritory();
53+
54+
interface WhiteList
5255
{
5356
Set<String> getWhiteListedItems();
5457

0 commit comments

Comments
 (0)