Email Notifications
All About Email Notifications
Once a player joins the server they are prompted to register an email for future lease notifications, provided that the email parameters in the config.yml are filled in. Players can register their emails using the command syntax /cwregister <email> and un-register their emails using /cwunregister.

Manually Registering an Email
Note that players can only register their emails when they own the current lease. Server administrators can add their own registrations to the emailregistry.yml in the plugin folder. To do this requires three pieces of information. The UUID of the player, their email, and their profile name.
Here is an example of a registration. Just replace the sample data with the desired vales.
0adfcf8f-df13-4480-be05-5a1614e0be8d: email: sample@email.com name: sample
The name field is only for convenience to the registered player. The plugin addresses them by this name in the email notifications.
How to Disable
If you want to disable email notifications simply erase any email credentials in the config.yml and the plugin will figure it out.
Comments