remove execute bypass

rip friend
This commit is contained in:
ChomeNS 2023-01-16 10:20:31 +07:00
parent 07c6cf8fde
commit ce12ba0bc6

View file

@ -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(' '))
}
}