feat: add UnloadActorClean

This commit is contained in:
EpsilonZunsat
2025-03-25 19:40:55 +08:00
Unverified
parent 9e5ab45953
commit 5bca67d884
5 changed files with 34 additions and 0 deletions
+5
View File
@@ -91,5 +91,10 @@ struct Config {
int CheckDelay = 30;
int Percentage = 50;
} VoteClean;
struct Unload_Actor_Clean {
bool Enabled = false;
std::vector<std::string> CleanList = {"minecraft:iron_golem", "minecraft:zombie_pigman"};
} UnloadActorClean;
};
} // namespace Cleaner