refactoring: swap modules
This commit is contained in:
27
server/src/main/resources/config-default.conf
Normal file
27
server/src/main/resources/config-default.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
server {
|
||||
host: "127.0.0.1"
|
||||
port: 25565
|
||||
}
|
||||
|
||||
motd: """&bmc-project &8:: &4ZERO
|
||||
&8develop by &7DmitriyMX"""
|
||||
|
||||
disconnect-reason: "&4Server is not available."
|
||||
|
||||
players {
|
||||
max-online: 0
|
||||
fake-online {
|
||||
enable: false
|
||||
value: 0
|
||||
}
|
||||
}
|
||||
|
||||
# Размер значка: 64x64 px
|
||||
icon {
|
||||
enable: false
|
||||
path: "favicon.png"
|
||||
}
|
||||
|
||||
world {
|
||||
view-distance: 1
|
||||
}
|
||||
Reference in New Issue
Block a user