server int EnableCorpseCleanup = 1; //Enables the cleanup of monster corpses from the map. Set to 0 to disable if hosting alongside another mod that has its own cleanup system.
server int EnableItemCleanup = 1; //Enables the cleanup of item drops from the map. Set to 0 to disable if hosting alongside another mod that has its own cleanup system.
server int ClearTime = 120; //Time to wait (in seconds) before removing Corpses and Items from the map.
noarchive server int ShowActorName = 0; //Enable to print the name of the actor being stored in the array. Useful to figure out what needs blacklisting.
noarchive server int ShowActorCount = 0; //Enable to get a printout of how many actors are currently stored in the array.

//Below CVARs allow admin to blacklist actors of their choosing from being cleaned up from the map.
server string BlacklistItem1;
server string BlacklistItem2;
server string BlacklistItem3;
server string BlacklistItem4;
server string BlacklistItem5;
server string BlacklistItem6;
server string BlacklistItem7;
server string BlacklistItem8;
server string BlacklistItem9;
server string BlacklistItem10;
server string BlacklistItem11;
server string BlacklistItem12;
server string BlacklistItem13;
server string BlacklistItem14;
server string BlacklistItem15;
server string BlacklistItem16;
server string BlacklistItem17;
server string BlacklistItem18;
server string BlacklistItem19;
server string BlacklistItem20;
server string BlacklistItem21;
server string BlacklistItem22;
server string BlacklistItem23;
server string BlacklistItem24;
server string BlacklistItem25;
server string BlacklistItem26;
server string BlacklistItem27;
server string BlacklistItem28;
server string BlacklistItem29;
server string BlacklistItem30;
server string BlacklistItem31;
server string BlacklistItem32;
server string BlacklistItem33;
server string BlacklistItem34;
server string BlacklistItem35;
server string BlacklistItem36;
server string BlacklistItem37;
server string BlacklistItem38;
server string BlacklistItem39;
server string BlacklistItem40;
server string BlacklistItem41;
server string BlacklistItem42;
server string BlacklistItem43;
server string BlacklistItem44;
server string BlacklistItem45;
server string BlacklistItem46;
server string BlacklistItem47;
server string BlacklistItem48;
server string BlacklistItem49;
server string BlacklistItem50;