当前位置:首页 » 云服务器 » 我的世界基岩服务器怎么搭建

我的世界基岩服务器怎么搭建

发布时间: 2022-12-24 21:56:31

我的世界国际版如何开一个属于自己的服务器

没有电脑基础就去学一下再来看,不要问我这里怎么操作那里怎么操作,已经很详细了,有不会的很可能是因为你没学

(此为java版的教程,Java版开服务器是免费的。前提是你有可24小时运行的电脑或服务器,没有的话租赁服务器的费用不计。基岩版开服务器请另寻)

首先呢,你需要一个JE国际版的正版账号。

接下来,确保你的电脑里安装了java和JDK。

没有安装可以去java官网安装。(记得也要安装JDK并添加到环境变量)

接下来,下载一个服务器核心(推荐paperMC或spigot)网站上找到对应的版本号下载即可。

然后任意位置(方便找到就好)新建一个文件夹(最好不要用中文,不然有可能识别不了),吧你下载的核心拖进去,新建一个文本文档(名称随意,好记就行),里面写:java -Xms(大小)g -Xmx(大小)g -jar (你下载的服务器核心名字).jar

-Xms意为服务器最小大小,-Xmx意为服务器最大大小,如果人少的话最小1g,最大2g就行了。复制之后把括号和里面的文字删掉后填写上你预定的大小。后面的把括号和里面的内容删去后填你下载的服务器核心的名字(这个是可以随便改的,但记得核心名字和这里的名字必须一致,差一个空格都不行)然后关掉保存,修改后缀名为.bat,双击运行,等它下载完,代码跑完后就开服了。

后续维护及如何让别人连接上服务器,请查阅Minecraft Wiki!上面有详细讲解。

❷ 我的世界 基岩版:官方服务器配置与使用

Commands
You can issue commands to the server by typing in the console. The following commands are available. < > means a parameter is required, [ ] means it's optional and | denotes different allowed values. Strings can be enclosed in double quotes, ", if they contain spaces.

Command syntax Description
kick <player name or xuid> <reason> Immediately kicks a player. The reason will be shown on the kicked players screen.
stop Shuts down the server gracefully.
save <hold | resume | query> Used to make atomic backups while the server is running. See the backup section for more information.
whitelist <on | off | list | reload>
on and off turns the whitelist on and off. Note that this does not change the value in the server.properties file!

list prints the current whitelist used by the server

reload makes the server reload the whitelist from the file.

See the Whitelist section for more information.

whitelist <add | remove> <name> Adds or removes a player from the whitelist file. The name parameter should be the Xbox Gamertag of the player you want to add or remove. You don't need to specify a XUID here, it will be resolved the first time the player connects.

See the Whitelist section for more information.
permissions <list | reload>
list prints the current used operator list.

reload makes the server reload the operator list from the ops file.

See the Permissions section for more information.

op <player>
Promote a player to operator. This will also persist in permissions.json if the player is authenticated to XBL. If permissions.json is missing it will be created. If the player is not connected to XBL, the player is promoted for the current server session and it will not be persisted on disk. Defualt server permission level will be assigned to the player after a server restart.

deop <player>
Demote a player to member. This will also persist in permissions.json if the player is authenticated to XBL. If permissions.json is missing it will be created.

changesetting <setting> <value> Changes a server setting without having to restart the server. Currently only two settings are supported to be changed, allow-cheats (true or false) and difficulty (0, peaceful, 1, easy, 2, normal, 3 or hard). They do not modify the value that's specified in server.properties.
Backups
The server supports taking backups of the world files while the server is running. It's not particularly friendly for taking manual backups, but works better when automated. The backup (from the servers perspective) consists of three commands.

Command Description
save hold This will ask the server to prepare for a backup. It’s asynchronous and will return immediately.
save query After calling save hold you should call this command repeatedly to see if the preparation has finished. When it returns a success it will return a file list (with lengths for each file) of the files you need to . The server will not pause while this is happening, so some files can be modified while the backup is taking place. As long as you only the files in the given file list and truncate the copied files to the specified lengths, then the backup should be valid.
save resume When you’re finished with ing the files you should call this to tell the server that it’s okay to remove old files again.

❸ 我的世界如何开一个属于自己的服务器

下载服务器核心,生成启动脚本,同意eula,配置内网穿透,很简单的就是电脑一定要开着

