Reduced punishment for trying to send an IP address.
Now muting these messages without banning right away.
This commit is contained in:
@@ -284,7 +284,7 @@ class PlayerEventHandler implements Listener
|
||||
if(GriefPrevention.instance.containsBlockedIP(message))
|
||||
{
|
||||
//spam notation
|
||||
playerData.spamCount+=5;
|
||||
playerData.spamCount+=1;
|
||||
spam = true;
|
||||
|
||||
//block message
|
||||
|
||||
Reference in New Issue
Block a user