Insights icon indicating copy to clipboard operation
Insights copied to clipboard

Bed Limiter bug

Open ClickErrorxD opened this issue 9 months ago • 3 comments

I am using Insights-6.17.2.jar and paper-1.20.4-484.jar, when players place a bed, it counts as two. So whatever my limit is, they can only place half of that. I tried setting it to double what i wanted, but they get told they can place that many but can still only place half

limit: name: "Beds" type: "GROUP" bypass-permission: "insights.bypass.limit.beds" limit: 15 regex: true materials: - "^.*_BED\\b"

ClickErrorxD avatar May 12 '24 15:05 ClickErrorxD