Cuberite Forum

Full Version: NoSPAM
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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)
Not only simplify, it makes the plugin safer. The first variant has a high chance of causing a deadlock in the server.
Done, thanks.
New update
-Bypass permission.
-Clear variables on player disconnect.