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>
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. needs reviews A PR that needs additional reviews

Projects

Status: In Review

Development

Successfully merging this pull request may close these issues.

Coordinates of a chunk

2 participants