//======================================== // // 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" "AntiRush" "script" "AntiRush" "concommandns" "rush" } "plugin" { "name" "ghosts" "script" "ghosts/ghosts" "concommandns" "ghosts" } "plugin" { "name" "GhostEntity" "script" "ghosts/GhostEntity" } "plugin" { "name" "RockTheVote" "script" "RockTheVote" } // "plugin" // { // "name" "rpg_mod" // "script" "rpg_mod" // } // }