summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/Debuggers/Info.lua
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2017-05-27 19:22:09 +0200
committerGitHub <noreply@github.com>2017-05-27 19:22:09 +0200
commit226272fc63297b4477ae43f217a83d7f08701b45 (patch)
tree03483733ed0faa350951064d27c4eb5febe0bfec /Server/Plugins/Debuggers/Info.lua
parentAdd rank prefix and suffix to player name in chat (#3730) (diff)
downloadcuberite-226272fc63297b4477ae43f217a83d7f08701b45.tar
cuberite-226272fc63297b4477ae43f217a83d7f08701b45.tar.gz
cuberite-226272fc63297b4477ae43f217a83d7f08701b45.tar.bz2
cuberite-226272fc63297b4477ae43f217a83d7f08701b45.tar.lz
cuberite-226272fc63297b4477ae43f217a83d7f08701b45.tar.xz
cuberite-226272fc63297b4477ae43f217a83d7f08701b45.tar.zst
cuberite-226272fc63297b4477ae43f217a83d7f08701b45.zip
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 dea656837..e3b0beee1 100644
--- a/Server/Plugins/Debuggers/Info.lua
+++ b/Server/Plugins/Debuggers/Info.lua
@@ -34,6 +34,12 @@ g_PluginInfo =
Handler = HandleClientVersionCmd,
HelpString = "Shows your client's protocol version",
},
+ ["/come"] =
+ {
+ Permission = "debuggers.come",
+ Handler = HandleComeCmd,
+ HelpString = "Instruct the mob you're looking at to navigate to your position",
+ },
["/compo"] =
{
Permission = "debuggers",