Hello,
For some reason ladders are free but they don't remove from the stack/slot in inventory. For example, if I have a single ladder, I can place infinite ladders without that 1 ladder being used up in the inventory.
I have set "All deployables are free": false, which previously applied the same logic as above when true to everything (walls etc) but since disabling, ladders (not sure what else) is still an issue.
Thanks
Deployables in inventorySolved
The way the free deployable feature works is that even if you have "All deployables are free": false, if the item is in the player's ruleset, it's still free to deploy (since it's free to craft with, why not free to deploy as well). If you don't want to allow unlimited deployment of ladders, you can remove ladders from the ruleset.
One server owner gave me the feedback that enabling free deployables encourages users to spam entities, so I just released v0.4.0 which changes the behavior be more opt-in. Items defines in the "Items" section of the ruleset are no longer free to deploy. Instead, if you want to make specific items free to deploy, add them under the "Free deployables" section of the ruleset.
Thanks for the quick response and update!