mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
don't forget to do self_care real
This commit is contained in:
parent
9ad2235097
commit
2116a7bab0
1 changed files with 5 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue