Hello, could you help me, please, with config? I'd like to have Monday as a PVP week day, players can kill players, everything is raidable except of TC. How can I prevent only TC damage in config?No Zone Manager.
TC unraidable
that depends on your config really. in a normal use case you would create a tc entity group, and a rule to block that damage. that would go in your pvp ruleset.nothing can hurt tc
{
"name": "tc",
"members": "cupboard.tool.deployed",
"exclusions": ""
}, Thank you so much, that is what I need <3
no problem
ideally you'd put cupboard.tool.deployed in an entity group with other entities that are allowed to take damage. then the plugin does not have to evaluate so many rules and entity groups, saving on performance.