= 创作分享 =
你问我答
怎么能吧创造模式移除掉
QQ酱38289

怎么能吧创造模式移除掉

QQ酱38289 于 2020-10-2 14:50 ( 3年前 ) [复制链接] [显示全部楼层] [打印]
6776 0
TCreopargh
安装crafttweaker使用player tick event循环执行把玩家设成生存模式的指令
在scripts文件夹新建一个zs写下以下代码:
events.onPlayerTick(function(event as crafttweaker.event.PlayerTickEvent) {
    server.commandManager.executeCommand(server, "/gamemode survival " + event.player.name);
});
发表于 2020-11-25 11:39:24 | 显示全部楼层

回复 | 举报

百科目前不允许匿名发帖哦~ 请先 [ 登陆 ][ 注册 ] 吧~

本版积分规则

发新帖
  • 回复
  • 点评
  • 评分

[ MC百科(mcmod.cn) 除另有声明,所有开放公共编辑的内容均使用 BY-NC-SA 3.0 协议 ]

Minecraft百科CC协议
快速回复 返回顶部 返回列表