View difference between Paste ID: 4M04ezcZ and drkqPVgr
SHOW: | | - or go back to the newest paste.
1
# worldTo is  optional only use if you need to have to teleport from world a to b
2
# Used as such
3
# regions:
4
#    worldName:
5
#       worldTo: "otherWorldName"
6
#    otherWorldName:
7
#       normal stuff
8
# Accepted default language files are english, spanish, dutch, deutsch, french, and italian.
9
# You can add any other language you want by making a yml in the lang file and then putting the yml file's name
10
# in language spot.
11
# Cooldown is in seconds
12
# Distance is how far out the plugin will check from the location it finds to make sure it is safe
13
config-version: 403
14
15
language: english
16
blacklisted-biomes:
17
- OCEAN
18
use_hooks: false
19
distance: 20
20
cost: 150
21
retry_limit: 10
22
delay: 5
23
TeleportNewbies: false
24
cooldown: 300
25
limit_usage: false
26
teleport_on_respawn: false
27
doCountdown: true
28
29
use_limit:
30
  Rank1: 5
31
  Rank2: 10
32
33
regions:
34
  world:
35
    minX: -10000
36
    maxX: 10000
37
    minZ: -10000
38
    maxZ: 10000
39
    worldTo: ''
40
  ResourceWorld:
41-
    worldTo: 'world'
41+
42
    maxX: 10000
43
    minZ: -10000
44
    maxZ: 10000
45
  Downtown:
46
    worldTo: ResourceWorld
47
48
49
50
51