我的世界基岩版服务器搭建包(minecraft基岩版服务器搭建)

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

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.

我的世界怎么架设服务器啊,还有那个jar包到底要写什么进去。

第一步:准备一台可以长时间处于开机状态的电脑,最少2G内存,1M网络,这个配置可以支持10人同时在线,每多加1G内存和1M网络可以把同时在线人数提升10人。

第二部,在电脑上安装JAVA,根据你的电脑系统位数来下载安装相应位数的JAVA,电脑系统位数查询方法:右击“计算机”左击属性,在属性页面寻找(电脑内存也在这个页面,不知道的可以找到看下。)。JAVA下载地址:

第三步,根据你所需要的服务器类型以及版本,下载相应服务端核心文件,如果是和基友一起搞基的话,建议使用官方原版的,对电脑配置要求较低,如果想带MOD联机,建议使用Forge服务端,在百度或者MCBBS上很容易找到资源。

第四部,下载好后的的服务端核心文件是一个后缀为.jar的文件,在那台当做服务器的计算机中新建一个文件夹,把这个.jar文件拖进去,然后新建一个TXT文本(记事本),把以下内容复制进去,

java -Xmx1700M -Xms128M -jar craftbukkit-1.7.10-R0.1-20140713.051447-4.jar

pause

其中,Xmx和Xms分别代表为服务器分配的最大和最小运行内存,根据你那台当做服务器的电脑的配置来填写,注意,最小运行内存不能太低,最大运行内存不能超过计算机总内存。craftbukkit-1.7.10-R0.1-20140713.051447-4.jar是你服务端核心文件的文件名,务必修改为你所下载的那个的文件名。

第五部,修改完后保存文本,右击文本重命名(新建文本文档 .txt)改为(开服.bat),改名为开服是为了好记,你也可以改成其他,如果没看到文档后面的.txt后缀名,请参阅:

第六步:双击修改好的文本,会出现一个黑框,里面有英文跳动,说明服务器正在运行,这个黑框也能实时反映你的服务器运行状态以及拥有服务器后台功能。

注意1.个别版本会在第一次运行,黑框中可能会出现两行英文后停止继续,这个时候找到服务端文件夹中会出现eula.txt文档,打开找到最后一行eula=false,将后面的false改为true,保存关闭,再此点击(开服.bat文件),即可顺利运行。

注意2.关于决定是否开启正版验证,命令方块的配置文件server.properties解析

此文件可用记事本直接打开,每条含义及作用

 # 是否开启地狱,不开启话地狱门将无效

allow-nether=true

# 地图文件夹名称,下界与末路之地将会自动以nether,ender加上并用下划线隔开

level-name=world

# 是否开启GameSpy4协议服务器监听器,用于获取服务器信息,国内应该用不上。

enable-query=false

# 是否允许飞行

allow-flight=false

# 远程访问服务器的密码,此项可以留空或删除

rcon.password=

# 服务器端口(25565为默认端口,联机时无需输入)

server-port=25565

# 第5行对应功能的端口

query.port=25565

# 地图类型,Default=默认,FLAT=超平坦,LARGEBIOMES=巨型生物群系

level-type=DEFAULT

# 是否开启远程访问服务器控制台。技术人员可选。

enable-rcon=false

# 地图种子,在生成地图文件夹之前填入此项,可生成特定的地图

level-seed=

# 服务器IP,不输入则为默认IP,内网用户的话请填内网IP

server-ip=

# 最大建筑高度,上限是256,因为Chunk的高度最大值是256

max-build-height=256

# 是否生成NPC

spawn-npcs=true

# 是否开启白名单,没有白名单的玩家尝试进入服务器会被自动拒绝

white-list=false

# 是否生成动物

spawn-animals=true

# 此处填写服务器默认材质下载链接,链接必须以.zip结尾

texture-pack=

# 用于给网站发送服务器数据,这样玩家可以从客户端上获取服务器信息,推荐关闭

snooper-enabled=false

# 是否开启极限模式,玩家死亡将自动被ban

hardcore=false

# 是否开启联网模式(正版专用,盗版必须改成false)

online-mode=false

# 是否开启PVP,不是战争服就不要开了

pvp=false

# 游戏难度,与单机相同

difficulty=1

# 玩家第一次进入游戏时的游戏模式

gamemode=0

# 同时在线的最大玩家数

max-players=20

# 远程访问服务器的端口号,此项可以留空或删除

rcon.port=25575

# 是否生成怪物

spawn-monsters=true

# 是否生成建筑物(包括村庄和地牢)

generate-structures=true

# 可见距离,最大值为10

view-distance=10

# 服务器欢迎信息(显示在玩家联机页面),中文需中文补丁支持和转码,推荐EmEditor文本编辑器,自带转码功能。

motd=A Minecraft Server

注意3.此时服务器只能在局域网内使用,即为两台连接同一个路由器的电脑联机,想通过互联网连接服务器请开启路由器的端口映射(虚拟主机),请参考:

注意4.局域网内连接可直接输入服务器内网域名,一般为192.168.1.X,查询方法进入路由器管理页面查看,互联网(外网)连接可以直接用服务器百度搜索“IP”获取服务器外网IP

还有什么不懂的可以追问,这个教程纯手打,希望采纳。

我的世界基岩版服务器搭建提示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、如果没有管理员权限或系统文件损坏也有可能造成不支持此接口,从而无法进不去游戏。

我的世界服务器java版跟基岩版一起搭建在同一个服务器吗?

一个服务器只能是Java版或者基岩版中的一种,Java版是用Java编的,基岩版是用C++编的,本身语言都不一样更不用说同时运行了。

一般一个存档在30个mod、4GB以下是什么配置都能带动的。你只要能下载下来游戏基本上二三十个模组没问题的。

我的世界1.19基岩版如何安装整合包

我的世界整合包安装教程如下:

1、第一步:把下载好的整合包放到C盘以外的盘。

2、第二步:在整合包上面单击鼠标右键---解压到“xxE”这样我们解压后我们会得到一个完整的文件夹!而不是一个混乱不堪的一堆文件。

3、第三步:进入解压后的文件夹里面,找到含有“启动服务器”等字样的那个文件这个文件可能你那里的与我的教程中的有所不同,但是它是作为启动服务器的一个程序,我们必须找到它。

4、第四步:在“启动服务器”这个文件上单击鼠标右键---打开如果你的电脑操作系统是win7以上,可能需要“以管理员方式打开”,这里根据你的情况而定。

5、第五步:如果你需要自己安装或者删除不想要的插件mod等,请删减【plugins】和mods文件夹里面的jar文件。和小伙伴一起联机的话,还需要更多其它的操作,请接着往下看,教程到这里,服务器已经启动起来了。

未经允许不得转载:便宜VPS网 » 我的世界基岩版服务器搭建包(minecraft基岩版服务器搭建)