fix(chat): escape MiniMessage tags in player messages#321
Merged
Nandi0813 merged 2 commits intoZoneDevelopement:devfrom Mar 15, 2026
Merged
fix(chat): escape MiniMessage tags in player messages#321Nandi0813 merged 2 commits intoZoneDevelopement:devfrom
Nandi0813 merged 2 commits intoZoneDevelopement:devfrom
Conversation
Nandi0813
added a commit
that referenced
this pull request
Mar 17, 2026
* fixed: - Spectator State Not Clearing on Transition - Ladder Validation Fails for FFA-Only Ladders - Incorrect Self-Attribution in Void Death Messages * fixed: - Mace Smash Kill enhancements: - duel right click only with unranked item - FFA arena selector GUI * fixed knocked to the void by player death message in FFA * fixed possible NPE in MatchStatsGui constructor * fixed dupe bug in player inventory * feat: replace right-click duel with sword-to-duel mechanic (#316) * fix: lobby visibility toggle without rejoin; validate liquid placement using block face (#319) * fix(chat): escape MiniMessage tags in player messages (#321) * fix(chat): escape MiniMessage tags in player messages * fix(chat): escape MiniMessage tags in player messages * removed old 1.8 version support * fixed code warnings * created AGENTS.md and added to .gitignore * changed deprecated methods * fixed copy pom * fixing build listener, still doesnt work * fixed build rollback * fixed backend error * cleaned the code * changed hologram from armor stands to text displays * merged all rollback related setting into BuildListener.java * disabled flower pot integration * fixed blockplaceevent to search by player not cuboid for rollback * changed LICENSE to 2026 * added kit change command to FFA to allow players to switch between kits in the FFA game * added rematch request invalidation * implemented multi block support for splegg event * changed armor stand markers to mannequins * fixed possible NPE * fixed possible IllegalStateException * fixed sound effect play when there is in the chat * fixed eventdata spawn removal on restart * fixed IndexOutOfBoundsException * fixed new manequin spawn marker * added cooldown for markers * fixed portal frame creation to use END_PORTAL instead * disabled portal teleport in arena worlds * changed version to 7.0.0-SNAPSHOT * Potential fix for pull request finding 'Dereferenced variable may be null' Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> * Update core/src/main/java/dev/nandi0813/practice/manager/ladder/abstraction/normal/NormalLadder.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: MISHA <208148594+lokspel@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.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.
No description provided.