don't forget to do self_care real

This commit is contained in:
ChomeNS 2022-08-20 15:18:54 +07:00
parent 9ad2235097
commit 2116a7bab0

View file

@ -60,10 +60,12 @@ function inject(bot) {
return;
}
if (!vanish) bot.chat('/essentials:vanish enable');
if (!cspy) bot.chat('/commandspy:commandspy on');
if (bot.options.host!=='mc.chomens41793.ga') {
if (!vanish) bot.chat('/essentials:vanish enable');
if (!cspy) bot.chat('/commandspy:commandspy on');
if (!prefix) bot.chat('/extras:prefix &8[&eChomeNS Bot&8]');
}
if (gameMode !== 1) bot.chat('/minecraft:gamemode creative @s[type=player]');
if (!prefix) bot.chat('/extras:prefix &8[&eChomeNS Bot&8]');
if (muted) bot.chat('/essentials:mute ' + bot.uuid);
}, 2000);