Ⅰ 我的世界电脑版如何玩基岩版服务器
官方的领域啊,给钱就行。新建世界时选择在realm上创建。
自己开服怎么都得有一台电脑开着,不然怎么叫开服。不过这个对电脑要求可高可低,几个人在线随便玩玩的话,四五百搞台淘汰的笔记本,装个ubuntu就可以做服务器了
Ⅱ minecraft服务器权限如何设置
spawn
传送到主城
/register
密码
#注册账号
/login
密码
#登陆账号
/money
#查看金钱
/psy
名字
钱数
给予别人金钱
/sethome
#设置自己的家
/home
#回到自己设置的家
/spawn
#传送到出生点
/back
#回到上一次传送点(例如死后回尸体处)
[private]
物品上锁
把木牌放到箱子前,输入:
第一行:[Private]
第二行:空
第三行:可以用这个箱子的其他人
第四行:可以用这个箱子的其他人
/getpos
#显示坐标
/setwarp
[warp点]
#设置公共传送点
/warp
[warp点]
#传送到指定传送点
/tpa
<玩家ID>
#请求传送到玩家player所在位置
/tpahere
<玩家ID>
#请求玩家player传送到自己所在位置
/tpaccept
#接受玩家传送的请求
/tpdeny
#拒绝玩家传送的请求
/res
create
[领地名]
-
选择好区域后创建一个叫做[领地名]的领地
/res
remove
[领地名]
-
移除一个叫[领地名]的领地
/res
removeall
-
移除所有领地
/res
subzone
<领地名>
[子区域名]
-
在领地内创建一块子区域,你必须是所有者才行。
/res
info
[领地名]
-
查询领地权限
以下为权限设置(true为开启,false为关闭)
/res
set
【领地】
【具体权限】
true/false
将你的领地设定权限是否开启
/res
pset
【领地】
【玩家名字】
【具体权限】
true/false
将你的领地开放或关闭给某玩家一个具体的权限
admin:领地的全权管理权限,仅能给与某玩家
container:是否能使用箱子,发射器等
bucket:设置是否能使用桶
ignite:点火的权限
piston:活塞是否能使用
build:建造权限(包括destroy和place)
destroy:毁坏权限
place:放置权限e
move:进入权限
tp:传送权限
use:使用权限(工作台,炉子等)
subzone:是否能设置子空间
tnt:设置tnt是否有效
creeper:设置JJ怪是否有效(设置F的话JJ怪就废了)
damage:设置领地内是否能造成伤害(不能防止被挤死)
monsters:设置是否刷新怪物
animals:设置是否刷新动物
firespread:火是否能蔓延
flow:液体流动,包括waterflow和lavaflow
waterflow:水的流动
lavaflow:岩浆流动
healing:设置是否能恢复生命
pvp:设置是否能pvp
求采纳
Ⅲ windows server 2012 R2可以开我的世界基岩版服务器吗
可以,只要有Java环境及一定的电脑硬件上的配置,跟系统没有什么太大的关系,但是系统最好用64位的,否则会对服务器性能造成限制。
Ⅳ 我的世界基岩版服务器进不去
我的世界国际版,我跟你情况类似我也进不去
进度条
一直转,删除重下试试
Ⅳ 如何在Minecraft国际版加入服务器【基岩版】
准备一下需要的东西:
1.一个微软账户
2.Minecraft 基岩版【不是网易版本,是要国际版】
进入游戏后会显示该主界面
点击左下角登录按钮
记得选择 保存至Microsoft
先点击游戏进入游戏选择界面选择服务器
服务器IP为 101.37.79.58 端口为 19132【更新】原来的 40443 端口已报废
最后,大家可放心游玩,本服务器为防内鬼,开启Xbox账号验证,IP抓取,行为记录器,请不要以身实则,谢谢,祝你游玩愉快
Ⅵ 我的世界 基岩版:官方服务器配置与使用
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.
Ⅶ 手机我的世界(基岩版)怎么联机
方法一:Xbox联机
你需要和你的朋友登录注册微软账号(没有日志文件时软件会提醒你登录微软账户)
选择注册,然后按照自己实际情况填写信息(未成年人请输入18岁年龄否则没法进入游戏)
登录后记好你的游戏名字,朋友也一样。
依次选择游戏》好友》添加好友》按照名字查询XBOX用户》(找到账户后)添加好友
不需要验证,只需让朋友也加你就行了
然后举个例子:
A打开了世界,B进入你的游戏,实际是把A的手机当作服务器
B打开了世界,A进入你的游戏,则是把B的手机当作服务器
然后(比如A打开了世界),B则会看到一个世界(在好友菜单里)
写着 我的世界(世界名) XXXXXXXXXX(游戏名) 1/6(在线人数)X(xbox标志用于鉴别你是用Xbox跟你的好友联机)
单机进入完成。
提示:建议使用随身WiFi,因为NET技术(路由器)对它不友好,具体详情去知乎搜
二:内网联机(一个WiFi下、使用WiFi挂的VPN、手机自带的移动热点)
A开启了游戏,B在好友菜单中看见
我的世界(世界名)Steve(没登陆微软账户时的名称)1/6(游戏人数),会有一个三个主机在一起的标志
以上方法适用于minecraft基岩国际版
网易版
一、内网联机(一个WiFi下、使用WiFi挂的VPN、手机自带的移动热点)
A启动了世界,B在手机依次选择:
打开》登陆》多人游戏》局域网联机,找到你的朋友的世界,点击进入。
注:此时同一版本号的国际版可以加入,但是网易版不能进入国际版的世界
远程的话就租个服务器吧,毕竟我不知道怎么样远程联机
望采纳