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:
@@ -549,4 +549,8 @@ public class Settings implements ISettings
|
||||
{
|
||||
this.debug = debug;
|
||||
}
|
||||
|
||||
public boolean getRepairEnchanted() {
|
||||
return config.getBoolean("repair-enchanted", true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user