Code audit, bug fixes & feature enhancements#30
Open
q220 wants to merge 1 commit into
Open
Conversation
25-issue code audit fixing crashes, deprecated APIs, resource leaks, security anti-patterns, and dead code across 19 files. Feature enhancements: - All 10 boat types (mangrove, cherry, bamboo, pale_oak) - Wolf variant support via Registry API - Enhanced name tag perk with tier-based colors, symbols, rainbow animation - In-game help system with clickable commands and per-perk examples - Dynamic tab completion from command registry - Configurable potion effect amplifiers with saner defaults - Fixed wizard light config bug (swapped values) - Removed forced survival mode from fire perk New files: HelpHandler.java, NameTagHandler.java Documentation: README, ROADMAP, Changes, CLAUDE.md, CONTRIBUTING, GitHub templates, update.md/html Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Detailed Breakdown
See update.md (markdown) or update.html (formatted) in this PR for a full technical writeup of every change with rationale.
Files changed
HelpHandler.java,NameTagHandler.java)Test plan
mvn clean packageon Java 21/perk helpshows clickable command list filtered by permissions/perk boat cherry,/perk boat bamboo,/perk boat pale_oakspawn correct boats/perk pet dog Rex red ashenspawns ashen wolf variant/perk name gold,/perk name rainbow,/perk name offwork with correct permissions/perk fireno longer forces survival mode🤖 Generated with Claude Code