Reporting OnlyNo Thanks

Hey,

Would it be possible to get this in a reporting mode only? If limits are reached, the normal discord notification is sent but no blocking/notification actions for players. This will allow people to guage settings without flying around the map and also check performance for a wipe or two.

Hi,

The only way is to modify the plugin. It will not be a feature, as it's intended to do actions when limit are reached. But you can comment/remove the useless code if you only want the Discord message.

Hey, no problem. I edited for a few things I needed (report only, log to file etc). I did notice a conflict with the Clans  plugin though. Not sure (don't think) it's related to my edits.

Calling hook OnTeamInvite resulted in a conflict between the following plugins: Clans - True (Boolean), CupboardLimiter (False (Boolean))

Hi,

If you only want reporting, you can return null in the CupboardLimiter plugin for the OnTeamInvite (so it will not try to block invitation)

Locked automatically