-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
NycuRO
authored
Sep 6, 2016
1 parent
3367893
commit 29d5ab4
Showing
1 changed file
with
8 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,10 @@ | ||
#MagmaBlock advanced config | ||
|
||
server: | ||
#Period of automaticly garbation collector. 20=1sec. Default=30min | ||
gc-period: 36000 | ||
|
||
synapse: | ||
#Enable synapse client | ||
enable: false | ||
#IP of Synapse server | ||
server-ip: 127.0.0.1 | ||
#Port or Synapse server | ||
port: 10305 | ||
#Description is identifier for client | ||
description: "A Synapse client" | ||
#Is that server main or lobby? | ||
is-main-server: true | ||
#16-bit long password to connect Synapse | ||
password: 16bitlongkey | ||
#Disable RakNet means players can join only via Synapse | ||
disable-rak: false | ||
enable: true | ||
server-ip: 127.0.0.1 | ||
server-port: 10305 | ||
isMainServer: true | ||
password: must16keyslength | ||
description: Synapse Nukkit Server | ||
disable-rak: false | ||
autoConnect: true |