Jafacakes10 ee9f2ce3ff Changed to 4.0.0
All files containing versions changed to 4.0.0 - all files
2024-11-05 20:19:11 +00:00

7 lines
332 B
Lua

minetest.register_chatcommand("ver", {
description = "This will display JCA version information",
func = function(name)
local player
minetest.chat_send_player(name, "This server is running: Jafa Command Assistant: 4.0.0 -- For more info go to jca.jafacakes10.co.uk -- Thank you for downloading!")
end,
})