Skip to content

Tags: WeThink25/WeGuardian

Tags

v1.3

Toggle v1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update SECURITY.md

v1.2

Toggle v1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixed issues

Fixed

TempMute Menu – Resolved an issue where, even after selecting duration and reason, the menu continued to prompt for duration selection.

Alts Detection – Fixed alt detection system not triggering or functioning as expected.

Webhook System – Corrected punishment webhook integration so notifications now properly send to configured endpoints.

v1.1

Toggle v1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
performance boost

 Implemented AsyncPlayerSendSuggestionsEvent listener for handling tab-completion asynchronously.

Improves performance by avoiding main-thread blocking when generating command suggestions.

Fully compatible with Folia through FoliaLib integration for safe async → sync transitions.

Supports dynamic suggestion generation (e.g., database queries, cached results, permission-based filtering).

Improved

Optimized command suggestion handling to reduce lag spikes during heavy lookups.

v1

Toggle v1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minimize jar side