summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/Debuggers/Debuggers.lua
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-03-31 22:51:14 +0200
committermadmaxoft <github@xoft.cz>2014-03-31 22:51:14 +0200
commit8126d9e66ef1ac90db2660ae357c9aa1c14c7126 (patch)
tree50b5d1fe0106761a31de387f4574b592bc9fb28d /MCServer/Plugins/Debuggers/Debuggers.lua
parentAPIDump: Added code completion support file to ZBS tutorial. (diff)
downloadcuberite-8126d9e66ef1ac90db2660ae357c9aa1c14c7126.tar
cuberite-8126d9e66ef1ac90db2660ae357c9aa1c14c7126.tar.gz
cuberite-8126d9e66ef1ac90db2660ae357c9aa1c14c7126.tar.bz2
cuberite-8126d9e66ef1ac90db2660ae357c9aa1c14c7126.tar.lz
cuberite-8126d9e66ef1ac90db2660ae357c9aa1c14c7126.tar.xz
cuberite-8126d9e66ef1ac90db2660ae357c9aa1c14c7126.tar.zst
cuberite-8126d9e66ef1ac90db2660ae357c9aa1c14c7126.zip
Diffstat (limited to 'MCServer/Plugins/Debuggers/Debuggers.lua')
-rw-r--r--MCServer/Plugins/Debuggers/Debuggers.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/MCServer/Plugins/Debuggers/Debuggers.lua b/MCServer/Plugins/Debuggers/Debuggers.lua
index 2cb014875..2619bd6c4 100644
--- a/MCServer/Plugins/Debuggers/Debuggers.lua
+++ b/MCServer/Plugins/Debuggers/Debuggers.lua
@@ -75,6 +75,15 @@ function Initialize(Plugin)
-- TestPluginCalls();
TestBlockAreasString()
+
+ --[[
+ -- Test cCompositeChat usage in console-logging:
+ LOGINFO(cCompositeChat("This is a simple message with some @2 color formatting @4 and http://links.to .")
+ :AddSuggestCommandPart("(Suggested command)", "cmd")
+ :AddRunCommandPart("(Run command)", "cmd")
+ :SetMessageType(mtInfo)
+ )
+ --]]
return true
end;