Changed the /group invite command ever so slightly:
-
Inviting a player to a group now displays the command required to join it, and also the password if there is one. This change was made for servers that run on GeyserMC, because Bedrock players connecting through GeyserMC cannot click on text in the chat.
-
Inviting a player to a group now plays a small sound effect for them. This can be disabled with the soundOnInvite config option. This defaults to true.
Added two config options in config/groups.json
:
- enablePasswords (default: true): Dictates whether or not passwords are a thing. If this is false players can still create groups with passwords, but they don't matter when joining groups or inviting.
- logChatMessages: (default: false): Dictates whether or not to log group messages in the server console.
If you need to quickly reload the config, you can use the built-in /reload command to reload resources.