NoSPAM
#1
Tired of spammers and spambots? Too lazy to kick/ban them all? This plugin prevents spammers and kicks them, so you don't need to do anything.

Features
-In general: No more spammers.
-Prevents players from sending duplicate messages and kicks them
-Prevents players from sending too much messages in a short time and kicks them (prevents random messages spambots)

Permissions
nospam.bypass --Bypass security

Install/configuration
-Just place in Plugins folder, that's all!, no more spammers.


Attached Files
.zip   NoSPAM.zip (Size: 967 bytes / Downloads: 440)
Reply
Thanks given by:
#2
Good plugin.

You can simplify this:
Code:
local ForEachWorld = function(World)
    World:ForEachPlayer(ForEachPlayer)
end
cRoot:Get():ForEachWorld(ForEachWorld)
to this:
Code:
cRoot:Get():ForEachPlayer(ForEachPlayer)
Reply
Thanks given by:
#3
Not only simplify, it makes the plugin safer. The first variant has a high chance of causing a deadlock in the server.
Reply
Thanks given by:
#4
Done, thanks.
Reply
Thanks given by:
#5
New update
-Bypass permission.
-Clear variables on player disconnect.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)