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.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/Server/Plugins/Debuggers/Info.lua b/Server/Plugins/Debuggers/Info.lua
index 486cfd0d9..99d3ebe74 100644
--- a/Server/Plugins/Debuggers/Info.lua
+++ b/Server/Plugins/Debuggers/Info.lua
@@ -259,6 +259,12 @@ g_PluginInfo =
Handler = HandleConsoleTestUrlParser,
HelpString = "Tests the cUrlParser",
},
+
+ ["uuid"] =
+ {
+ Handler = HandleConsoleUuid,
+ HelpString = "Queries the cMojangAPI for a player's UUID",
+ }
}, -- ConsoleCommands
} -- g_PluginInfo