Plugin Configuration

config.yml


The default configuration file:

#=#  v0.3.0  #=# NOTES #=#
# 
#   # Only spaces are allowed for indentation.
#     YAML does not allow tabs.
#
#   # Settings that take numbers as values allow only numbers 0 and higher,
#     unless specified differently.
#
#   # If any special characters are used in this file, you must save it
#     in UTF-8 encoding. See the documentation of your text-editor.
#
#=#

#######################################################
# #-------------------------------------------------# #
# #                   Teleportation                 # #
# #-------------------------------------------------# #
#######################################################

# ask-permission: <true/false>
# Should players be asked for permission when someone tries to teleport to them?
ask-permission: true

# teleport-delay: <number>
# How much to wait, in seconds, until teleportation.
# TeleportDelay: 0 is basically no delay.
teleport-delay: 5

# teleport-timeout: <number>
# How long, in seconds, until a request will expire?
# teleport-timeout: 0 means never expire.
teleport-timeout: 30

# cancel-teleport: <true/false>
# Cancel teleportation when player moves (or is moved).
# Requires teleport-delay to be 1 or higher.
cancel-teleport: true

# teleport-offset:
#   x: <number>
#   y: <number>
#   z: <number>
# How far to teleport from the target in all coordinates.
# Negative values are allowed.
teleport-offset:
  x: 1
  y: 0
  z: 0
  

#######################################################
# #-------------------------------------------------# #
# #                      Warps                      # #
# #-------------------------------------------------# #
#######################################################

# max-team-warps: <number>
# How many warps are allowed per team? 0 means no limits.
# Players with the teamteleport.warp.create.op permission will ignore this setting.
max-team-warps: 2


#######################################################
# #-------------------------------------------------# #
# #                      Teams                      # #
# #-------------------------------------------------# #
#######################################################

# allow-switching: <true/false>
# Are players allowed to switch teams, once they have joined one?
allow-switching: true

# switch-limit: <number>
# How many times are players allowed to switch teams?
# switch-limit: 0 means no limits.
# Requires allow-switching to be true.
switch-limit: 2

  
#######################################################
# #-------------------------------------------------# #
# #                   New Players                   # #
# #-------------------------------------------------# #
#######################################################

# auto-assign-newbies: <true/false>
# Should players be automatically assigned into teams with default: true -attribute?
# "Auto assign" means to make a player join the team with the least members.
auto-assign-newbies: true

# logins-to-assign: <number>
# After how many logins should players, who aren't in a team, be automatically assigned into one?
# 0 means assign right away on first login, 1 means assign on second login, and so on...
logins-to-assign: 1

# impair-teamless-players: <true/false>
# Should players with no team be allowed to move? Applies, but is not limited, to new players who join the server.
# false means allow movement, true means deny movement.
impair-teamless-players: false

Comments

Posts Quoted:
Reply
Clear All Quotes