3.1: Default type of newly created groupchats & auto-update of pre-3.0 database
This update contains recently suggested changes:
Now it’s possible to select what type of groupchat is set by default on creation. To do this, open config.yml file and edit following entry:
Code (YAML):
# Default type of newly created groupchats. 0 - public 1 - private GroupDefaultType: 0
If it doesn't exist on your older config, you have to copy/paste above text and save file - do this before starting server or while plugin is unloaded on running server.
Added automatic update of pre-3.0 database to a new format to keep all existing groupchats and players data on servers using GroupChat in the past. This process is executed during plugin load.