mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-04 05:25:28 +02:00
Limit XP on certain plants which can become unnaturally tall Fixes #5045
This commit is contained in:
@@ -496,4 +496,8 @@ public class ExperienceConfig extends BukkitConfig {
|
||||
public boolean preventStoneLavaFarming() {
|
||||
return config.getBoolean("ExploitFix.LavaStoneAndCobbleFarming", true);
|
||||
}
|
||||
|
||||
public boolean limitXPOnTallPlants() {
|
||||
return config.getBoolean("ExploitFix.LimitTallPlantFarming", true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user