summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/NetworkTest/Info.lua
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-02-22 10:51:16 +0100
committerMattes D <github@xoft.cz>2015-02-22 10:51:16 +0100
commitc758482ece08e7b393e343464bf9a2c2d74bf34f (patch)
tree0aa3dc3c9ce3715215f3b14cbe80c188a7047891 /MCServer/Plugins/NetworkTest/Info.lua
parentDoor handler: Removed needless check. (diff)
downloadcuberite-c758482ece08e7b393e343464bf9a2c2d74bf34f.tar
cuberite-c758482ece08e7b393e343464bf9a2c2d74bf34f.tar.gz
cuberite-c758482ece08e7b393e343464bf9a2c2d74bf34f.tar.bz2
cuberite-c758482ece08e7b393e343464bf9a2c2d74bf34f.tar.lz
cuberite-c758482ece08e7b393e343464bf9a2c2d74bf34f.tar.xz
cuberite-c758482ece08e7b393e343464bf9a2c2d74bf34f.tar.zst
cuberite-c758482ece08e7b393e343464bf9a2c2d74bf34f.zip
Diffstat (limited to 'MCServer/Plugins/NetworkTest/Info.lua')
-rw-r--r--MCServer/Plugins/NetworkTest/Info.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/MCServer/Plugins/NetworkTest/Info.lua b/MCServer/Plugins/NetworkTest/Info.lua
index 52422d427..d8c3095fe 100644
--- a/MCServer/Plugins/NetworkTest/Info.lua
+++ b/MCServer/Plugins/NetworkTest/Info.lua
@@ -50,6 +50,12 @@ g_PluginInfo =
}, -- ParameterCombinations
}, -- close
+ ips =
+ {
+ HelpString = "Prints all locally available IP addresses",
+ Handler = HandleConsoleNetIps,
+ }, -- ips
+
listen =
{
HelpString = "Creates a new listening socket on the specified port with the specified service attached to it",