First, thanks for this plugin, it seems to work well. however I've had to add a couple of modifications and was wondering if they could be considered in the next version?
- Add Permission for the /pc UI so it can be admin only
I believe this should pop it in the grey area of allowed vanilla as ui's are not allowed under the rules - Expose the messages so we can tap into it
I want to push the messages to discord so have added if (Interface.CallHook("OnLeaderAnnounce", message) != null) return; above PrintToChat(message); in SwitchLeader() so I can hook it via another plugin.