Unregistered users aren't reminded to register
cambeaney opened this issue ยท 6 comments
I have enabled the feature in the config which should notify unregistered users, but it doesn't seem to be working.
Here is my relevant config: (I am using XenForo)
Set the unit of measurement for sync and reminder scheduling. Options are:
ticks, seconds, minutes, hours, or days. Note that this applies to both
auto-sync-every and auto-remind-every.
auto-every-unit: minutes
This is a timer that will notify unregistered users to register every few
minutes.
auto-remind: true
The interval for the auto-remind timer, this should be no less than
#5-10 minutes. Note that this uses the units specified above in
auto-every-unit.
auto-remind-every: 10
Set these to true to inform players when they log in if they're linked to
the web application. These correspond to the link-unregistered-player and
link-registered-player messages in messages.yml.
notify-registered-player: false
notify-unregistered-player: true
Please tell me if I am skipping something!
I seem to have a similar problem with timed events too. Except my problem is that it wont auto synchronize every 20 mins. I also use a xenforo website and i use PEX as the perm system. PEX may be our problem.
If you come up with a solution please post it here, and i will do the same should i find a solution.
Don't forget to include Minecraft, Bukkit, and CommunityBridge version numbers in your support requests. It helps with the troubleshooting.
With logging set to "all" do you see in the configuration listing that the autoremind or autosynchronize is set to true? And do you see a log entry that says something like "auto reminder started" or "auto synchronization started"?
When the reminder task fires and logging is set to all, you will see a message about starting the the reminder task (synchronization doesn't have a corresponding message currently).