Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mask parser doesn't offer suggestions after the first block #2576

Open
5 tasks done
MegaMinerDL opened this issue Jul 9, 2024 · 1 comment
Open
5 tasks done

Mask parser doesn't offer suggestions after the first block #2576

MegaMinerDL opened this issue Jul 9, 2024 · 1 comment
Labels
status:accepted Will be fixed / added to WorldEdit, eventually type:bug Incorrect behavior, not working as intended

Comments

@MegaMinerDL
Copy link

WorldEdit Version

7.3.4

Platform Version

Spigot-1.21

Confirmations

  • I am using the most recent Minecraft release.
  • I am using a version of WorldEdit compatible with my Minecraft version.
  • I am using the latest or recommended version of my platform software.
  • I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
  • I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)

Bug Description

When using -m argument in commands, I can only TAB auto-complete the first block but not the next ones.

Example: //stack 1 u -am stone,bricks,dirt
Result: when typing stone, I am shown TAB auto-complete suggestions. bricks and dirt have to be typed out manually.

Expected Behavior

Expected behaviour:

Example: //stack 1 u -am stone,bricks,dirt
Result: when typing stone, bricks and dirt I am shown TAB auto-complete suggestions.

Reproduction Steps

  1. Have multiple blocks in a selection
  2. Type //stack 1 u -am

Anything Else?

Unless I am doing something wrong, this is a minor bug/feature that gets annoying when typing out multiple long blocks.

@MegaMinerDL MegaMinerDL added status:pending Pending acceptance or closure. type:bug Incorrect behavior, not working as intended labels Jul 9, 2024
@wizjany wizjany changed the title -m cannot TAB auto-fill after the first block Mask parser doesn't offer suggestions after the first block Jul 10, 2024
@wizjany wizjany added status:accepted Will be fixed / added to WorldEdit, eventually and removed status:pending Pending acceptance or closure. labels Jul 10, 2024
@wizjany
Copy link
Collaborator

wizjany commented Jul 10, 2024

This is an issue with the BlocksMaskParser in general, not with any particular command argument.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:accepted Will be fixed / added to WorldEdit, eventually type:bug Incorrect behavior, not working as intended
Projects
None yet
Development

No branches or pull requests

2 participants