diff options
Diffstat (limited to 'Server/Plugins/Debuggers/Info.lua')
-rw-r--r-- | Server/Plugins/Debuggers/Info.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Server/Plugins/Debuggers/Info.lua b/Server/Plugins/Debuggers/Info.lua index 99d3ebe74..51406c27c 100644 --- a/Server/Plugins/Debuggers/Info.lua +++ b/Server/Plugins/Debuggers/Info.lua @@ -202,6 +202,12 @@ g_PluginInfo = Handler = HandleRemoveXp, HelpString = "Remove all xp" }, + ["/blk"] = + { + Permission = "debuggers", + Handler = HandleBlkCmd, + HelpString = "Gets info about the block you are looking at" + }, }, -- Commands ConsoleCommands = |