
RedstoneRegions
Per-chunk redstone speed-up on Folia (2-14× faster). Pick vanilla / Alternate Current / Eigencraft / Disabled per chunk. /undo, sign opt-in, BlueMap, WorldEdit, PAPI, en+fr.
Список изменений
Patch on 0.2.0 fixing two production bugs:
-
Discord webhook 429 fix. The 429 rate-limit branch was unreachable (caught earlier by an
if statusCode/100 == 4that disabled the webhook on the first burst). Now: 429 is handled FIRST with proper Discord retry_after parsing + back-off + retry; only OTHER 4xx codes disable the webhook. -
Coalescing window. /fill 8 alternate-current (= 289 chunks) used to produce 289 webhooks → instant rate-limit + ban. Now: events within a 2.5s window sharing (actor, source, dim, target-mode) are batched into ONE message with chunk range + block range + tp-center coords. Plus a true 5 req/s rate (250ms sleep between consecutive POSTs, not just per-drain).
-
Plugin display name now
RedstoneRegionsin /plugins, /version, /pl, etc. — matches the Modrinth title. Wasfolia-redstone-region.
Same feature set as 0.2.0. 14/14 harness still green.
