local path = minetest.get_modpath("player_levels") -- Leveling core API dofile(path.."/api.lua") -- Leveling core Commands dofile(path.."/commands.lua")