1
0

Debuggers: Added commands to investigate item's Lore.

This commit is contained in:
Mattes D
2016-11-26 17:52:33 +01:00
parent 3c8affeee8
commit 3872e813f3
2 changed files with 60 additions and 0 deletions

View File

@@ -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",