Debuggers: Sorted the Info.lua commands.
This commit is contained in:
parent
4e9da46a85
commit
3c8affeee8
@ -22,6 +22,12 @@ g_PluginInfo =
|
||||
Handler = HandleArrowCmd,
|
||||
HelpString = "Creates an arrow going away from the player"
|
||||
},
|
||||
["/blk"] =
|
||||
{
|
||||
Permission = "debuggers",
|
||||
Handler = HandleBlkCmd,
|
||||
HelpString = "Gets info about the block you are looking at"
|
||||
},
|
||||
["/compo"] =
|
||||
{
|
||||
Permission = "debuggers",
|
||||
@ -172,6 +178,12 @@ g_PluginInfo =
|
||||
Handler = HandleStarveCmd,
|
||||
HelpString = "Sets the food level to zero"
|
||||
},
|
||||
["/teams"] =
|
||||
{
|
||||
Permission = "debuggers",
|
||||
Handler = HandleTeamsCmd,
|
||||
HelpString = "List the teams"
|
||||
},
|
||||
["/testwnd"] =
|
||||
{
|
||||
Permission = "debuggers",
|
||||
@ -202,18 +214,6 @@ g_PluginInfo =
|
||||
Handler = HandleRemoveXp,
|
||||
HelpString = "Remove all xp"
|
||||
},
|
||||
["/blk"] =
|
||||
{
|
||||
Permission = "debuggers",
|
||||
Handler = HandleBlkCmd,
|
||||
HelpString = "Gets info about the block you are looking at"
|
||||
},
|
||||
["/teams"] =
|
||||
{
|
||||
Permission = "debuggers",
|
||||
Handler = HandleTeamsCmd,
|
||||
HelpString = "List the teams"
|
||||
},
|
||||
}, -- Commands
|
||||
|
||||
ConsoleCommands =
|
||||
|
Loading…
x
Reference in New Issue
Block a user