diff options
Diffstat (limited to 'constants/PlayerChatFilter.json')
-rw-r--r-- | constants/PlayerChatFilter.json | 78 |
1 files changed, 43 insertions, 35 deletions
diff --git a/constants/PlayerChatFilter.json b/constants/PlayerChatFilter.json index 168e1dd..2811542 100644 --- a/constants/PlayerChatFilter.json +++ b/constants/PlayerChatFilter.json @@ -3,46 +3,32 @@ { "description": "Player is advertising their lowballing", "contains": [ - "lowballing", - "lowbal", - "lowwbal", - "lo-ballin" + "low balling", + "lowbal" ], "containsWord": [ - "low balling", - "loballing" - ] - }, - { - "description": "Player is looking for a lowballer", - "contains": [ - "lowballer" + "lowwbal", + "lo-ballin", + "loballin", + "lowblling" ] }, { "description": "Player wants to buy stuff", - "containsWord": [ - "buying", + "contains": [ "i buy", - "someone sells" + "someone sells", + "buying" ] }, { "description": "Player wants to sell stuff", "contains": [ - "check my ah", "my ah", + "my auction", "on ah", "selling", - "pls buy my", - "on my ah" - ], - "containsWord": [ - "sell", - "sellng", - "sellomg", - "seling", - "my ahh", + "buy my", "low price", "bid on", "to buy", @@ -50,26 +36,31 @@ "i buy", "check out my auction", "on /ah", - "buy quickly for", - "buy my auction" + "buy quickly for" + ], + "containsWord": [ + "sell", + "sellng", + "sellomg", + "seling" ] }, { "description": "Player wants to advertise a minion shop", - "containsWord": [ + "contains": [ "minion shop", "minion store" ] }, { "description": "Player wants to quit skyblock", - "containsWord": [ + "contains": [ "quitting skyblock" ] }, { "description": "Player wants to apply reforge stone", - "containsWord": [ + "contains": [ "applying reforges", "mining 30 to apply", "apply spiritual to" @@ -77,7 +68,7 @@ }, { "description": "Player wants to sell building island farms", - "containsWord": [ + "contains": [ "building your farms", "building farms" ] @@ -85,9 +76,7 @@ { "description": "Player asks for free stuff", "contains": [ - "at map" - ], - "containsWord": [ + "at map", "upgrade my", "fund me", "donate me", @@ -96,6 +85,25 @@ "dirt to hyp", "give me plz" ] + }, + { + "description": "Player asks for free stuff", + "contains": [ + "at map", + "upgrade my", + "fund me", + "donate me", + "can someone give me", + "got scammed", + "dirt to hyp", + "give me plz" + ] + }, + { + "description": "Player want you to visit them", + "contains": [ + "visit me" + ] } ] -} +}
\ No newline at end of file |