Debuggers: Added commands to investigate item's Lore.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user