We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2f708 commit f315f2dCopy full SHA for f315f2d
src/main/java/io/github/aquerr/eaglefactions/api/config/ProtectionConfig.java
@@ -1,5 +1,6 @@
1
package io.github.aquerr.eaglefactions.api.config;
2
3
+import java.util.List;
4
import java.util.Set;
5
6
public interface ProtectionConfig
@@ -48,7 +49,9 @@ public interface ProtectionConfig
48
49
50
boolean shouldProtectWarzoneFromPlayers();
51
- interface WhiteList
52
+ List<String> getBlockedCommandsInOtherFactionsTerritory();
53
+
54
+ interface WhiteList
55
{
56
Set<String> getWhiteListedItems();
57
0 commit comments