Added an optional hotkey to show outlines on players whilst spectating
添加了一个快捷键,用于在身处旁观者模式时显示其他玩家的轮廓
It’s now possible to spawn in ItemEntities that can’t be picked up (PickupDelay=32767)
现在可以生成无法捡起的掉落物品了(拾取延迟=32767)
It’s now possible to spawn in ItemEntities that won’t expire (Age=-32768)
现在可以生成无法自动删除的掉落物品了(寿命=32767)
Added an extra argument to /effect that will hide particles
为/effect命令添加了一个额外的参数,可以选择隐藏粒子效果
Statistics for items/blocks can now be referenced per name, instead of ID
物品/方块的使用次数统计中(计分板),可以使用名称而不是ID
Added new objective criteria ‘trigger’, and a command /trigger to use with them (intended for tellraw links)
添加了一种新的objective类型“trigger”,添加了/trigger命令以便配合使用(意图是配合tellraw命令使用)
Added the ability to reset a single score on a player through /scoreboard
添加了重设某个玩家在scoreboard中某单个分数的能力
Added new objective criteria for team-specific kills (teamkill.red, killedByTeam.blue)
添加了一种新的objective类型,用于探测某个队伍的杀人次数(team.red, killedByTeam.blue)
Added the ability to iterate over every scoreboard player with * in /scoreboard commands
添加了同时针对所有在scoreboard中的玩家的能力(类似@a[])
Added data tag to items to allow placing of certain blocks against other blocks in adventure mode (/give @p stone 16 0 {CanPlaceOn:["minecraft:diamond_block"]})
添加了允许玩家把某个方块放置在另外某个方块上的物品标签(/give @p stone 16 0 {CanPlaceOn:["minecraft:diamond_block"]})
Added data tag to items to hide certain parts of the tooltip (HideFlags, bit field of 1/enchantments, 2/modifiers, 4/unbreakable, 8/candestroy, 16/canplace)
添加了允许玩家隐藏某个物品属性的物品标签(控制隐藏项目的比特阵列: 1/enchantments, 2/modifiers, 4/unbreakable, 8/candestroy, 16/canplace) |