EtCleanChat
EtCleanChat is an advanced chat moderation plugin for Hytale servers that uses AI to automatically detect and handle toxic, offensive, or harmful messages in real time. It helps server maintaining a friendly and welcoming community without relying solely on manual moderation.
Designed to be lightweight and highly configurable, EtCleanChat adapts to context rather than relying only on simple word filters, reducing false positives while effectively stopping harassment, spam, and abusive behavior.
You only need set the openai api key (that will use a free api endpoint) and the flag scores you want to use.
support discord server: https://discord.com/invite/C7Y8tP3UFD
EtCleanChat is an advanced chat moderation plugin for Hytale servers that uses AI to automatically detect and handle toxic, offensive, or harmful messages in real time. It helps server maintaining a friendly and welcoming community without relying solely on manual moderation.
Designed to be lightweight and highly configurable, EtCleanChat adapts to context rather than relying only on simple word filters, reducing false positives while effectively stopping harassment, spam, and abusive behavior.
You only need set the openai api key (that will use a free api endpoint) and the flag scores you want to use.
JSON:
{
"file_version": 1,
"openai_api_key": "sk-123",
"sexual": {
"enabled": true,
"flagged_score": 0.8
},
"sexual_minors_protection": {
"enabled": true,
"flagged_score": 0.8
},
"harassment": {
"enabled": true,
"flagged_score": 0.8
},
"harassment_threats": {
"enabled": true,
"flagged_score": 0.8
},
"hate": {
"enabled": true,
"flagged_score": 0.8
},
"hate_threats": {
"enabled": true,
"flagged_score": 0.8
},
"illicit": {
"enabled": true,
"flagged_score": 0.8
},
"illicit_violent": {
"enabled": true,
"flagged_score": 0.8
},
"self_harm": {
"enabled": true,
"flagged_score": 0.8
},
"self_harm_intent": {
"enabled": true,
"flagged_score": 0.8
},
"self_harm_instructions": {
"enabled": true,
"flagged_score": 0.8
},
"violence": {
"enabled": true,
"flagged_score": 0.8
},
"violence_graphic": {
"enabled": true,
"flagged_score": 0.8
}
}
support discord server: https://discord.com/invite/C7Y8tP3UFD
