mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
remove execute bypass
rip friend
This commit is contained in:
parent
07c6cf8fde
commit
ce12ba0bc6
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
module.exports = {
|
||||
name: 'executebypass',
|
||||
alias: [],
|
||||
description: 'Execute command bypassed',
|
||||
usage: '<hash> <command>',
|
||||
trusted: 1,
|
||||
execute (bot, username, sender, prefix, args, config, hash, ownerhash, selector) {
|
||||
bot.core.run('minecraft:execute unless entity @s[name= run ] run ' + args.slice(1).join(' '))
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue