🔖Local "Proximity" chat
Write messages to players nearby
Local public chat
With "local" we mean that the public channel will be visible and writable by the whole server
config.yml
Here you can set the public channel "mode"
A second local channel
You can create a local channel unrelated to the public too
/channel create local 3 5 true <distance>
/channel create local 3 5 true <distance>
local would be the name of the local channel
3 and 5 are the rate-limit and rate-limit-seconds parameters
true is the filter parameter (if the chat should be filtered through the regex-blacklist list inside config.yml)
<distance> is the maximum distance for a local message to reach the recipient
A distance equal to or lower than 0 would disable the proximity feature.
If you want to have a chat for the whole server/world set distance to the world size (like 2 million)
Last updated