mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 02:17:42 +01:00
Allow fully disabling farmland trampling
This commit is contained in:
@@ -52,10 +52,10 @@ index 1942fae27051af79b6eb1d790a219da100bf889e..0e2f9777fe1b62f8da20bf7559150e1d
|
||||
|
||||
this.a(damagesource);
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
index 6481f8a964846ee835c2196197bd765d013377a4..20c4cd5ffe4d132012f1e55401e08cb894b80294 100644
|
||||
index 8c25e08dfa7f141a6e1616b96625376f3fa10c5f..5a48219c214c062fee5a1915227923265febc698 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
@@ -1913,4 +1913,33 @@ public class PurpurWorldConfig {
|
||||
@@ -1915,4 +1915,33 @@ public class PurpurWorldConfig {
|
||||
private void imposeTeleportRestrictionsOnGateways() {
|
||||
imposeTeleportRestrictionsOnGateways = getBoolean("gameplay-mechanics.impose-teleport-restrictions-on-gateways", imposeTeleportRestrictionsOnGateways);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user