From bdedab15c94956cbc74045ab242fd300d25f39e7 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Thu, 9 Apr 2020 22:25:20 +0200 Subject: Falling blocks can now be spawned at any position. (#4620) * Falling blocks can now be spawned at any position. * Added a /cake command to Debuggers that throws a cake in a nice slow arc. * Fixed regular falling blocks. --- Server/Plugins/Debuggers/Info.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Server/Plugins/Debuggers/Info.lua') diff --git a/Server/Plugins/Debuggers/Info.lua b/Server/Plugins/Debuggers/Info.lua index 30dfd8528..734b27e97 100644 --- a/Server/Plugins/Debuggers/Info.lua +++ b/Server/Plugins/Debuggers/Info.lua @@ -37,6 +37,13 @@ g_PluginInfo = HelpString = "Playes a sound and displays an effect at the player's position", }, + ["/cake"] = + { + Permission = "debuggers", + Handler = HandleCakeCmd, + HelpString = "Throws a cake in the direction the player's looking, in a slow arc.", + }, + ["/clientversion"] = { Permission = "debuggers", -- cgit v1.2.3