双击bedrock_server.exe就可以启动服务器了。 和java版一样,stop是关闭服务器。 输指令不需要加斜杠。 Java版Forge服务端配置 这个不需要下载官方服务端,你只需要有一个Forge安装包。 下载Forge可以去Forge官网下载,也可以在PCL2启动器里面的下载/手动安装包里面下载Forge安装包,安装包是一个jar格式文件。 PCL2里单...
Find the best Minecraft PE servers with our multiplayer server list. Our MCPE Server list contains all the best Minecraft Pocket Edition servers around.
Minecraft Java and Bedrock Dedicated Server systemd units and scripts for backups, automatic updates, and posting logs to chat bots - TapeWerm/MCscripts
https://www.minecraft.net/zh-hans/download/server/bedrock 进入服务器 服务器名称:随便 IP地址:服务器IP地址(如果服务器和客户端在同一电脑上,看下文。) 端口:默认有写,是19132(假如你没改) 就像这样 注意 如果服务器和客户端在同一电脑上,需要解除WindowsUWP循环,在有管理员权限的cmd输入:CheckNetIsolation.e...
# 将地图存档名称由 steve 改为 alexmv steve alex# 删除地图存档 steverm -r steve# 如果地图名里含有空格,请在空格前加个 `\` 进行转义rm -r Bedrock\level 如果你想切换地图存档,先终止服务器,然后去server.properties文件里更改level-name属性,最后开启服务器。
import { world, DimensionLocation } from "@minecraft/server"; import { ActionFormData, ActionFormResponse } from "@minecraft/server-ui"; function showActionForm(log: (message: string, status?: number) => void, targetLocation: DimensionLocation) { const playerList = world.getPlayers(); if (pla...
docker run -p 19132:19132/udp pugmatt/bedrock-connect Configuration BedrockConnect can be configured through three ways: Through startup arguments (e.g.java -jar BedrockConnect-1.0-SNAPSHOT.jar nodb=true user_servers=false server_limit=100) ...
import { world, ItemStack, EntityEquippableComponent, EquipmentSlot, EntityComponentTypes, DimensionLocation } from "@minecraft/server"; import { MinecraftItemTypes } from "@minecraft/vanilla-data"; function givePlayerEquipment( targetLocation: DimensionLocation ) { const players = world.getAllPlayers()...
dropdown(label: minecraftserver.RawMessage | string, items: (minecraftserver.RawMessage | string)[], dropdownOptions?: ModalFormDataDropdownOptions): ModalFormData Adds a dropdown with choices to the form. Parameters label:@minecraft/server.RawMessage|string ...
Automatic backups when server restarts Supports multiple instances -- you can run multiple Bedrock servers on the same system Updates automatically to the latest version when server is started Easy control of server with start.sh, stop.sh and restart.sh scripts ...