Open CoasterFreakDE opened 6 months ago
We want to add proximity voice chat for text chat.
This would include the following ranges:
!
.
@
Messages like %user% shouts should be translatable.
%user% shouts
ChatRooms have Prioriy over proximity
Add colored distance indicators like this:
val colorDistance = with(distance) { when { this <= (radius / 4) -> "<#dfe6e9>" this <= (radius / 2) -> "<#acb2b5>" else -> "<#717475>" } }
I don't know if this is a good idea
Feature Request
We want to add proximity voice chat for text chat.
This would include the following ranges:
!
): 25 blocks.
) 5 blocks@
)Messages like
%user% shouts
should be translatable.ChatRooms have Prioriy over proximity
Add colored distance indicators like this: