Rule for Serpulo core unloaders taking items from the core

This commit is contained in:
Anuken
2025-12-21 16:01:27 -05:00
parent f64279fb75
commit 861678fd71
6 changed files with 24 additions and 0 deletions

View File

@@ -120,6 +120,8 @@ public class Rules{
public boolean cleanupDeadTeams = true;
/** If true, items can only be deposited in the core. */
public boolean onlyDepositCore = false;
/** If true, Serpulo unloaders can take items from the core. */
public boolean allowCoreUnloaders = true;
/** Cooldown, in seconds, of item depositing for players. */
public float itemDepositCooldown = 0.5f;
/** If true, every enemy block in the radius of the (enemy) core is destroyed upon death. Used for campaign maps. */