Skip to content

How to make something on flying-squid plugin? #697

@epicfails1234567890-crypto

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions