getting Herochat work in diffrent dimensions

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Guarana_SUI

New Member
Jul 29, 2019
9
0
0
cant get my chat channels work in all dimensions... tried to put in DIM-1 etc. into the channel config under worlds, it looks like this as the moment:

worlds:
- world
- DIM1
- DIM-1
- DIM-1/Nether
- DIM20
- DIM7
- Nether
- The End
- world_nether
- world_theend


The channel itself is working, but when you type something while in the nether no one can see it on the overworld
 

Strubinator

New Member
Jul 29, 2019
176
0
1
In your global channel make sure crossworld: true
Code:
name: Global
nick: G
format: '{color}[{nick}] &f{sender}{suffix}: {msg}'
password: ''
color: DARK_GREEN
distance: 0
shortcut: false
verbose: true
crossworld: true
muted: false
worlds: []
bans: []
mutes: []
moderators: []
That should enable chat to be heard in all dimensions. You could also have a separate World channel that has crossworld set to false if you wanted a world only channel.
 
  • Like
Reactions: Guarana_SUI