9
0
mirror of https://github.com/Samsuik/Sakura.git synced 2026-01-06 15:41:49 +00:00

Allow blocking with swords

This commit is contained in:
Samsuik
2025-02-17 16:15:21 +00:00
parent 99950f433c
commit a1f50ad82f
11 changed files with 189 additions and 16 deletions

View File

@@ -41,6 +41,11 @@ public final class GlobalConfiguration extends ConfigurationPart {
public Players players;
public class Players extends ConfigurationPart {
public Combat combat = new Combat();
public class Combat extends ConfigurationPart {
public boolean blockWithSwords = false;
}
public IntOr.Default bucketStackSize = IntOr.Default.USE_DEFAULT;
public boolean stackableMilkBuckets = false;
}