❹ 《我的世界》手机版怎么创建服务器

1、打开游戏后,点击Play进入游戏列表。

❺ 我的世界服务器怎么创建一个世界

我的世界以其独特的创造性和开放性,吸引了大量的玩家,在玩腻了一个人的单机模式后,你是不是也会想试试和朋友一起玩呢?这里跑跑车我就教大家一个简单的服务器创建方法,当然,在创建之前你需要做好一些准备工作哦!下面和我一起来学习一下吧。

我的世界创建服务器的方法

1.当你下载完成以后 一会得到一个东西

❻ 如何创建一个我的世界服务器

创建服务器:(步骤)
1、下载【服务器包.jar】
2、编辑【启动器.bat】,把【服务器包.jar】与【启动器.bat】放入同一文件夹
3、打开【启动器.bat】在文件夹内会生成多个文件,多数文件不用管
4、启动器显示下图英文,说明服务器成功开启一个局域网世界

5、映射外网ip,网络有很多教程,或者下载一些映射软件更快一点
6、外网ip映射成功,把ip地址发给别人,即可~
【提示】:如果长期开服务器,最好要有自己的【服务器主机】、【专线】。
【五原手把手教学开mc福物期】联系方式QQ:1027382710

❼ 我的世界电脑版服务器怎么创建

看在50财富的份上,我自己开一次服!

以下为官方开服方法,需要购买正版(理论上演示版也可以,网上下载Minecraft正版启动器(版本号只能是2.0以及以上,这样才有中文界面和服务端下载),官网以前可以下载启动器,现在必须购买正版):

首先,先官网下载Minecraft启动器:Minecraft.net

然后注册账号、购买游戏、登录。

进入启动器以后,点击“启动选项”选项卡,然后点“新建”,然后选择版本(比如)1.8?

再点版本选择右边原谅色的“下载服务端”。

会自动跳转到亚马逊进行下载,下载完成以后,直接用java打开这个后缀为.JAR的文件。

右侧信息栏最后一行显示“You need to agree to the EULA in order to run the server. Go to eula.txt for more info.”是正常的,然后关掉服务端。

接下来,你会发现服务端核心文件所在的文件夹下多了一些奇形怪状的东西,总的来说,就是“EULA”和“server.properties”,先用记事本打开EULA。

最后一行,你会看到eula=false,把等号后面改成true,重新打开服务端......

然后会生成存档之类的玩意儿,这些高级的后面会提到的。当你看到“Done (x.x s)! For help, type "help" or "?"”的时候,你就开服成功了!

接下来聊一聊怎么设置这个东西。

确保服务端处于关闭状态时,用写字板或记事本打开server.properties文件,修改设置,下面是每一个设置的注释:(只能修改等号后面的内容,布尔值true为真,false为假)

generator-settings= 不管它,默认为空

op-permission-level= OP权限等级,也没有修改的必要,默认为4

allow-nether= 是否生成下界,默认为true,如果只是小游戏服,建议改成false,但是改了就没有下界了

resource-pack-hash= 服务器资源包地址(下载地址),这个资源包强制玩家安装,默认为空,无特殊需要不需要管

level-name= 世界名称,自己想,默认为world

enable-query= 不知道什么意思,默认为false

allow-flight= 允许飞行,不允许的话生存模式移动速度过快直接T出,默认为false

announce-player-achievements= 玩家获得成就时是否全服都看得见,默认为true

server-port= 服务器端口,默认为25565,可以设置为60-65535之间的任何数

max-world-size= 最大世界尺寸,降低它可以有效控制存档大小,最高且默认为29999984

level-type= 世界类型,默认为DEFAULT,其他世界类型Minecraft语言调成英文就能知道

enable-rcon= 客户端是否接收服务器远程数据,默认为false,最好别动

level-seed= 世界种子,默认为空

force-gamemode= 强制游戏模式,除了OP全是默认游戏模式,默认为false

server-ip=服务器IP,接路由器的填内网IP,直连服务商的填外网IP

network-compression-threshold=网络封包压缩的阀值,默认为256,最小设置为16

max-build-height= 最高建筑高度,最大值和默认值都是256

spawn-npcs= 生成村民,默认为true

white-list= 使用白名单,建议为false,默认为false

spawn-animals= 生成动物(除怪物、村民外的生物),默认为true

