当前位置:首页 » 云服务器 » 我的世界如何创建服务器基岩版

我的世界如何创建服务器基岩版

发布时间: 2022-12-18 13:55:48

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

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

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

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

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

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

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

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

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

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

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

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

❸ 我的世界手机版怎么创建服务器 和怎么加入服务器

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

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

问:我的世界怎么创建服务器?
答:1.下载一个水桶服务器:见底部附件craftbukkit-1.4.7-R1.0.jar(官网下载:http://dl.bukkit.org/)
2.在你的电脑新建一个文件夹,名字随便,例如“MCServer”
3.将第1步下载的服务器文件放进MCServer文件夹内
4.再在MCServer文件夹内新建一个记事本,名字为Start.txt
5.打开记事本,把以下代码粘贴去:
title 【这里填你的服务器名称】
color 【服务器bat字体颜色】
java -Xms1024M -Xmx1024M -jar 【这里填服务器文件jar的文件名】
PAUSE
例如:
title myworld
color f
java -Xms1024M -Xmx1024M -jarcraftbukkit-1.4.7-R1.0.jar
PAUSE
6.保存以上代码到记事本后,将记事本的扩展名txt改为bat,即Start.bat
7.双击Start.bat,弹出黑色窗口,等待处理jar(需要一段时间)
8.看到黑色窗口出现Done字样,就完成了,然后关闭黑色窗口
9.会发现MCServer文件夹生成了很多文件,找到server.properties,用记事本打开
10.修改以下参数:
online-mode=true 改为online-mode=false
gamemode=0 改为gamemode=1(0为生存模式,1为创造模式)
注:online-mode必须修改,否则玩不了,其他参数你看着办吧
11.改完后运行Start.bat,进入游戏。(Start.bat不能关闭,怎么关闭后面讲)
12.选择多人游戏 - 添加服务器 - 在服务器地址输入localhost,然后点击完成
13.如果看到服务器有信号证明你成功了
14.邀请朋友方法:网络一下IP,会看到自己的IP地址,然后复制,发送给朋友
15.朋友拿到地址后,进入游戏 - 多人游戏 - 直接连接 - 直接输入刚才的服务器地址
(IP会改变,每次和朋友玩的时候都要重新网络一下复制给朋友。如果希望固定IP的你可以下载一个hamachi网络工具,朋友也要下载,然后你开个群,把朋友拉进来,hamachi显示的IP就是固定的,但使用hamachi偶尔会出现游戏延迟)
16.退出游戏时候需要注意,必须在黑色窗口输入stop指令停止服务器,否则刚才玩的记录会全部丢失。如果玩的过程中担心电脑死机或停电导致记录丢失,你偶尔在黑色窗口输入save-all,存档。

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

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

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

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

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

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.

❼ 我的世界手机版如何创建服务器

很荣幸为您回答!

进入游戏后,在启动器界面点击租赁服游戏-创建租赁服,

(10人1800钻石,30天1800钻石;1元100钻石)

回答是美德,采纳是尊重。可以动动手关注一下我。如有疑问欢迎私信。

❽ Minecraft(我的世界)服务器怎么创建地皮世界

第一步:给自己OP权限
我第一次进服务器,服务器才开起来,没办法,先得给自己敲命令的权限,在控制台输入【op admin】
我在游戏里面的名字叫admin,所以给admin即我op权限。

2
第二步: 在游戏中输入【/mw help】然后回车
可以看到创建一个世界的命令是【/mw create 世界名字】,其实这里的隐藏信息还有【/mw create 世界名字 世界类型 世界种子】。

3
那么我在游戏里输入:
【/mw create 测试 flatland 】 -----创建一个叫测试的超平坦世界。
结果这个世界创建成功,提示让我加载这个世界。
mw插件的世界类型有:如下图

4
然后输入:
【/mw load 测试】------加载叫【测试】的世界。
加载成功后,使用命令【/goto 测试】进入到【测试】这个世界里面。
进入后,发现这个名为【测试】的世界确实是平坦的。

5
但是,这个世界确不是地皮世界!
所以我立即弃坑,改换【Multiverse-Core】

END
Multiverse-Core
1
如果你现在安装的是multiverse这个插件
那么在游戏中输入: 【/mv create 测试 normal -t flat 】即可
执行后并使用命令:【 /mv load 测试 】加载这个世界。

2
再输入:
【/mv tp 玩家名字 世界名字】进入到才创建的那个世界。
我进入到【测试】这个世界后,发现确实是超平坦世界。
地下第四格就是基岩了,成功创建地皮世界!

END
地皮插件Plotme和PlotSquared插件
这连个插件是专门针对地皮世界制作的
第一个插件Plotme创建地皮世界的命令是:
/mv create plotworld normal -g PlotMe
plotworld是地皮世界默认的名字。
创建世界后要使用/mv load命令加载这个世界

说明:如果你没有更改过plotme插件的配置文件,那么这里只能写【plotworld】
以上是MV多世界插件的命令,下面是mw多世界插件的命令:
/mw create plotworld plugin:PlotMe
然后使用/mw load命令加载

2
第二个插件PlotSquared地皮世界的命令:
首先要配置好地皮世界,命令是:【/plot setup 世界名 生成器】
生成器那里填PlotSquared就好了,PlotSquared是默认的生成器
接下来,我们开始正式创建地皮世界:
如果你的多世界插件是MV,则创建地皮世界的命令是【/mv create normal -g 世界名】 世界名必须为PlotSquared。
如果你安装的插件是MW,则创建地皮世界命令为【/mw create 世界名 plugin:PlotSquared】
更多我的世界地皮插件使用方法请搜网络【我的世界地皮插件使用方法】

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

方法如下:

下载的《我的世界》的版本需要和你安装的“craftbukkit”版本一样!比如我安装的是1.8版本的“craftbukkit”那么就叫对放下载对应版本的我的世界。

对方下载后,同样也需要安装对应的JAVA哦!是64位系统就安装64位的JAVA,是32位的就安装32位的系统!下载好我的世界和安装好java后!叫小伙伴们运行启动器吧!

选择和服务器一致的版本,然后点击“启动”,程序载入成功后,点击单人游戏下面的“多人游戏”,在多人游戏里面,点击“添加服务器”,服务器名称不需要管它,可以更改也可以不更改。

通过附魔台:消耗经验值和青金石附魔物品。只有未被附魔的物品才可以使用这种方法。

注意这样消耗的经验是以级为单位的,虽然在10000级和10级附魔消耗的都是一样的级数,但是因为前者升级比后者需要多得多的经验,所以附魔要在更低的级别的时候会更划算许多。

通过铁砧:结合物品和附魔书或物品相同、魔咒不同的两个物品来附魔,此方法也会消耗经验。

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

热点内容
哈夫曼编码算法实现 发布:2025-03-17 11:23:31 浏览:383
录音机可以存储信息吗 发布:2025-03-17 11:13:32 浏览:172
邮件服务器php 发布:2025-03-17 11:09:42 浏览:477
心跳包源码 发布:2025-03-17 11:03:29 浏览:798
安卓苹果通讯录怎么同步 发布:2025-03-17 09:58:12 浏览:175
ai缓存 发布:2025-03-17 09:48:27 浏览:923
翘嘴水滴轮什么配置 发布:2025-03-17 09:47:34 浏览:584
小蚁摄像机如何云存储 发布:2025-03-17 09:42:42 浏览:819
如何修改自己的名字和密码 发布:2025-03-17 09:32:20 浏览:790
宝马3系枪灰色轮毂是哪个配置 发布:2025-03-17 09:28:17 浏览:516