No description
Find a file
2025-03-08 18:43:04 -05:00
.github/workflows first commit 2025-03-07 19:18:55 -05:00
CommdsFix Remove the game join timeout thing 2025-03-08 18:43:04 -05:00
build.cake first commit 2025-03-07 19:18:55 -05:00
CommdsFix.sln first commit 2025-03-07 19:18:55 -05:00
LICENSE first commit 2025-03-07 19:18:55 -05:00
nuget.config first commit 2025-03-07 19:18:55 -05:00
README.md Remove the game join timeout thing 2025-03-08 18:43:04 -05:00

commdsfix

A small client-side Among Us mod that fixes some chat-related annoyances, to enhance the experience of using chat commands. It is designed specifically with my server-side command plugin commds in mind, although it functions without it.

This mod currently:

  • Removes the chat character limit
  • Allows pasting text into chat w/ Ctrl+V
  • Allows for any characters to be typed in chat
  • Removes message normalization
  • Removes the chat URL check
  • Removes the chat ratelimit
  • Makes the chat controller always visible
  • Removes the "You may not join another game for another x minutes after intentionally disconnecting." check (not chat-related, but this makes testing easier)