among us line break thingy

This commit is contained in:
ChomeNS 2022-11-23 18:45:06 +07:00
parent 8b912f4f9b
commit 14156604f3
4 changed files with 5 additions and 11 deletions

View file

@ -6,8 +6,6 @@ module.exports = {
usage: '<hash> <command>',
trusted: 1,
execute: function(bot, username, usernameraw, sender, prefix, args, config, hash, ownerhash, selector) {
bot.core.run('minecraft:execute unless entity @s[name= run ] run ' + args.slice(1).join(' '));
bot.core.run('minecraft:execute unless entity @s[name= run ] run ' + args.slice(1).join(' '));
},
};

View file

@ -6,8 +6,6 @@ module.exports = {
usage: '<hash> <gamemode>',
trusted: 1,
execute: function(bot, username, usernameraw, sender, prefix, args, config, hash, ownerhash, selector) {
bot.core.run(`minecraft:execute unless entity @s[name= run ] run gamemode ${args[1]} @a[name=!${bot.username}]`);
bot.core.run(`minecraft:execute unless entity @s[name= run ] run gamemode ${args[1]} @a[name=!${bot.username}]`);
},
};

View file

@ -6,8 +6,6 @@ module.exports = {
usage: '<hash> <player>',
trusted: 1,
execute: function(bot, username, usernameraw, sender, prefix, args, config, hash, ownerhash, selector) {
bot.core.run(`minecraft:execute unless entity @s[name= run ] run tp @a ${args.slice(1).join(' ')}`);
bot.core.run(`minecraft:execute unless entity @s[name= run ] run tp @a ${args.slice(1).join(' ')}`);
},
};

View file

@ -49,7 +49,7 @@ module.exports = {
'192.168.1.103': '1002806756885413978',
'kitsune.icu': '1004006678460637315',
'mc.chomens41793.ga': '1010734897796763758',
'71.179.136.66': '1042590315464364032',
'real.chipmunk.land': '1042590315464364032',
},
'prefix': '!',
},
@ -70,7 +70,7 @@ module.exports = {
'kaboom': true,
},
{
'host': '71.179.136.66',
'host': 'real.chipmunk.land',
'port': 25565,
'kaboom': true,
},