feat(informer): ✨ various improvements and fixes
Feat: - Letter aliases for subcommands. - Most recent command when no input. - Start player relative info stub. Fix: - Player username not shown.
This commit is contained in:
@@ -331,7 +331,7 @@ function command(username, message) {
|
||||
}
|
||||
break
|
||||
case "info":
|
||||
cfg.plugins.informer.command(message_parts.splice(1))
|
||||
cfg.plugins.informer.command(message_parts.splice(1), player)
|
||||
break
|
||||
// case "use":
|
||||
// bot.useOn(bot.nearestEntity())
|
||||
|
||||
Reference in New Issue
Block a user