Maybe add the option to restrict certain items within TC radius?
If true the list will block anything outside of TC.
If false it will block placement anywhere..
Maybe add the option to restrict certain items within TC radius?
If true the list will block anything outside of TC.
If false it will block placement anywhere..
Hey there! Looking at this again. I know it's been a while.
I want to clarify what you mean:
For example, say we have a global lock boolean, and if that's false, it will only block inside of TC.
If it's true it will block anywhere - regardless of TC?
Is that what you're talking about?
Oh damn. I had completely forgotten about this. But what I meant is an option to only allow deployment of items within the TC radius. This would prevent players from placing deployables outside of their zone. Mainly to stop them from placing chairs, tables, water barrels etc. after they get it while scavenging. Most players are good about this and just drop the stuff they donβt want. But some think itβs fun to place their junk loot wherever. Can cause issues with players wanting to build in some areas due to a plugins locking items to owners preventing pickup or /remove. Basically adding an anti grief/troll option to the plugin.
:/ Time to rewrite this. So just to clarify: A boolean that was like "bypassInTC" and if that was set to true, they could place anything in the TC Radius. Whereas if it's false it doesn't allow the blacklisted items anywhere.
I originally created this plugin for preventing SAM Turrents anywhere, on a PVE Server. So I think I'll actually add a separate array making the config look something like this:
{
"BlacklistInTC - If AllowGlobalBlacklistInTC is false, and the user tries to place an item that's in GlobalBlacklist it will be restricted": [
"fullName.prefab
]
"AllowGlobalBlacklistInTC": true
"BlacklistAnywhere": [
"fullName.prefab"
]
}Β
You don't have to rewrite unless you think it's a good idea. It's not a dire issue. Like I said, most players are good about these things. I haven't had an issue with it in some time now.
But I believe that's right.
As long as they have clearence to place blackilted items within TC and blocking outside π
This could also prevent firework spam outide of TC and allow me to remove another plugin that blocks all placement on terrain.
Giving the players more freedom on their displays.
thepiercedweirdo
You don't have to rewrite unless you think it's a good idea. It's not a dire issue. Like I said, most players are good about these things. I haven't had an issue with it in some time now.
But I believe that's right.
As long as they have clearence to place blackilted items within TC and blocking outside π
This could also prevent firework spam outide of TC and allow me to remove another plugin that blocks all placement on terrain.
Giving the players more freedom on their displays.
Alrighty thank you, I'll release an update soon. Probably v1 > v2 and posted someplace else. :)