summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/HookNotify/HookNotify.lua
diff options
context:
space:
mode:
authorJulian Laubstein <julianlaubstein@yahoo.de>2016-01-02 00:47:42 +0100
committerJulian Laubstein <julianlaubstein@yahoo.de>2016-01-02 00:47:42 +0100
commit5c004e375a7c4fab9cbfeb36d63a788bbc883513 (patch)
treeabedc9b67734d9e37a36894b9331ae869d3adb61 /Server/Plugins/HookNotify/HookNotify.lua
parentMerge pull request #2838 from cuberite/clang-3.8-ignore-flag (diff)
parentUpdated plugins with the rename to Cuberite. (diff)
downloadcuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar
cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.gz
cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.bz2
cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.lz
cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.xz
cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.zst
cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.zip
Diffstat (limited to 'Server/Plugins/HookNotify/HookNotify.lua')
-rw-r--r--Server/Plugins/HookNotify/HookNotify.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/HookNotify/HookNotify.lua b/Server/Plugins/HookNotify/HookNotify.lua
index 411dbebbd..33b1a80a8 100644
--- a/Server/Plugins/HookNotify/HookNotify.lua
+++ b/Server/Plugins/HookNotify/HookNotify.lua
@@ -5,7 +5,7 @@
Implements the entire plugin
NOTE: This plugin is not meant for production servers. It is used mainly by developers to verify that things
-are working properly when implementing MCServer features. Do not enable this plugin on production servers!
+are working properly when implementing Cuberite features. Do not enable this plugin on production servers!
This plugin logs a notification for each hook that is being called by the server.
The TICK and WORLD_TICK hooks are disabled because they produce too much output.