aboutsummaryrefslogtreecommitdiff
path: root/constants/PlayerChatFilter.json
blob: 281154218c346cbc42c273a6b103e7c91a98c183 (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
98
99
100
101
102
103
104
105
106
107
108
109
{
  "filters": [
    {
      "description": "Player is advertising their lowballing",
      "contains": [
        "low balling",
        "lowbal"
      ],
      "containsWord": [
        "lowwbal",
        "lo-ballin",
        "loballin",
        "lowblling"
      ]
    },
    {
      "description": "Player wants to buy stuff",
      "contains": [
        "i buy",
        "someone sells",
        "buying"
      ]
    },
    {
      "description": "Player wants to sell stuff",
      "contains": [
        "my ah",
        "my auction",
        "on ah",
        "selling",
        "buy my",
        "low price",
        "bid on",
        "to buy",
        "my /ah",
        "i buy",
        "check out my auction",
        "on /ah",
        "buy quickly for"
      ],
      "containsWord": [
        "sell",
        "sellng",
        "sellomg",
        "seling"
      ]
    },
    {
      "description": "Player wants to advertise a minion shop",
      "contains": [
        "minion shop",
        "minion store"
      ]
    },
    {
      "description": "Player wants to quit skyblock",
      "contains": [
        "quitting skyblock"
      ]
    },
    {
      "description": "Player wants to apply reforge stone",
      "contains": [
        "applying reforges",
        "mining 30 to apply",
        "apply spiritual to"
      ]
    },
    {
      "description": "Player wants to sell building island farms",
      "contains": [
        "building your farms",
        "building farms"
      ]
    },
    {
      "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 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"
      ]
    }
  ]
}