Class Settings.Teleport
java.lang.Object
com.plotsquared.core.configuration.Settings.Teleport
- Enclosing class:
Settings
@Comment("Teleportation related settings")
public static final class Settings.Teleport
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ON_DEATH
-
ON_LOGIN
-
ON_CLAIM
-
ON_AUTO
-
DELAY
-
ON_CLEAR
-
ON_DELETE
-
PER_WORLD_VISIT
@Comment("The visit command is ordered by world instead of globally") public static boolean PER_WORLD_VISIT -
VISIT_MERGED_OWNERS
@Comment("Search merged plots for having multiple owners when using the visit command") public static boolean VISIT_MERGED_OWNERS -
SIZED_BASED
@Comment("Allows to teleport based on block size instead to spawn on the highest block at the home command") public static boolean SIZED_BASED
-
-
Constructor Details
-
Teleport
public Teleport()
-