//======================================== // // 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" "AntiBlock" "script" "AntiBlock" "concommandns" "antiblock" } "plugin" { "name" "RockTheVote" "script" "RockTheVote/RockTheVote" "concommandns" "rtv" } "plugin" { "name" "doom_maps" "script" "../maps/doom/doom_plugin" } // "plugin" // { // "name" "rpg_mod" // "script" "rpg_mod" // } }