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 Details

    • ON_DEATH

      @Comment("Teleport to your plot on death") public static boolean ON_DEATH
    • ON_LOGIN

      @Comment("Teleport to your plot on login") public static boolean ON_LOGIN
    • ON_CLAIM

      @Comment("Teleport to your plot on claim (/plot claim)") public static boolean ON_CLAIM
    • ON_AUTO

      @Comment("Teleport to your plot on auto (/plot auto)") public static boolean ON_AUTO
    • DELAY

      @Comment({"Add a delay to all teleport commands (in seconds)","Assign `plots.teleport.delay.bypass` to bypass the cooldown"}) public static int DELAY
    • ON_CLEAR

      @Comment("Teleport outside of the plot before clearing") public static boolean ON_CLEAR
    • ON_DELETE

      @Comment("Teleport outside of the plot before deleting") public static boolean 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