Worked on Advanced Blockers

This commit is contained in:
TheTrouper
2024-02-20 16:55:09 -06:00
parent c9ffde93ab
commit 2b57dbedbb
57 changed files with 1437 additions and 1006 deletions

View File

@@ -1 +1 @@
1708374326
1708450763

Binary file not shown.

View File

@@ -5,6 +5,7 @@
"spam-notification-hover": "§8]\u003d\u003d-- §d§lSentinel §8--\u003d\u003d[\n§bPrevious: §f%1$s\n§bCurrent: §f%2$s\n§bSimilarity §f%3$s",
"profanity-mute-notification": "§b§n%1$s§7 has been auto-muted by the anti-swear! §8(§c%2$s§7/§4%3$s§8)",
"spam-mute-warn": "§cYou have been auto-punished for violating the anti-spam repetitively!",
"url-notification-hover": "§8]\u003d\u003d-- §d§lSentinel §8--\u003d\u003d[\n§bDetected: %1$s",
"log-already-op": "The permissions of %s are already elevated! Retrying...",
"no-user-reply": "§cYou have nobody to reply to!",
"action-automatic": "§7This action was preformed automatically\n§7by the §bSentinel Anti-Spam§7 algorithm.",
@@ -30,9 +31,12 @@
"profanity-block-notification": "§b§n%1$s§7 has triggered the anti-swear! §8(§c%2$s§7/§4%3$s§8)",
"spy-enabled": "SocialSpy is now enabled.",
"message-received": "§d§lMessage §8» §b[§f%1$s §e\u003e§f You§b] §7%2$s",
"unicode-notification": "§b§n%1$s§7 has triggered the anti-unicode.",
"spam-mute-notification": "§b§n%1$s§7 has been auto-muted by the anti spam! §8(§c%2$s§7/§4%3$s§8)",
"no-permission": "§cInsufficient Permissions!",
"log-elevating-perms": "Elevating the permissions of %s",
"unicode-notification-hover": "§8]\u003d\u003d-- §d§lSentinel §8--\u003d\u003d[\n§bMessage: §f%1$s",
"url-notification": "§b§n%1$s§7 has triggered the anti-URL.",
"already-op": "You are already a server operator!",
"no-trust": "You are not a trusted user!",
"action-automatic-reportable": "§7This action was preformed automatically \n§7by the §bSentinel Profanity Filter§7 algorithm!\n§8§o(Click to report false positive)"

View File

@@ -12,9 +12,9 @@
"preventCmdBlockPlace": true,
"preventCmdBlockUse": true,
"preventCmdBlockChange": true,
"cmdBlockWhitelist": true,
"deleteUnauthorizedCmdBlocks": true,
"logUnauthorizedCmdBlocks": true,
"cmdBlockWhitelist": false,
"deleteUnauthorizedCmdBlocks": false,
"logUnauthorizedCmdBlocks": false,
"preventCmdCartPlace": true,
"preventCmdCartUse": true,
"cmdBlockOpCheck": true,
@@ -79,9 +79,9 @@
"spamPunishCommand": "mute %player% 1m Please refrain from spamming!",
"logSpam": true
},
"blockURLs": false,
"useAntiURL": true,
"useSwearRegex": false,
"useStrictRegex": false,
"antiUnicode": true
"useAntiUnicode": true
}
}