Set this: set lua_allowedModules "chat.lua rename.lua" to this: set lua_allowedModules "" This is common misunderstanding with Lua configurations. The allowed modules is an option which allows adding SHA1 signatures of loaded modules. I.e. it checs that the modules are proper. But if you don't have the signatures, then this can be left empty and all modules are loaded.