Skip to content

Add X/Z support for Chunks - #8809

Open
APickledWalrus wants to merge 2 commits into
dev/featurefrom
feature/chunk-coordinates
Open

Add X/Z support for Chunks#8809
APickledWalrus wants to merge 2 commits into
dev/featurefrom
feature/chunk-coordinates

Conversation

@APickledWalrus

Copy link
Copy Markdown
Member

Problem

Chunks have X and Z coordinates that are currently not accessible in vanilla Skript (though they are shown in the toString, meaning extraction is potentially possible).

Solution

I've added a WXYZ handler for Chunk's ClassInfo. I've also moved it into a dedicated file in the new package and performed other cleanup.

Testing Completed

Manual in-game testing

Supporting Information


Completes:

Related: none
AI assistance: none

@APickledWalrus
APickledWalrus requested a review from a team as a code owner August 3, 2026 19:53
@APickledWalrus APickledWalrus added the feature Pull request adding a new feature. label Aug 3, 2026
@APickledWalrus
APickledWalrus requested review from Pesekjak and erenkarakal and removed request for a team August 3, 2026 19:53
@skriptlang-automation skriptlang-automation Bot moved this to In Review in 2.17 Releases Aug 3, 2026
@skriptlang-automation skriptlang-automation Bot added the needs reviews A PR that needs additional reviews label Aug 3, 2026
@skriptlang-automation

This comment has been minimized.

@APickledWalrus APickledWalrus linked an issue Aug 3, 2026 that may be closed by this pull request
1 task
Comment thread src/main/java/org/skriptlang/skript/bukkit/types/ChunkClassInfo.java Outdated
Co-authored-by: SirSmurfy2 <82696841+Absolutionism@users.noreply.github.com>
@skriptlang-automation skriptlang-automation Bot added the feature-ready A PR/issue that has been approved, tested and can be merged/closed in the next feature version. label Aug 16, 2026
@github-project-automation github-project-automation Bot moved this from In Review to Awaiting Merge in 2.17 Releases Aug 16, 2026
@skriptlang-automation skriptlang-automation Bot removed the needs reviews A PR that needs additional reviews label Aug 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Pull request adding a new feature. feature-ready A PR/issue that has been approved, tested and can be merged/closed in the next feature version.

Projects

Status: Awaiting Merge

Development

Successfully merging this pull request may close these issues.

Coordinates of a chunk

3 participants