根目录出现一堆文件,使用编辑器打开server.properties文件 server-port=25565 '服务器端口 online-mode=false '正版验证,盗版用户无法登陆 max-players=20 '支持在线人数,取决于CPU motd=A Minecraft Server '服务器名称 保存并重新打开start.bat 恭喜你!你成功配置一个服务器!打开...
Vanilla 对于 Java 版来说,绝大多数服务端的始祖便是 Mojang 提供的官方服务端了,按照习惯,我们把官服叫做 Vanilla(香草,代指纯净[纯净服务端有歧义]) 其实他本身的名字应该是 Minecraft_Server(但是大多数情况下我们不会用这个名字) Vanilla 有以下的属性 不支持除了原生 Minecraft 外的任何特性内容 Mojang 官方支...
电脑版 需要去Minecraft官网下载最新版本的Minecraft服务端软件,下载完成后,将该软件解压到一个文件夹中,需要在你的服务器上创建一个新的文件夹并将该服务端软件复制到该文件夹中,进入该文件夹,双击运行名为“start.bat”的文件启动服务器,需要在“server.properties”文件中进行一些配置,例如:设置游戏模式、是否允许P...
将文本文档改名为start.bat 输入java -Xmx8G -Xms4G -jar server.jar nogui 将server.jar 改为你服务端核心的名字,例如 paper-1.16.5-794.jar 其中Xmx意思是最大内存,你也可以改为1024M,4G ... Xms意思是最小内存,你可以改为1024M 2G ... 注意,Xmx 应该大于 / 等于 Xms ! 不要出现: java -Xmx10...
exec java -Xms1G -Xmx1G -jar server.jar Save the file and open Terminal. Use the previously mentioned change directory command to point Terminal to the correct folder, then run the following command: chmod a+x start.sh This makes the start.sh file an executable. ...
motd=A Minecraft Server——服务器名称 (7)保存并重新打开start.bat,恭喜你成功配置一个服务器! 恭喜你!你成功配置一个服务器! 3. 配置花生壳 (1)打花生壳客户端,选择任意登录方式进行登录。 (2)点击花生壳主界面上的**<+>**添加映射。 (3)跳转至花生壳管理平台进行填写新增映射信息。 选项描述 应用...
4. Run Your Minecraft Server You can now run your new server. Double-click the server.jar file Once again, double-click yourserver.jarfile.You will now create a handful of new files and also see your server start. If your goal was to make your own Minecraft server to play with friends...
# Java VM: OpenJDK 64-Bit Server VM Microsoft-7626293 (17.0.7+7-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)# Problematic frame:# V [jvm.dll+0x30b6e9]## No core dump will be written. Minidumps are not enabled by default on ...
接着继续创建一个start.bat文件(先创建txt文本,把下面代码放进去保存,再把txt后缀改成bat)CatServer-a8b73e9-universal.jar是你的开服文件 双击start.bat,就会得到以下文件,如果cmd里出现For help, type "help" or "?"就证明开服成功了(注意:有些服务端第一次启动bat的时候会出现eula.txt,需要打开eula.txt里...
import{ DimensionLocation }from"@minecraft/server";import{ MinecraftEntityTypes }from"@minecraft/vanilla-data";functiontriggerEvent(targetLocation: DimensionLocation){constcreeper = targetLocation.dimension.spawnEntity(MinecraftEntityTypes.Creeper, targetLocation); creeper.triggerEvent("minecraft:start_exploding_...