BentoBoxWorld / Limits

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

Option to disable or reduce notifier concept for island limits. #89

Closed Weymouth87 closed 4 years ago

Weymouth87 commented 4 years ago

Description

Is your feature request related to a problem?

When a mob limit is reached, the user recieves multiple messages regarding it.

Describe the solution you'd like us to implement.

I would love the option to reduce these messages to 1 or disable them entirely.

Describe alternatives you've considered.

Additional context

image Screenshot for context

Poslovitch commented 4 years ago

Those are sent by the Limits addon. I'm moving this issue to its repo.

tastybento commented 4 years ago

The notification is already used, so one message should be sent a maximum of every 4 seconds. How is this message being generated? What is spawning the Endermen?

Weymouth87 commented 4 years ago

It was from an enderman spawner. Just when the player reached the limit for their spawning, it sent the messages. I was just looking for it to send once, rather than every x seconds :)

tastybento commented 4 years ago

It should only send it once if they are at the limit and then only send it again when the spawner tries to spawn again. How fast does the spawner spawn? Also, you will only see a message if you are within 5 blocks of the spawner.