arena_lib.initialize("call of Zughy") arena_lib.settings("call of Zughy", { prefix = "[CoZ] ", hub_spawn_point = { x = 5, y = 10, z = 4 }, queue_waiting_time = 10, show_minimap = true, properties = { most_wins_player = " ", }, temp_properties = { kill_leader = " ", } }) --arena_lib.update_properties("call of Zughy") --REMOVE THE COMMENT IF YOU ADDED NEW PROPERTIES AND YOU NEED TO ADD THEM TO YOUR OLD ARENAS -- load other scripts dofile(minetest.get_modpath("call of Zughy") .. "/foo.lua") dofile(minetest.get_modpath("call of Zughy") .. "/whatever.lua")