mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 19:46:27 +00:00
New config options repair-enchanted (default true) and permission essentials.repair.enchanted
This commit is contained in:
parent
1f1b6aff54
commit
1489203aca
4 changed files with 25 additions and 0 deletions
|
@ -549,4 +549,8 @@ public class Settings implements ISettings
|
|||
{
|
||||
this.debug = debug;
|
||||
}
|
||||
|
||||
public boolean getRepairEnchanted() {
|
||||
return config.getBoolean("repair-enchanted", true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue