Insprill / custom-join-messages

Feature-packed plugin for handling all join and quit notifications on Spigot/Paper servers
https://modrinth.com/plugin/custom-join-messages/
GNU General Public License v3.0
10 stars 0 forks source link

Allow users to create their own world groups for join messages to be sent in #30

Closed Vyladence closed 2 years ago

Vyladence commented 2 years ago

In most plugins chat-related, you can define world groups for chat messages to be synced between. I'd like to see that functionality in CJM as well.

Currently, the plugin automatically detects the worlds to have the join messages for. So the functionality to send messages to separate worlds is there, I just think it could be implemented better.

I'm thinking, in the worlds file, have something like this:

Group1:
    - World
    - World2
Group2:
    - World3

or something simple like that.

Insprill commented 2 years ago

Implemented in 6c829d5