disable /clearinv

master
Elkien3 2019-07-07 12:04:47 -05:00
parent 66ada321a9
commit bd4673c8a7
1 changed files with 5 additions and 1 deletions

View File

@ -220,7 +220,11 @@ minetest.register_chatcommand("pulverize", {
minetest.chat_send_player(name, "/pulverize is disabled!! Use a trash bin or drop the item.")
end
})
minetest.register_chatcommand("clearinv", {
func = function(name, param)
minetest.chat_send_player(name, "/clearinv is disabled!!")
end
})
minetest.register_chatcommand("grief_check", {
params = "[<range>] [<hours>] [<limit>]",
description = "Check who last touched a node or a node near it"