1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-25 21:59:08 +02:00

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);
}
}