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 fc4fabe commit 6a90b20Copy full SHA for 6a90b20
i18n-config/src/main/java/io/izzel/arclight/i18n/conf/CompatSpec.java
@@ -29,9 +29,6 @@ public class CompatSpec {
29
@Setting("valid-username-regex")
30
private String validUsernameRegex;
31
32
- @Setting("exact-plugin-entity-damage-control")
33
- private boolean exactPluginEntityDamageControl;
34
-
35
public Map<String, MaterialPropertySpec> getMaterials() {
36
return materials;
37
}
@@ -67,8 +64,4 @@ public boolean isForwardPermissionReverse() {
67
64
public String getValidUsernameRegex() {
68
65
return validUsernameRegex;
69
66
70
71
- public boolean isExactPluginEntityDamageControl() {
72
- return exactPluginEntityDamageControl;
73
- }
74
0 commit comments