mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 19:46:27 +00:00
Add ability to click helmet slot to equip item. #960
This commit is contained in:
parent
51f2a04958
commit
7958cd0b88
4 changed files with 29 additions and 0 deletions
|
@ -1421,4 +1421,9 @@ public class Settings implements net.ess3.api.ISettings {
|
|||
public int getMotdDelay() {
|
||||
return config.getInt("delay-motd", 0);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isDirectHatAllowed() {
|
||||
return config.getBoolean("allow-direct-hat", true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue