mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-24 07:13:17 +02:00
@@ -345,7 +345,7 @@ sethome-multiple:
|
||||
|
||||
# Set timeout in seconds for players to accept tpa before request is cancelled.
|
||||
# Set to 0 for no timeout
|
||||
tpa-accept-cancellation: 0
|
||||
tpa-accept-cancellation: 120
|
||||
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
|
@@ -14,7 +14,7 @@ public class Teleport implements StorageObject
|
||||
{
|
||||
"Set timeout in seconds for players to accept tpa before request is cancelled.", "Set to 0 for no timeout."
|
||||
})
|
||||
private int requestTimeout = 0;
|
||||
private int requestTimeout = 120;
|
||||
@Comment({"Cancels a request made by tpa / tphere on world change to prevent cross world tp"})
|
||||
private boolean cancelRequestsOnWorldChange = false;
|
||||
@Comment(
|
||||
|
Reference in New Issue
Block a user