Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-1472

Coordinates cannot be tab-completed in commands like /setblock

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • None
    • HostHavoc.com's 1GB RAM Minecraft plan.

      Summary

      When using <TAB> to auto-complete coordinates in commands, 0,0,0 gets filled instead of the block the player is looking at.

      Steps to reproduce the problem

      1. Look at a block that isn't x=0,y=0,z=0
      2. Type /setblock
      3. Press <TAB> three times.

      What I expected.

      The coordinates of the block the player is looking at would be filled in, e.g.

      /setblock 23 33 43
      

      What happened

      x=0, y=0, z=0 were filled in instead, e.g.

      /setblock 0 0 0
      

      How that differed from my expectations

      The coordinates the player was looking at were not filled in.

            Unassigned Unassigned
            bmintz Benjamin Mintz
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: