<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Watchdog Announcement]]></title><description><![CDATA[<h1>Watchdog Announcement</h1>
<pre><code>function randomInteger(min, max) {
    return Math.floor(Math.random() * (max - min + 1)) + min;
}
var script = registerScript({
    name: 'Watchdog',
    version: '0.0.0',
    authors: ['Shurpe']
});
script.registerModule({
    name: 'Watchdog',
    category: 'Fun', 
    description: ''
	
}, function (module) {
    module.on('update', function() {
        if (mc.thePlayer.ticksExisted % 6000 == 0) {
            Chat.print('')
            Chat.print('§4[§4WATCHDOG ANNOUNCEMENT]')
            Chat.print('Watchdog has banned §c§l' + randomInteger(1, 99) + ',' + randomInteger(100, 999) + ' §rplayers in the last 7 days.')
            Chat.print('Staff have banned an additional §c§l' + randomInteger(1, 99) + ',' + randomInteger(100, 999) + ' §rin the last 7 days.')
            Chat.print('§cBlacklisted modifications are a bannable offence!')
            Chat.print('')
        }
    });
});
</code></pre>
]]></description><link>https://forum.liquidbounce.net/topic/1810/watchdog-announcement</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 17:19:56 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/1810.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 04 Apr 2021 19:09:16 GMT</pubDate><ttl>60</ttl></channel></rss>