Profanityfilter
Provides profanity filtering functionality by checking input strings against configurable dictionaries using exact and loose matching.
Provides profanity filtering functionality by checking input strings against configurable dictionaries using exact and loose matching.
Base utility class for loading, saving, and erasing persistent player or world data to disk using TheSim's API.
Manages and recalculates numerical or boolean modifiers from multiple external sources, supporting multiple modifiers per source via optional keys.
Manages text completion and suggestion behavior for console-style input, supporting both Lua code autocompletion and word-suggestion modes.
Manages word prediction for text input by scanning dictionaries and returning matching completions based on user-typed prefixes.