c07399f0ba
Don't show chat messages from ignored user to user who ignored them
auto2021-07-29 22:30:50 +02:00
ead360ee1c
Chance stored party users to a HashMap for easier access
auto2021-07-29 03:21:29 +02:00
fee6b5c72f
Fix user save query inserting unique values multiple times
auto2021-07-29 03:18:37 +02:00
7603bc0db6
Send proper messages when blocking a message
auto2021-07-29 03:18:18 +02:00
fc76d07b4c
Return if matcher.find() OR matcher.matches() is true since one seems to work when it's the only thing in the text, and the other only works when there is other text around it??
auto2021-07-28 22:51:45 +02:00
a2aa2d8b94
Hardcoded 3 character limit for repeated characters (should be configurable)
auto2021-07-28 22:50:58 +02:00
3d5a48dabc
Added HARDCODED messages WHICH SHOULD BE IN CONFIG to alert the user their message was blocked and alert staff a message was blocked and what that message was.
auto2021-07-28 21:57:00 +02:00
9134890538
Don't send chat message if it was blocked
auto2021-07-28 21:42:58 +02:00
70b5f980f0
Make Regex case insensitive
auto2021-07-28 21:26:21 +02:00
001d64b521
Move ChatPlayer to api
len2021-05-13 11:49:47 +02:00
f4c3b0557e
Merge remote-tracking branch 'origin/database' into main
len2021-05-13 09:20:30 +02:00
cec31f675e
Removed regex queries Added nickname query but it's using the wrong connection, needs to either get a connection to the nickname db or something else
auto2021-05-12 23:59:19 +02:00
b8ff6a1fb4
refactor some bits
len2021-05-12 10:43:30 +02:00
21a15c3817
Added queries to store regex, ignored users, parties, and party users Added Party and party user class with all database functionality NOTE: Regex doesn't have a way to be added or edited through the plugin atm. I don't know if that's needed since doing it through minecraft seems a bit odd, we could maybe add it to some discord bot or something in the future though
auto2021-05-11 19:21:48 +02:00