mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-18 05:51:12 +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,
|
||||
'logging': true,
|
||||
'gameMode': 1,
|
||||
'difficulty': 1,
|
||||
'worldFolder':'world',
|
||||
'generation': {
|
||||
'name': 'diamond_square',
|
||||
'options': {
|
||||
'options':{
|
||||
'worldHeight': 80
|
||||
}
|
||||
},
|
||||
|
|
@ -83,7 +85,14 @@ mcServer.createMCServer({
|
|||
|
||||
},
|
||||
'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