IntellectualSites / IntellectualSites/FastAsyncWorldEdit
//chunk command fails to accept valid chunk coordinates.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 806
- Forks
- 394
- Avg merge
- 22h 19m
- Merged PRs (30d)
- 14
Description
Server Implementation
Paper
Server Version
26.1.2
Describe the bug
//chunk command fails to accept valid chunk coordinates.
To Reproduce
Input
//chunk 1,1 -c
or
//chunk 1,1
Expected behaviour
Chunk selected
Actual behaviour:
[System] [CHAT] (FAWE) Invalid value for [coordinates] (java.lang.reflect.InvocationTargetException), acceptable values are
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
[CHAT] (FAWE) Failed to upload files: Server returned status: 413 Entity Too Large, u dont need it anyway just test with latest FAWE build
Are you interested in contributing a fix?
No
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 reproducing the //chunk command on Paper 26.1.2 or the latest FAWE build with //chunk 1,1 and //chunk 1,1 -c, then trace how the coordinates argument is parsed. Done means both valid inputs are accepted and the requested chunk is selected instead of producing an invalid-value error.
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
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100