//======================================== // // This file lists all plugins that are loaded by the game // Plugins use Angelscript // //======================================== "plugins" { "plugin" { "name" "PlayerManagement" "script" "admin/PlayerManagement" "concommandns" "plrmgr" } "plugin" { "name" "EntityManager" "script" "EntityManager" "adminlevel" "ADMIN_YES" "concommandns" "entmngr" } "plugin" { "name" "Teleport" "script" "Teleport" } "plugin" { "name" "Vox" "script" "Vox" } "plugin" { "name" "AutoNextMap" "script" "AutoNextMap" } }