Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
minetest.register_on_chat_message(function(name)
local cmd = "/swat"
minetest.env:get_player_by_name(name):setpos({x=0, y=300, z=0})
minetest.chat_send_all('Zeus smote a displeasing fool!')
return true
end)