我的世界基岩国际版服务器(国际服我的世界基岩版本)

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

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

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

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

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

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

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

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

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

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

我的世界1.19基岩版下载,如何进入服务器

我的世界1.19基岩版下载通过IP地址去进入服务器,我的世界加入服务器前需要知道自己的IP,先在电脑上点击Windows键,输入cmd回车再输入ipconfig,就可以看到IP地址了,在找到IP后就打开我的世界,点击多人游戏点击直接连接,在指示框内输入ip地址和端口号,加入服务器就行了。打开我的世界,点击多人游戏。点击直接连接。在指示框内输入ip地址和端口号,加入服务器就行了。点击“Windows”键,输入“cmd”再回车就行了。在输入“ipconfig”。就可以看到ip地址。

如何在Minecraft国际版加入服务器【基岩版】

准备一下需要的东西:

1.一个微软账户

2.Minecraft 基岩版【不是网易版本,是要国际版】

进入游戏后会显示该主界面

点击左下角登录按钮

记得选择 保存至Microsoft

先点击游戏进入游戏选择界面选择服务器

服务器IP为 101.37.79.58 端口为 19132【更新】原来的 40443 端口已报废

最后,大家可放心游玩,本服务器为防内鬼,开启Xbox账号验证,IP抓取,行为记录器,请不要以身实则,谢谢,祝你游玩愉快

《Minecraft》win10基岩版有哪些值得推荐的服务器?

《Minecraft》win10基岩版值得推荐的服务器有FillAmeaPixe和Lifeboat。

FillAmeaPixel,基岩版上模仿Hypixel比较优秀的服务器。

Lifeboat,是基岩版上热度最高的服务器。

相关拓展

《我的世界》(Minecraft)是由Mojang Studios开发,在中国由网易代理的沙盒式建造游戏,游戏于2017年8月8日在中国大陆独家运营。

游戏创始人为马库斯·佩尔松,也称为notch,其灵感源于《无尽矿工》、《矮人要塞》和《地下城守护者》。

玩家可以在游戏中的三维空间里创造和破坏各种各样的方块,甚至在多人服务器与单人世界中体验不同的游戏模式,在高度的自由中,玩家们也自己创作出了大大小小的玩法,打造精美的建筑物,创造物和艺术品。且游戏平台已囊括了移动设备和游戏主机。

游戏着重于让玩家去探索、交互、并且改变一个由多块像素组成的方块动态生成的地图。除了方块以外,环境单体还包括植物、生物与物品。

游戏里的各种活动包括采集矿石、与敌对生物战斗、合成新的方块与收集各种在游戏中找到的资源的工具。游戏中的无限制模式让玩家在各种多人游戏服务器或他们的单人模式中进行创造建筑物、作品与艺术创作。

以上内容参考 百度百科-Minecraft

我的世界基岩版什么时候有服务器

《我的世界》基岩版在2022年11月29日有服务器。根据相关信息查询,《我的世界》官方在2022年11月29日时发布了基岩版的服务器。

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

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 copy. 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 copy 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 copying the files you should call this to tell the server that it’s okay to remove old files again.

未经允许不得转载:便宜VPS网 » 我的世界基岩国际版服务器(国际服我的世界基岩版本)