#`@minecraft/server-net` use without BDS.

1 messages · Page 1 of 1 (latest)

bitter mulch
#

Hello. I'am trying to use the @minecraft/server-net module without BDS. At the moment I don't know if this is possible. I am in Android, my Minecraft version is 1.20.30 and I am using the 1.6.0-beta of @minecraft/server module. If someone can explain what should I do (if this is possible) to use @minecraft/server-net without a BDS. Thank in advance.

PD: When I try to use @minecraft/server-net in my code I get this erro:

[Scripting][error]-Plugin [PackName] - module [PackName - 1.0.0] depends on unknown module [@minecraft/server-net - 1.0.0-beta].```
#

Here is my manifest:

{
  "format_version": 2,
  "header": {
    "name": "PackName",
    "uuid": "0b846953-359a-41a5-9ba5-ae7a51d022b8",
    "version": [
      1,
      0,
      0
    ],
    "description": "Ok.",
    "min_engine_version": [
      1,
      20,
      30
    ]
  },
  "metadata": {
    "authors": [ "" ],
    "url": ""
  },
  "modules": [
    {
      "type": "script",
      "entry": "dist/main.js",
      "uuid": "0dc29426-6fd0-4eca-9ea3-3c787fdf5ae6",
      "language": "javascript",
      "description": "",
      "version": [
        1,
        0,
        0
      ]
    }
  ],
  "dependencies": [
    {
      "module_name": "@minecraft/server",
      "version": "1.6.0-beta"
    },
    {
      "module_name": "@minecraft/server-net",
      "version": "1.0.0-beta"
    }
  ]
}```
bitter mulch
#

Okay, I was reading the docs and it can only be used on BDS :'DD

tawny sinew
#

Awh I was wondering, I was reading docs as well. This is new to me

#

The @minecraft/server-net module contains types for executing HTTP-based requests. This module can only be used on Bedrock Dedicated Server.

bitter mulch
#

I was trying it on Termux trying to emulate the x86_64 architecture but my cellphone is not powerful for work as a BDS. The server crashed when I tried to enter to the server from Minecraft. Ha, ha.

tawny sinew
bitter mulch
# tawny sinew What stats to run a dedicated server, or what u using

System Requirements
A minimum of a dual core CPU. Highly recommended to have a quad-core x86_64 (x64 or amd64) bit processor that can run at least 3 GHz or higher, Intel i5 Ivy Bridge processor or newer, AMD FX-4100 or higher. On Windows 10 or Server, 6 GB of memory minimum for the operating system and the server.

#

It sounds like a beast/powerful machine for me, for the processor.

full hound