mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-07 04:53:11 +00:00
Option to send coordinate after death (#3207)
This commit is contained in:
parent
db410fb3e7
commit
b9f8fc2e11
5 changed files with 16 additions and 0 deletions
|
@ -1684,4 +1684,9 @@ public class Settings implements net.ess3.api.ISettings {
|
|||
public boolean isSpawnIfNoHome() {
|
||||
return config.getBoolean("spawn-if-no-home", true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean infoAfterDeath() {
|
||||
return config.getBoolean("send-info-after-death", false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue