-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
I have this code:
const mcServer = require('flying-squid')
mcServer.createMCServer({
'motd': 'Servidor de pruebas con Flying Squid',
'port': 25565,
'max-players': 50,
'online-mode': true,
'logging': true,
'gameMode': 0,
'difficulty': 2,
'worldFolder': 'world',
'generation': {
'name': 'diamond_square',
'options': {
'worldHeight': 64
}
},
'kickTimeout': 10000,
'plugins': {
},
'modpe': false,
'view-distance': 2,
'player-list-text': {
'header': 'Flying squid',
'footer': 'Test server'
},
'everybody-op': true,
'max-entities': 100,
'version': '1.16.4'
})And i tried many things, like setBlock(x,y,z) or something, but nothing works on my server. What can i do? Thanks for helping anyway!
Metadata
Metadata
Assignees
Labels
No labels