# DO NOT TOUCH #
version: 1.1.0
################
############################################################
# +------------------------------------------------------+ #
# | PLUGIN CONTROL | #
# +------------------------------------------------------+ #
############################################################
# Customizable plugin prefix
prefix: "&1[&bRandomTPs&1]"
# Enable/Disable metrics
metrics: true
# Notice Update Available
alert: true
# Automatic updates
update: false
# Error structure:
# 0 - Simplified
# 1 - Essential data
# 2 - All data
errorFormat: 2
############################################################
# +------------------------------------------------------+ #
# | LANGUAGE OPTIONS | #
# +------------------------------------------------------+ #
############################################################
# Default translations (Spanish (ES) | English (EN))
# ############################# // Custom translations available \\ ##############################
# German (DE) | Greek (GR) | French (FR) | Japanese (JP) | Chinese (CH) | Simplified Chinese (CN)
# Russian (RU) | Portuguese (PT) | Swedish (SV) | Czech (CS) | Euskara (EU) | Galician (GL)
# Catalan (CA) | Croatian (HR) | Korean (KO) | Ukrainian (UK) | Polish (PL) | Slovenian (SL)
# Serbian (SR) | Romanian (RO)
# ################################################################################################
defaultLang: EN
## For system messages and for players whose launcher has another language ##
## [Custom translations] Also, you can add your own translations...
## Example: You can create "messages_DE" and the messages into the file will be shown to the players whose launcher language is German
############################################################
# +------------------------------------------------------+ #
# | ZONE CONFIGURATION | #
# +------------------------------------------------------+ #
############################################################
# Selection commands
selection:
add: add
cancel: cancel
# Building the edges of a zone (Block to block or instantly)
# If you choose instantly you've to know that it will cause lag to the players who are near
building:
instant: false
# Default extras. This is applied to all zones
# You can set the properties below in each zone by using the keyword "customExtras"
defaults:
# World limits (This don't affect to the defined subzones)
# Be careful with this values if you don't want that the world "fattening" too much.
limits:
x:
max: 10000
min: -5000
z:
max: 10000
min: -5000
# Teleport height
height: 200
# Effect when a player enters a defined zone.
# OPTIONS: NONE, SLOW_DOWN, BOUNCE, SPEED_UP
collision: SLOW_DOWN
# Time of effects
time: 10
# Potion effects
effects:
potions:
- Speed 5
# Show remaining time
broadcast:
as_experience: true
## Default validations ##
# falling_safe = Avoid falling in flying structures or very high mountains
# no_players = Avoid falling near of players
# no_fluids = Avoid falling near of large amounts of fluids
##
validations:
- falling_safe
- no_players
- no_fluids