BetterStructures Albion 1.1.1 FAWE-native performance fork - #1
Draft
wickidcow wants to merge 47 commits into
Draft
BetterStructures Albion 1.1.1 FAWE-native performance fork#1wickidcow wants to merge 47 commits into
wickidcow wants to merge 47 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BetterStructures Performance / Albion 1.1.1 — FAWE Native
AlbionMC-specific performance and maintenance fork based on upstream BetterStructures 2.6.3, with full credit retained for MagmaGuy and upstream contributors.
Core goal
FastAsyncWorldEdit is now the required world-edit backend. Standard WorldEdit is not a supported runtime provider for this fork.
com.sk89q.worldedit.*remains the API namespace because FAWE implements the WorldEdit API.FAWE-native placement
EditSessionblock writes withBaseBlockdata for NBT/state preservation.Enforced architecture
CI scans all production Java source before compilation and fails if direct Bukkit
setType,setBlockData, or the legacy native-palette block-write path is reintroduced.Bukkit primary-thread work is retained only where the API requires it: structure events, terrain sampling reads, inventories/loot, plugin callbacks, and entity spawning.
Resource-world/TPS protection
ChunkLoadEventbursts.Compatibility baseline
1.1.1; upstream source baseline: BetterStructures2.6.3.Albion identity / upstream credit
Build and release
BetterStructures-1.1.1.jar.clean test shadowJar, and explicit versioned-JAR verification.albion-1.1.1-testprerelease rather than an Actions ZIP.v1.1.*releases publish the raw versioned JAR.Validation state
The exact final repository head has completed a full green Actions pass: FAWE-native source audit, compile, tests, shaded JAR verification, raw prerelease publication, and exact-green-head test-tag update. The published raw asset is
BetterStructures-1.1.1.jar.This PR remains draft only for runtime smoke/performance testing in AlbionMC's resource world. The build/CI portion of the 1.1.1 FAWE-native milestone is complete.