[SPIGOT-2079] TAB completion not working for block coordinates in 1.9 Created: 29/Mar/16 Updated: 29/Mar/16 Resolved: 29/Mar/16 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Draccy | Assignee: | Unassigned |
Resolution: | Duplicate | Votes: | 0 |
Labels: | 1.9, blocks, bug, spigot, world | ||
Environment: |
Debian Linux, ONLY spigot_1.9.jar with all vanilla defaults where possible. Oracle Java 8 JDK. |
Description |
In any example where coordinates would be rendered as part of [TAB] completion, 0 is inputted instead. This includes examples where 1.9 would auto-fill ~ ~ ~ for coordinates (as in the case where no block is within target view). For those who use tab completion regularly, this is a game-breaking bug. In my personal example: Case Example 1 /fill [x1] [y1] [z1] [x2] [y2] [z2] (etc) Tab complete makes: Case Example 1 /fill 0 0 0 0 0 0 (etc) Another example: Case Example 1 /summon sheep 0 0 0 |