diff --git a/docs/README.md b/docs/README.md index a4b3158..0bf645f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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' }) ```