當前位置:首頁 » 雲伺服器 » 伺服器搭建基岩版我的世界

伺服器搭建基岩版我的世界

發布時間: 2023-04-05 04:20:38

1. 我的世界電腦基岩版創建不了區域網

首先創建一個單人圓瞎世界-進去之後點擊鍵盤左上角ESC-對區域網開放
這時游戲內會出現一行字,已在XXXXX埠上開啟
讓你區域網的小豎畝夥伴點擊-添加伺服器-輸入區域網地址(下面會說到查看方法)比上剛才出余腔森現的埠
例如:192.168.0.100:12345(必須是英文狀態下比號)

2. 我的世界伺服器java版跟基岩版一起搭建在同一個伺服器嗎

一個伺服器只能是Java版或者基岩版中的一種,Java版是用Java編的,基岩版是用C++編的,本身語言都不一樣更不用說同時運行了。
一般一個存檔在30個mod、4GB以下是什麼配置都能帶動的。你只要能下載下來游戲基本上二三十個模組沒問題的。

3. 我的世界國際版如何開一個屬於自己的伺服器

沒有電腦基礎就去學一下再來看,不要問我這里怎麼操作那裡怎麼操作,已經很詳細了,有不會的很可能是因為你沒學

(此為Java版的教程,Java版開伺服器是免費的。前提是你有可24小時運行的電腦或伺服器,沒有的話租賃伺服器的費用不計。基岩版開伺服器請另尋)

首先呢,你需要一個JE國際版的正版賬號。

接下來,確保你的電腦里安裝了java和JDK。

沒有安裝可以去java官網安裝。(記得也要安裝JDK並添加到環境變數)

接下來,下載一個伺服器核心(推薦paperMC或spigot)網站上找到對應的版本號下載即可。

然後任意位置(方便找到就好)新建一個文件夾(最好不要用中文,不然有可能識別不了),吧你下載的核心拖進去,新建一個文本文檔(名稱隨意,好記就行),裡面寫:java -Xms(大小)g -Xmx(大小)g -jar (你下載的伺服器核心名字).jar

-Xms意為伺服器最小大小,-Xmx意為伺服器最大大小,如果人少的話最小1g,最大2g就行了。復制之後把括弧和裡面的文字刪掉後填寫上你預定的大小。後面的把括弧和裡面的內容刪去後填你下載的伺服器核心的名字(這個是可以隨便改的,但記得核心名字和這里的名字必須一致,差一個空格都不行)然後關掉保存,修改後綴名為.bat,雙擊運行,等它下載完,代碼跑完後就開服了。

後續維護及如何讓別人連接上伺服器,請查閱Minecraft Wiki!上面有詳細講解。

4. 如何在Minecraft國際版加入伺服器【基岩版】

准備一下需要的東西:

1.一個微軟賬戶

2.Minecraft 基岩版【不是網易版本,是要國際版】

進入游戲後會顯示該主界面

點擊左下角登錄按鈕

記得選擇 保存至Microsoft

先點擊游戲進入游戲選擇界面選擇伺服器

伺服器IP為 101.37.79.58 埠為 19132【更新】原來的 40443 埠已報廢

最後,大家可放心遊玩,本伺服器為防內鬼,開啟Xbox賬號驗證,IP抓取,行為記錄器,請不要以身實則,謝謝,祝你遊玩愉快

5. 我的世界基岩版伺服器搭建提示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、如果沒有管理員許可權或系統文件損壞也有可能造成不支持此介面,從而無法進不去游戲。

6. 我的世界 基岩版:官方伺服器配置與使用

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.

7. windows server 2016怎麼開我的世界基岩版伺服器

官方的領域啊,給錢就行。新建世界時zd選擇在realm上創建。
自己開服怎麼都得有一台電腦開著,不然怎麼叫開服。不過這個對電腦要求可高可回低,幾個人在線隨便玩玩的話,四五百搞台淘汰的筆記本,裝個ubuntu就可以做伺服器了。

8. 阿里雲搭建我的世界基岩版伺服器,手機電腦正版用戶可以一起玩嗎

現在暫時不可以。一般可以在網易的自定義房間中PE和PC聯機

9. 我的世界1.19基岩版如何安裝整合包

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

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

2、第二步:在整合包上面單擊滑鼠右鍵--->解壓到「xxE」這樣我們解壓後我們會得到一個完整的文件夾!而不是一個混亂不堪的一堆文件。

3、第三步:進入解壓後的文件夾裡面,找到含有「啟動伺服器」等字樣的那個文件這個文件可能你那裡的與我的教程中的有所不同,但是它是作為啟動伺服器的一個程序,我們必須找到它。

4、第四步:在「啟動伺服器」這個文件上單擊滑鼠右鍵--->打開如果你的電腦操作系統是win7以上,可能需要「以管理員方式打開」,這里根據你的情況而定。

5、第五步:如果你需要自己安裝或者刪除不想要的插件mod等,請刪減【plugins】和mods文件夾裡面的jar文件。和小夥伴一起聯機的話,還需要更多其它的操作,請接著往下看,教程到這里,伺服器已經啟動起來了。

10. 我的世界電腦版如何玩基岩版伺服器

官方的領域啊,給錢就行。新建世界時選擇在realm上創建。
自己開服怎麼都得有一台電腦開著,不然怎麼叫開服。不過這個對電腦要求可高可低,幾個人在線隨便玩玩的話,四五百搞台淘汰的筆記本,裝個ubuntu就可以做伺服器了

熱點內容
sqlserver介紹 發布:2025-05-13 17:58:00 瀏覽:3
雲閃付安卓版哪個版本好用 發布:2025-05-13 17:57:16 瀏覽:186
我的世界伺服器如何卡穿牆 發布:2025-05-13 17:52:41 瀏覽:736
為什麼游戲更新連接不到伺服器 發布:2025-05-13 17:44:09 瀏覽:786
谷歌play商店如何連接伺服器 發布:2025-05-13 17:38:11 瀏覽:481
ssl認證伺服器搭建 發布:2025-05-13 17:33:42 瀏覽:890
cpul2緩存 發布:2025-05-13 17:32:09 瀏覽:450
編譯是語言的特點 發布:2025-05-13 17:31:36 瀏覽:583
原神怎麼看伺服器版本 發布:2025-05-13 17:09:14 瀏覽:73
java連接符 發布:2025-05-13 17:05:44 瀏覽:57