PluginConfigs/Jobs/restrictedAreas.yml
2018-06-07 19:47:21 +00:00

32 lines
729 B
YAML
Executable file

# Restricted area configuration
#
# Configures restricted areas where you cannot get experience or money
# when performing a job.
#
# The multiplier changes the experience/money gains in an area.
# A multiplier of 0.0 means no bonus, while 0.5 means you will get 50% more the normal income
# While -0.5 means that you will get 50% less the normal income
#
# restrictedareas:
# area1:
# world: 'world'
# multiplier: 0.0
# point1:
# x: 125
# y: 0
# z: 125
# point2:
# x: 150
# y: 100
# z: 150
# area2:
# world: 'world_nether'
# multiplier: 0.0
# point1:
# x: -100
# y: 0
# z: -100
# point2:
# x: -150
# y: 100
# z: -150