summaryrefslogtreecommitdiffstats
path: root/Essentials/src/net/ess3/settings/commands/Teleport.java
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/net/ess3/settings/commands/Teleport.java')
-rw-r--r--Essentials/src/net/ess3/settings/commands/Teleport.java19
1 files changed, 9 insertions, 10 deletions
diff --git a/Essentials/src/net/ess3/settings/commands/Teleport.java b/Essentials/src/net/ess3/settings/commands/Teleport.java
index 04be7a24e..6c6bdca06 100644
--- a/Essentials/src/net/ess3/settings/commands/Teleport.java
+++ b/Essentials/src/net/ess3/settings/commands/Teleport.java
@@ -11,18 +11,17 @@ import net.ess3.storage.StorageObject;
public class Teleport implements StorageObject
{
@Comment(
- {
- "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;
- @Comment({"Cancels a request made by tpa / tphere on world change to prevent cross world tp"})
- private boolean cancelRequestsOnWorldChange = false;
+ @Comment({"Cancels a request made by tpa / tphere on world change to prevent cross world tp"})
+ private boolean cancelRequestsOnWorldChange = false;
@Comment(
- {
- "The delay, in seconds, a player can't be attacked by other players after he has been teleported by a command",
- "This will also prevent that the player can attack other players"
- })
+ {
+ "The delay, in seconds, a player can't be attacked by other players after he has been teleported by a command",
+ "This will also prevent that the player can attack other players"
+ })
private long invulnerability = 0;
public long getInvulnerability()