From 3872e813f32398d55d8a038b450fc2faba3b46b6 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sat, 26 Nov 2016 17:52:33 +0100 Subject: Debuggers: Added commands to investigate item's Lore. --- Server/Plugins/Debuggers/Info.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Server/Plugins/Debuggers/Info.lua') diff --git a/Server/Plugins/Debuggers/Info.lua b/Server/Plugins/Debuggers/Info.lua index 6964a9036..06fabad14 100644 --- a/Server/Plugins/Debuggers/Info.lua +++ b/Server/Plugins/Debuggers/Info.lua @@ -100,6 +100,12 @@ g_PluginInfo = Handler = HandleGCCmd, HelpString = "Activates the Lua garbage collector" }, + ["/getlore"] = + { + Permission = "debuggers", + Handler = HandleGetLoreCmd, + HelpString = "Displays the Lore of currently held item", + }, ["/hunger"] = { Permission = "debuggers", @@ -166,6 +172,12 @@ g_PluginInfo = Handler = HandleSched, HelpString = "Schedules a simple countdown using cWorld:ScheduleTask()" }, + ["/setlore"] = + { + Permission = "debuggers", + Handler = HandleSetLoreCmd, + HelpString = "Sets the lore for the item currently in hand", + }, ["/spidey"] = { Permission = "debuggers", -- cgit v1.2.3