BlockVentureMC / VentureLibs

VentureLibs is your next generation minecraft theme park experience. RIP Craftventure <3
https://docs.blockventuremc.net/
GNU General Public License v3.0
4 stars 0 forks source link

Proximity Textchat #118

Open CoasterFreakDE opened 4 months ago

CoasterFreakDE commented 4 months ago

Feature Request

We want to add proximity voice chat for text chat.

This would include the following ranges:

Messages like %user% shouts should be translatable.

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>"
   }
}
CoasterFreakDE commented 3 months ago

I don't know if this is a good idea