mirror of
https://github.com/BreizhHardware/CipaUtils.git
synced 2026-05-09 08:15:23 +02:00
[PR #42] feat(chunkload): Add chunkloader #42
Labels
No labels
bug
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BreizhHardware/CipaUtils#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/CipaUtils/pull/42
Author: @BreizhHardware
Created: 1/15/2026
Status: 🔄 Open
Base:
dev← Head:feature/chunkloader📝 Commits (8)
c5ec045feat(chunkload): Add chunkloaderbc5287efeat(chunkload): enhance chunkloader functionality with ownership checks and particle effects335b4e2Update src/main/java/bzh/breizhhardware/cipautils/recipeManager/RecipeManager.java1a0387dUpdate src/main/java/bzh/breizhhardware/cipautils/Main.java1174aceUpdate src/main/resources/plugin.ymlc3d923fUpdate src/main/java/bzh/breizhhardware/cipautils/chunkloader/ChunkLoaderManager.javaefd8507Update src/main/java/bzh/breizhhardware/cipautils/chunkloader/ChunkLoaderManager.javad2dca3cfix(chunkload): Fix multiple issue📊 Changes
10 files changed (+586 additions, -22 deletions)
View changed files
📝
build.gradle(+1 -1)📝
bump-version.sh(+5 -5)📝
src/main/java/bzh/breizhhardware/cipautils/Main.java(+202 -5)➕
src/main/java/bzh/breizhhardware/cipautils/chunkloader/ChunkLoaderManager.java(+252 -0)➕
src/main/java/bzh/breizhhardware/cipautils/recipeManager/RecipeManager.java(+102 -0)📝
src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneGUI.java(+2 -2)📝
src/main/java/bzh/breizhhardware/cipautils/waystone/WaystoneListener.java(+7 -0)📝
src/main/resources/plugin.yml(+9 -3)📝
start-test-server.bat(+3 -3)📝
start-test-server.sh(+3 -3)📄 Description
Description
Add a chunkloader block that can chunkload a 3x3 chunk by player
Checklist
build.gradle,plugin.yml,start-test-server.bat,start-test-server.sh) (mandatory for a PR fromdevtomain)dev(unless it's a hotfix tomain)Type of change
Related issues
#31
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.