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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user