Placement restriction for sleeping bagsSolved

Does not block sleepingbag_leather_deployed.

Setting: 

{
  "Cannot Place Overall": false,
  "Cannot Place Outside Building Privilege Range": true,
  "Cannot Place Nearby Entity": true,
  "Entity Detection Radius": 25.0,
  "Entities": [
    "sleepingbag_leather_deployed",
    "small_stash_deployed"
  ],
  "Send Game Tip": true,
  "Game Tip Show Duration": 3.0
}

It still lets me place sleepingbag_leather_deployed close to each other without respecting the 25.0 distance.

The small_stash_deployed do.

Any solution?.

To clarify, the main purpose of the plugin is specifically to restrict the placement of stashes. The entities that are added to the Entities list are used to prevent stashes from being placed in close proximity to them, but they are not themselves restricted or affected in any other way.

If you want to add placement restrictions for sleeping bags, you'll need to use a plugin with a more general purpose that covers a broader range of entities, such as the RestrictPlacement plugin. I hope this helps clarify the functionality of the plugin.

Very well explained.
Many thanks.
Very kind.

Locked automatically