Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rssAdBlock (adblock)

Category:script
Author(s):Drakath
Downloads:778
Rate:You need to be logged in to vote
Rating:4.4 (24 Votes)
Description:
For this resource to work, type this in the console: aclrequest allow adblock function.banPlayer

This resource will ban players who try to advertise other servers. Their message will not show up in the chat but will be logged in the server.log

Key features:
IPv4 and IPv6 detection
Private chat control (/msg)
Blacklist specific words or server names
Exclude specific ACL groups
Settings for each feature

You can modify ban duration, ban type (IP, serial or both) and enable or disable each feature.

To change AdBlock settings, open the Admin Panel -> Resources. Find AdBlock and click the settings button.

IPv6 detection is disabled by default since MTA does not yet support it, however it might prove useful in the future.

Admins, Moderators and SuperModerators are allowed to advertise by default, however you can change that in the settings.

There is an exported function to detect ads: isAdvertisement(string)
You can use this function if you have any custom chat scripts.

For example:
if exports.adblock:isAdvertisement(message) then
-- do something
end
...

(more)

Download latest version | Report

Version history

Version Publish Date Changes
1.1.0 2018-01-27 17:43:16 Resource settings will now take effect immediately Download
1.0.0 2017-08-12 13:50:01 First public release Download