From 8276e68489764343da2cebdc071683a0cce416f2 Mon Sep 17 00:00:00 2001 From: jay Date: Tue, 11 May 2021 17:59:26 +0500 Subject: [PATCH] feat(informer): :sparkles: add block info based on relative position for players --- lib/plugins/informer.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/plugins/informer.js b/lib/plugins/informer.js index 36eaf1e..b62b808 100644 --- a/lib/plugins/informer.js +++ b/lib/plugins/informer.js @@ -279,6 +279,11 @@ function command(message_parts, player) { } } break + case "me": + if (message_parts[1] in RelativePosEnum) { + block(player, message_parts[1]) + } + break case "e": case "entity": default: