New config options repair-enchanted (default true) and permission essentials.repair.enchanted

This commit is contained in:
snowleo 2011-12-02 08:30:52 +01:00
parent 1f1b6aff54
commit 1489203aca
4 changed files with 25 additions and 0 deletions

View file

@ -549,4 +549,8 @@ public class Settings implements ISettings
{
this.debug = debug;
}
public boolean getRepairEnchanted() {
return config.getBoolean("repair-enchanted", true);
}
}