From b4060be3a45337c39ac5486accd19fc1ebf397fe Mon Sep 17 00:00:00 2001 From: Mattes D Date: Tue, 31 Mar 2020 13:25:44 +0200 Subject: Added a /boom command to Debuggers. (#4592) --- Server/Plugins/Debuggers/Info.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Server/Plugins/Debuggers/Info.lua') diff --git a/Server/Plugins/Debuggers/Info.lua b/Server/Plugins/Debuggers/Info.lua index b9eb0eeda..30dfd8528 100644 --- a/Server/Plugins/Debuggers/Info.lua +++ b/Server/Plugins/Debuggers/Info.lua @@ -22,12 +22,21 @@ g_PluginInfo = Handler = HandleArrowCmd, HelpString = "Creates an arrow going away from the player" }, + ["/blk"] = { Permission = "debuggers", Handler = HandleBlkCmd, HelpString = "Gets info about the block you are looking at" }, + + ["/boom"] = + { + Permission = "debuggers", + Handler = HandleBoomCmd, + HelpString = "Playes a sound and displays an effect at the player's position", + }, + ["/clientversion"] = { Permission = "debuggers", -- cgit v1.2.3