About This Minecraft (Spigot) plugin separates the normally global chat into multiple chats, separated by the world where players are in.
Worlds can selectively be linked together with world groups in the config.
Usage Run the plugin once, then change the config.yml to your needs.
You must configure your own world groups there. Worlds in the same group share the same chat.
For more info see the Configuration section.
Configuration All configuration is done in the config.yml.
The default config.yml:
```
Groups: FirstWorlds: - world - world_nether - world_the_end SecondWorlds: - secondworld - secondworld_nether - secondworld_the_end ```
- `Groups` is a list containing world group names
- Under the `Groups` node, you can name your groups freely and assign worlds to them.
- Worlds which do not belong to a group will have separate chats
Disclaimer This plugin is provided "as-is" and there is no support provided for it.