View difference between Paste ID: drkqPVgr and aHQf7Ha4
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: -100
35+
    minX: -10000
36-
    maxX: 100
36+
    maxX: 10000
37-
    minZ: -100
37+
    minZ: -10000
38-
    maxZ: 100
38+
    maxZ: 10000
39
    worldTo: ''
40-
  ResourceWorld: ''
40+
  ResourceWorld:
41
    worldTo: 'world'
42
  Downtown:
43
    worldTo: ResourceWorld
44
45
46
47
48