IntellectualSites / IntellectualSites/PlotSquared
`/plot f set <flag> <value>` uses improper tab completions
Open
Nobody has claimed this yet.
Approved
Bug
Good first issue
- Dominant language
- Java
- Stars
- 653
- Forks
- 975
- Avg merge
- 2m
- Merged PRs (30d)
- 6
Description
The tab completion should stop at the value provided

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the tab-completion handler for the /plot f set <flag> <value> command and reproduce the completion behavior shown in the issue. Trace how completion continues after a value is supplied. Done means completion stops at the provided value instead of offering improper further completions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100