πLocal "Proximity" chat
Write messages to players nearby
Local public chat
# Proximity chat settings
# Set to -1 to disable proximity chat (normal cross-server chat)
# Set to 0 to make it work for the whole local server
# Set to a positive number to check if a player is in the same server, same world and below the specified distance
# The number is the distance in blocks
publicProximityDistance: -1A second local channel
/channel create local 3 5 true <distance>
/channel create local 3 5 true <distance>If you want to have a chat for the whole server/world set distance to the world size (like 2 million)
Last updated