Wehavecookies56 / Kingdom-Keys-Re-Coded

Porting KK to 1.8 was a problem so it has been recoded
GNU Lesser General Public License v3.0
6 stars 10 forks source link

Chat for players handled by the UsernameHandler is local to dimensions #19

Closed Wehavecookies56 closed 8 years ago

Wehavecookies56 commented 8 years ago

When a player that has custom formatting added by the UsernameHandler chat messages can only be seen by other players who are in the same dimension as them.

Pretty much what is happening is that the UsernameHandler, after formatting the chat message it is sent to all the players in the same world so it just needs to be changed so that every player on the server is sent the message instead.