mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
among us line break thingy
This commit is contained in:
parent
8b912f4f9b
commit
14156604f3
4 changed files with 5 additions and 11 deletions
|
@ -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(' '));
|
||||
},
|
||||
};
|
||||
|
|
|
@ -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}]`);
|
||||
},
|
||||
};
|
||||
|
|
|
@ -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(' ')}`);
|
||||
},
|
||||
};
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue