自动签名节制是一个基于AI的节制插件,可自动处理rust中所有标志和图像的节制。
Free Moderation mode - Basic AI moderation completelty free
Advance Moderation mode - Custom AI instructions to moderate content
Discord logging of moderated signs
Batch mode - Send images in batches for better performance and less cost
自动签名审核具有一个可选的加载图像,用于当图像等待批准时,以及Discord日志记录模式,其中审核内容将记录到discord。
autosignmoderation.whitelist - bypass sign checks
特点
Automatically hide, remove and log signs on your serverFree Moderation mode - Basic AI moderation completelty free
Advance Moderation mode - Custom AI instructions to moderate content
Discord logging of moderated signs
Batch mode - Send images in batches for better performance and less cost
自动签名审核具有一个可选的加载图像,用于当图像等待批准时,以及Discord日志记录模式,其中审核内容将记录到discord。
权限
此插件使用权限系统。要分配权限,请使用oxide.grant <user or group> <name or steam id> <permission>。要删除权限,请使用oxide.revoke <user or group> <name or steam id> <permission>。autosignmoderation.whitelist - bypass sign checks
设置
有两种主要的调节模式。第一个是审核API,它是开放AI的免费API端点。这种模式的选择有限,一般来说,它最适合性和暴力类型的内容。高级审核API使用gpt-4o-mini模型。这是一种付费模式,每个请求都将花费最终用户。这个插件的设计是为了降低使用付费模式的成本,取决于图像大小,每幅图像的成本接近每100张图像0.15美元 (更多关于这一点在FAQ中)。
代码:
{
"Image Size 25 - 100%": 50.0,
"Image Quality 25 - 100%": 75.0,
"Sign Update Cooldown (seconds)": 5.0,
"Player Moderated Cooldown (seconds)": 300.0,
"Hide signs while being checked": true,
"Use Temp Loading Image": false,
"Temp Loading Image URL:": "https://i.postimg.cc/4NNrqT2x/pngegg-2.png",
"Logging Mode Only": false,
"Send Player Chat Warnings": false,
"Batch Mode - Disables hiding of signs": {
"Check images in batches (Advance Mode Only)": true,
"Batch Image Check Rate (Minutes)": 15.0,
"Minimum images to batch check": 3.0,
"Max checks to bypass minimum images 0 = no bypass": 4.0
},
"Discord Settings": {
"Log to Discord": false,
"Log moderated Images to Discord (WARNING THIS MAY SEND NSFW CONTENT TO YOUR DISCORD)": false,
"Discord Webhook": "https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks",
"Discord Username": "Sign Moderator",
"Server Name": "",
"Avatar URL": "https://i.ibb.co/sQ10728/Loading-Pls-Wait2.png"
},
"Moderation API (Free) - Limited Options": {
"Enable": true,
"Open AI Token": "https://openai.com/index/openai-api/",
"Cooldown between API Checks (seconds)": 1.0,
"Block images of harassment": true,
"Block images of harassment/threatening": true,
"Block images of sexual": true,
"Block images of hate": true,
"Block images of hate/threatening": true,
"Block images of illicit": true,
"Block images of illicit/violent": true,
"Block images of self-harm/intent": true,
"Block images of self-harm/instructions": true,
"Block images of self-harm": true,
"Block images of sexual/minors": true,
"Block images of violence": true,
"Block images of violence/graphic": true
},
"Advance Moderation API (Paid)": {
"Enable GPT Model (WARNING THIS IS PAID PLEASE READ DOCS)": false,
"Open AI Token": "https://openai.com/index/openai-api/",
"Cooldown between API Checks (seconds)": 1.0,
"Model (Don't change this if you dont know what it is)": "gpt-4o-mini",
"Content to moderate": "Pornography, Hate Speech, Child Exploitation, Racist images signs text or symbols, Words like nigger, symbols which resemble swastikas"
}
}