aboutsummaryrefslogtreecommitdiff
path: root/constants/PlayerChatFilter.json
blob: 8b3e012dfcf0f64ca0b4f480125f3e7439bb81c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
  "filters": [
    {
      "description": "Player is advertising their lowballing",
      "contains": [
        "lowballing",
        "lowbal",
        "lowwbal"
      ],
      "containsWord": [
        "low balling",
        "loballing"
      ]
    },
    {
      "description": "Player is looking for a lowballer",
      "contains": [
        "lowballer"
      ]
    },
    {
      "description": "Player wants to buy stuff",
      "containsWord": [
        "buying",
        "i buy"
      ]
    },
    {
      "description": "Player wants to sell stuff",
      "contains": [
        "check my ah",
        "on my ah"
      ],
      "containsWord": [
        "sell",
        "selling",
        "sellng",
        "sellomg",
        "seling",
        "my ah",
        "my ahh",
        "low price",
        "bid on",
        "to buy",
        "my /ah",
        "i buy",
        "check out my auction",
        "on /ah",
        "buy quickly for",
        "buy my auction",
        "on ah"
      ]
    },
    {
      "description": "Player wants to advertise a minion shop",
      "containsWord": [
        "minion shop"
      ]
    },
    {
      "description": "Player wants to quit skyblock",
      "containsWord": [
        "quitting skyblock"
      ]
    },
    {
      "description": "Player wants to apply reforge stone",
      "containsWord": [
        "applying reforges",
        "mining 30 to apply",
        "apply spiritual to"
      ]
    },
    {
      "description": "Player wants to sell building island farms",
      "containsWord": [
        "building your farms",
        "building farms"
      ]
    },
    {
      "description": "Player asks for free stuff",
      "contains": [
        "at map"
      ],
      "containsWord": [
        "upgrade my",
        "fund me",
        "donate me",
        "can someone give me",
        "got scammed",
        "dirt to hyp",
        "give me plz"
      ]
    }
  ]
}