Add max minecarft speed gamerule config

This commit is contained in:
Spottedleaf
2024-10-25 14:06:01 -07:00
parent a02a757a57
commit c46650d89f
3 changed files with 344 additions and 323 deletions

View File

@@ -835,6 +835,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ public IntOr.Default compressionLevel = IntOr.Default.USE_DEFAULT;
+ @Comment("Defines the leniency distance added on the server to the interaction range of a player when validating interact packets.")
+ public DoubleOr.Default clientInteractionLeniencyDistance = DoubleOr.Default.USE_DEFAULT;
+ public IntOr.Default maxMinecartGamerule = io.papermc.paper.configuration.type.number.IntOr.Default.USE_DEFAULT;
+ }
+
+ public BlockUpdates blockUpdates;