mirror of
https://github.com/BreizhHardware/CipaUtils.git
synced 2026-05-09 08:15:23 +02:00
[PR #34] [CLOSED] feat: implement chunk loader functionality and commands #33
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#33
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/34
Author: @BreizhHardware
Created: 9/30/2025
Status: ❌ Closed
Base:
dev← Head:feature/chunkloader📝 Commits (10+)
7e0ded9feat: implement chunk loader functionality and commandsae4fa84Update src/main/java/bzh/breizhhardware/cipautils/chunkloader/ChunkLoaderManager.java160a7a3feat: add cipautils command for bug reporting and helpdec4607docs: update pull request template to include destination branch checka4def6efeat: enhance waystone system with custom item supporta915593feat: implement pagination for waystone selection menu98f420cfeat: add configurable grave expiry times and metadatafc0cac4Update src/main/resources/plugin.yml2611447Apply suggestions from code review8c5f8fdchore: migrate project from Maven to Gradle build system📊 Changes
27 files changed (+1253 additions, -331 deletions)
View changed files
📝
.github/pull_request_template.md(+3 -8)📝
.github/workflows/build-check.yml(+4 -2)📝
.github/workflows/release.yml(+7 -4)📝
.gitignore(+5 -1)📝
README.md(+0 -0)➕
build.gradle(+39 -0)📝
bump-version.sh(+10 -8)➕
gradle/wrapper/gradle-wrapper.jar(+0 -0)➕
gradle/wrapper/gradle-wrapper.properties(+7 -0)➕
gradlew(+248 -0)➕
gradlew.bat(+93 -0)➖
pom.xml(+0 -39)➕
settings.gradle(+2 -0)📝
src/main/java/bzh/breizhhardware/cipautils/Main.java(+88 -24)➕
src/main/java/bzh/breizhhardware/cipautils/chunkloader/ChunkLoaderManager.java(+164 -0)➕
src/main/java/bzh/breizhhardware/cipautils/commands/NoMoreSpawnProtectCommand.java(+20 -0)➕
src/main/java/bzh/breizhhardware/cipautils/commands/WaystoneCommand.java(+211 -0)📝
src/main/java/bzh/breizhhardware/cipautils/grave/GraveListener.java(+129 -4)📝
src/main/java/bzh/breizhhardware/cipautils/recipeManager/RecipeManager.java(+26 -6)📝
src/main/java/bzh/breizhhardware/cipautils/waystone/Waystone.java(+10 -0)...and 7 more files
📄 Description
Description
Add a chunkloader block that can chunkload a 3x3 chunk by player
Checklist
pom.xml,plugin.yml,start-test-server.bat,start-test-server.sh) (mandatory for a PR fromdevtomain)Type of change
Related issues
#31
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.