mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 03:53:41 +00:00
[Feature] Add config optn. to disable jail free tp
Adds the teleport-back-when-freed-from-jail configuration option. When set to true (default), as with previous versions will teleport the player which was jailed back to their previous position when freed. When false, Essentials will not teleport the player anywhere, leaving them where they are. Closes #1947
This commit is contained in:
parent
b2a5280971
commit
70387f73f6
4 changed files with 24 additions and 5 deletions
|
@ -306,4 +306,6 @@ public interface ISettings extends IConf {
|
|||
List<String> getDefaultEnabledConfirmCommands();
|
||||
|
||||
boolean isConfirmCommandEnabledByDefault(String commandName);
|
||||
|
||||
boolean isTeleportBackWhenFreedFromJail();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue