mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-23 14:03:43 +00:00
Create allow-bulk-buy-sell config option. Resolves #765.
This commit is contained in:
parent
a76b20f1b5
commit
f1d9cda5eb
5 changed files with 13 additions and 2 deletions
|
@ -1359,4 +1359,9 @@ public class Settings implements net.ess3.api.ISettings {
|
|||
public boolean isPastebinCreateKit() {
|
||||
return config.getBoolean("pastebin-createkit", true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isAllowBulkBuySell() {
|
||||
return config.getBoolean("allow-bulk-buy-sell", false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue