mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-24 15:23:20 +02:00
@@ -345,7 +345,7 @@ sethome-multiple:
|
|||||||
|
|
||||||
# Set timeout in seconds for players to accept tpa before request is cancelled.
|
# Set timeout in seconds for players to accept tpa before request is cancelled.
|
||||||
# Set to 0 for no timeout
|
# 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."
|
"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"})
|
@Comment({"Cancels a request made by tpa / tphere on world change to prevent cross world tp"})
|
||||||
private boolean cancelRequestsOnWorldChange = false;
|
private boolean cancelRequestsOnWorldChange = false;
|
||||||
@Comment(
|
@Comment(
|
||||||
|
Reference in New Issue
Block a user