You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
797 B
49 lines
797 B
version: 1.0
|
|
server:
|
|
name: "test"
|
|
type: "island"
|
|
database:
|
|
host: localhost
|
|
port: 3306
|
|
user: "ecc"
|
|
password: "ecc"
|
|
database: "ecc"
|
|
cache:
|
|
save-interval: 6000
|
|
islands:
|
|
spawn: null
|
|
|
|
mine:
|
|
paste-on-startup: false
|
|
spawn:
|
|
x: 5.5
|
|
y: 311.0
|
|
z: 5.5
|
|
yaw: 0.0
|
|
pitch: 0.0
|
|
generator:
|
|
rooms-directory: "rooms"
|
|
starter-room: "ST15"
|
|
default-biome: "ST"
|
|
room-size: 16
|
|
max-depth: 64
|
|
max-rooms: 320
|
|
ignore-air: false
|
|
origin:
|
|
x: 0
|
|
y: 310
|
|
z: 0
|
|
depth-biomes:
|
|
- biome: "ST"
|
|
min-depth: 0
|
|
- biome: "DS"
|
|
min-depth: 20
|
|
- biome: "MS"
|
|
min-depth: 40
|
|
natural-biomes:
|
|
- biome: "DS"
|
|
chance: 0.08
|
|
length: 6
|
|
- biome: "MS"
|
|
chance: 0.05
|
|
length: 5
|
|
|