hardcore= 极限模式,生存玩家死亡后永久进入旁观模式,默认为false

snooper-enabled= 使用音乐,默认为true

online-mode=在线模式,俗称正版验证,非正版服千万改成false,默认值是true

resource-pack= 强制资源包名字,建议且默认留空

pvp= 开启pvp(玩家攻击玩家),默认为true

difficulty= 难度,0和平,1简单,2普通,3困难,默认为1

enable-command-block= 启用命令方块,建议改成true,默认为false

gamemode= 游戏模式,0生存,1创造,2冒险,3旁观者,默认值为0

player-idle-timeout= 这不用管,默认值为0

max-players= 最大玩家数,越多服务器峰值负载越大,建议改得越小越好,默认为20

max-tick-time= 最大响应时间,不懂就不要改,默认为60000

spawn-monsters= 生成怪物,默认为true

generate-structures= 生成建筑(如神庙,要塞,村庄等),默认为true

view-distance= 视距,越大服务器和客户端载荷越大,最高为12,默认为10

motd= MOTD,服务器介绍,随便写,默认值就不用管了,是A Minecraft Server

具体白名单和黑名单建议网上搜索,再进行设置

注意:内网开服外网无法访问,需要进行内网映射或转发,具体请自行搜索,网上有很多教程

因为我用1.8的设置举例子,所以部分设置缺失或者高版本服务端有其他更多的设置,如有疑问,欢迎追问

另外,因为我拼了老命也要拿到50财富,所以你需要什么版本的服务端,我可以直接发给你地址,就不用下载正版启动器了!(正版下载速度实在太......)

❽ 我的世界基岩版服务器搭建提示Please note that LAN discovery

1、打开“控制面板”,双击“管理工具”。2、双击“服务”,找到Windows Installer服务。3、双击该条目,在出现的对话框中单击左键“启动”按钮。4、重新安装CuteFTP。如果仍然不能解决问题的,请下载Windows Installer更新。5、有些安装程序并不是EXE文件,而是MSI文件。MSI是脚本文件,如果运行MSI安装程序时出现不支持接口的提示,那么双击instmsiw.exe文件就可以解决问题,其原因就在于instmsiw.exe文件里包含了所有关于运行MSI所需要的文件。6、如果没有管理员权限或系统文件损坏也有可能造成不支持此接口,从而无法进不去游戏。

❾ 我的世界怎么造服务器

我的世界服务器大多数都是用Pocketmine,Multicraft软件开手机服务器。简单又方便,适合平民开服。下面是教程。

1:在电脑或者手机下载Pocketmine这个软件,安装后进入(有默认的核心,但是我有其他的核心,我可以给你哦。

2:安装插件,设置op。安装插件要先复制插件,复制到Pocketmine的pluying的文件夹,再粘贴,插件就可以装好了。在控制台输入op(人名)设置管理员。输入help查看指令,游戏要斜杠。

3:进入路由器的设置,然后端口映射,映射你的IPV4网址,并且设置静态IPV4(你懂得)

4:在软件设置中启用高级设置可以改变服务器人数和内存。然后,你的小服务器就可以工作了

❿ 我的世界电脑版如何玩基岩版服务器

官方的领域啊,给钱就行。新建世界时选择在realm上创建。
自己开服怎么都得有一台电脑开着,不然怎么叫开服。不过这个对电脑要求可高可低,几个人在线随便玩玩的话,四五百搞台淘汰的笔记本,装个ubuntu就可以做服务器了

热点内容
极光大数据库 发布:2025-03-15 10:11:48 浏览:582
智e付忘了登录密码在哪里修改 发布:2025-03-15 10:05:20 浏览:650
手机热点密码忘了怎么办 发布:2025-03-15 09:28:26 浏览:363
缓解压力锻炼方法 发布:2025-03-15 09:23:01 浏览:426
impdp存储过程 发布:2025-03-15 09:20:05 浏览:741
pythoniris 发布:2025-03-15 09:05:27 浏览:190
浪淘沙服务器怎么没有了 发布:2025-03-15 09:05:26 浏览:100
ftprpm安装包下载 发布:2025-03-15 09:03:53 浏览:723
如何判断背包配置 发布:2025-03-15 09:03:00 浏览:900
淘宝api源码 发布:2025-03-15 09:00:00 浏览:160