-
Notifications
You must be signed in to change notification settings - Fork 29
Feature - Auto Text Hotkey Module #203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
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
TrentinTheKid
approved these changes
Apr 10, 2025
TrentinTheKid
approved these changes
Apr 10, 2025
Merged
ItsNature
added a commit
that referenced
this pull request
May 5, 2025
* Deploy as 1.1.7-SNAPSHOT * Various documentation improvements (#185) * fixes * remove unnecessary headers * remove unnecessary headers from beam module * remove unnecessary headers * test * use bold instead of header * update border color * Lightweight Documentation Fixes & Improvements (#186) * Fix waypoint warning hyperlink redirecting to the wrong page * Remove @type from Team json example * better live chat message example * Add new modules & versions (#187) * Fix Rich Presence Module not working on bungee & velocity (#189) * Docs - Improvements (#188) * Update Combat#DISABLE_MISS_PENALTY comment * add callouts * fix lightweight player detection examples not matching --------- Co-authored-by: TrentinTheKid <25537885+TrentinTheKid@users.noreply.github.com> * Add Combat module lightweight example docs (#191) * Feature - NBT Apollo Modules (#195) * Add Glint, Saturation & Inventory Apollo Modules * Disable Inventory Module by default * Feature - Inventory Module (#193) * Inventory module implementation * Add inventory to meta.json * Add callout * Fix commands format * Add glint & saturation example integration * Add unclickable to each item * Update inventory code example * Add inventory module overview * docs: Add disabled by default callout --------- Co-authored-by: TrentinTheKid <25537885+TrentinTheKid@users.noreply.github.com> * Sync LunarClient Mods & Options (#196) * Sync LunarClient Mods & Options * Update version tags to 1.1.7 --------- Co-authored-by: LunarClient Bot <lc-bot@moonsworth.com> * Documentation - Tebex Module (#199) * Prepare tebex module for release * Add Tebex Module documentation * Fix import order * minor changes * Add TebexEmbeddedCheckoutSupport#UNSUPPORTED --------- Co-authored-by: Trentin <25537885+TrentinTheKid@users.noreply.github.com> * Bump to 1.1.7 (#197) * Deploy as 1.1.8-SNAPSHOT * Decouple Gradle Example Implementations into Separate Modules (#200) * Split bukkit example implementations (API, Json & Proto) to its own gradle modules & improve deploy script * Rename apollo test server in deploy script * Remove TnT Countdown Bukkit implementation (#202) * Feature - Auto Text Hotkey Module (#203) * Add Auto Text Hotkey Module * Add `BLOCK_TEXT_INPUTS` boolean option * add overview * add word * Add `BLOCK_CHAT_MESSAGE_TEXT_INPUTS` option * Add `BLOCK_CHAT_MESSAGE_TEXT_INPUTS` examples --------- Co-authored-by: TrentinTheKid <25537885+TrentinTheKid@users.noreply.github.com> * Test Framework - Add Apollo payload & Border collision tests (#205) * Add border collision test * Improve payload & handshake detection * Folia Support (#201) * Add Folia Support * Add folia to: bug-report.yml, deploy.yml, platform-utilities.mdx * Register AutoTextHotkeyModule * Register TntCountdownModule * Add new download buttons * Rescaled assets * Use proper asset name * Change background height * Unchange beackground height * bukkit-example plugin folia support * chore: improved download page * chore: update discord urls * gradle: Fix dynamic dependencies * Test deploy * Undo deploy test changes * Don't wrap title text * Update Discord URLs --------- Co-authored-by: Connor Lewis <50084106+imconnorngl@users.noreply.github.com> Co-authored-by: TrentinTheKid <25537885+TrentinTheKid@users.noreply.github.com> * Sync LunarClient Mods & Options (#206) * Sync LunarClient Mods & Options * Update version tags to 1.1.8 --------- Co-authored-by: LunarClient Bot <lc-bot@moonsworth.com> * Bump to 1.1.8 (#207) --------- Co-authored-by: Trentin <25537885+TrentinTheKid@users.noreply.github.com> Co-authored-by: LunarClient Bot <lc-bot@moonsworth.com> Co-authored-by: Connor Lewis <50084106+imconnorngl@users.noreply.github.com>
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.
Overview
Description:
The Auto Text Hotkey Module allows servers to provide a list of inputs that are blocked from being used within the Auto Text Hotkey Mod
Changes:
Available options
BLOCK_TEXT_INPUTSBLOCKED_TEXT_INPUTSoption.BooleanfalseBLOCKED_TEXT_INPUTSList<String>["/sellall", "/msg", "/pay"]BLOCK_CHAT_MESSAGE_TEXT_INPUTSBooleanfalseCode Example:
Set blocked text inputs
Block chat message text inputs
Review Request Checklist
feature/add-module&bugfix/fix-issue)