BentoBoxWorld / Limits

Limits blocks and entities on islands - for BentoBox
Eclipse Public License 2.0
8 stars 17 forks source link

Limit by entity/block group #12

Open YellowZaki opened 5 years ago

YellowZaki commented 5 years ago

Thinking about the incoming entity limits, we used to have animal limit on Askyblock but here we wouldn't.

So I've thought about limiting "groups"

groups:
   animals:
       - WOLF
       - COW
       - CHICKEN
       - VILLAGER
   hostile:
       - ZOMBIE
       - CREEPER
       - SPIDER

Then we could limit the group, instead of the entity itself. So a limit of 10 for animals, users could have (5 wolf and 5 cow) or (1 cow, 9 villagers), etc.

This could be expanded to block groups, not just entity. So we could create "redstone" group.

BiGUNMAN commented 5 years ago

Would be incredible useful, especially for something like limiting boats:


boats: 50
  - ACACIA_BOAT
  - JUNGLE_BOAT
  - OAK_BOAT
  - SPRUCE_BOAT```
wellnesscookie commented 5 years ago

Indeed, great suggestion. Looking forward for this if they decide to implement.

NoneTirex commented 4 years ago

Good proposition, I wanted to write about it, but I see that it is already here. When I can expect this feature?

Tackoozle commented 4 years ago

When I can expect this feature?

This would be a pretty nice enhancement!