IntellectualSites / IntellectualSites/FastAsyncWorldEdit

//chunk command doesn't select below y=0 or above y=256

Open
#3,079 2 comments 0 reactions 0 assignees View on GitHub

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
  1. Run //chunk
  2. Run //set stone
  3. 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
Anything else?

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.