module.exports = function(vanillaclient, client, server, data) { if(data.particles > 20) { data.particles = 20; return data; } };