mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-05 03:00:46 +00:00
Added missing settings to README
This commit is contained in:
parent
fe3aa50a64
commit
56587e2aac
1 changed files with 11 additions and 2 deletions
|
|
@ -72,9 +72,11 @@ mcServer.createMCServer({
|
||||||
'online-mode': true,
|
'online-mode': true,
|
||||||
'logging': true,
|
'logging': true,
|
||||||
'gameMode': 1,
|
'gameMode': 1,
|
||||||
|
'difficulty': 1,
|
||||||
|
'worldFolder':'world',
|
||||||
'generation': {
|
'generation': {
|
||||||
'name': 'diamond_square',
|
'name': 'diamond_square',
|
||||||
'options': {
|
'options':{
|
||||||
'worldHeight': 80
|
'worldHeight': 80
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -83,7 +85,14 @@ mcServer.createMCServer({
|
||||||
|
|
||||||
},
|
},
|
||||||
'modpe': false,
|
'modpe': false,
|
||||||
'view-distance': 10
|
'view-distance': 10,
|
||||||
|
'player-list-text': {
|
||||||
|
'header':'Flying squid',
|
||||||
|
'footer':'Test server'
|
||||||
|
},
|
||||||
|
'everybody-op': true,
|
||||||
|
'max-entities': 100,
|
||||||
|
'version': '1.12.2'
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue