Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-117726

'/scoreboard players operation' does not tab complete fake players for second name argument and syntax help calls it selector

XMLWordPrintable

    • Confirmed
    • (Unassigned)

      The bug

      The /scoreboard players operation command tab completes fake players for the first but not the second name argument.
      Additionally the syntax help calls it "selector" instead of "name":

      /scoreboard players operation <targetName> <targetObjective> <operation> <selector> <objective>
      

      How to reproduce

      1. Add an objective
        /scoreboard objectives add test dummy
        
      2. Set for the fake player #fakePlayer a score
        /scoreboard players set #fakePlayer test 1
        
      3. Enter the following command and try to tab complete the fake player for both name arguments
        /scoreboard players operation 
        

      Code analysis

      Based on 1.11.2 decompiled using MCP 9.35 rc1

      The method net.minecraft.command.server.CommandScoreboard.getTabCompletions(MinecraftServer, ICommandSender, String[], BlockPos) uses only online players for the second name argument.

            Unassigned Unassigned
            marcono1234 [Mod] Marcono1234
            Votes:
            3 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: