Config Versions

Version 1.29 +

config_version: 1.29

# few | normal | more | much | extreme | all
logging-detail: more
logging-colorize: true
language: en

# Allow teleport [in]to:
factionsClaim: false
griefPrevetionClaim: false
midair: false
underground: true
water: true
lava: false

# avoid teleport above the following:
avoid:
  - CACTUS
  - FIRE
  - LAVA
  - STATIONARY_LAVA 
  - WATER
  - STATIONARY_WATER 

  
# TP options:
delay: 5
move_tolerance: 0.01
damage_tolerance: false
cooldown: 10
# How many times will the plugin try to find a safe spot, before canceling the tp? (high values can cause lags)
tries: 100

# TP-sign options:
sign:
  tag: '[RandomTP]'
  tag_line: 2
  group_line: 3
  active_color: 'GREEN'
  
Teleports:
# Some examples:

#  Positions for areas are encrypted like:
#    WORLDNAME<>X1:Y1:Z1<>X2:Y2:Z2
#  Positions for locations are encrypted like:
#    WORLDNAME<>X:Y:Z:YAW:PITCH

  coolLocation:
    chance: 4
    position: world_the_end<>0.5:64.0:0.5
    group: 'Boss'
  an_areaName:
    chance: 1
    position: world<>1000:0:800<>1200:255:1100
    group: 'creative'
  factionsArea_1:
    chance: 1
    position: world<>-500:0:-500<>500:255:500
    group: 'factions'
  anotherFactionsArea:
    chance: 3
    position: world<>500:0:-500<>1000:255:500
    group: 'factions'

Comments

Posts Quoted:
Reply
Clear All Quotes