Reduced punishment for trying to send an IP address.
Now muting these messages without banning right away.
This commit is contained in:
parent
09bd3ca139
commit
bb7c73b2f7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user