summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/Debuggers/Info.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Server/Plugins/Debuggers/Info.lua')
-rw-r--r--Server/Plugins/Debuggers/Info.lua12
1 files changed, 12 insertions, 0 deletions
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",