IntellectualSites / IntellectualSites/FastAsyncWorldEdit
//chunk command doesn't select below y=0 or above y=256
Open
Nobody has claimed this yet.
Low Priority
upstream issue
- Dominant language
- Java
- Stars
- 806
- Forks
- 394
- Avg merge
- 22h 19m
- Merged PRs (30d)
- 14
Description
Server Implementation
Spigot
Server Version
1.21.3
Describe the bug
The //chunk command only selects blocks between y 0 and 256. Minecraft updated the min/max build height limit in 1.18 to -63 and 319 respectively.
To Reproduce
- Run //chunk
- Run //set stone
- The stone pillar will only cover the legacy min-max y levels
Expected behaviour
//chunk should stretch from -63 to 319
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
N/A
Fawe Version
FastAsyncWorldEdit v2.12.4
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response
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 tracing the //chunk command and the vertical bounds it uses, then reproduce the issue with //chunk followed by //set stone. Done means the selected pillar spans Minecraft's expected y levels from -63 through 319 rather than only the legacy range.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- game-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100