Proximity Chat
The function of this plugin is simple. Only players close to other players will be able to write to each other.
Please: Do not report errors or bugs through the comments. This section is for feedback and suggestions only. If you find a bug, an error or crash please report it in GitHub Issues or in our Discord Server.
Features:
- Spy for staff (permission proximity.spy)
- Speak globally (permission proximitychat.global)
- Optimized and easy to configure.
Configuration:
Code (YAML):
settings
:
# Maximum distance between users to receive messages.
maximum-distance-to-receive
: 30
# Bypass maximum distance if message starts with this prefix
# Permission: proximitychat.global
global-prefix
:
"!"
# Cancel the sending of a message if no one can hear it
# Disable if there is incompatibility with plugins that require the user to send messages in the chat
cancel-message
: true
messages
:
# Leave null or empty to disable it.
no-reader
:
"&cNobody can hear you, nobody is near you."
# Spy format for staffs
# Permission: proximitychat.spy
# Variables: {format} {player} {message}
spy-format
:
"&d&lSPY&r &7\u00bb &a{player}: &7{message}"
# Global messages will start with this prefix.
# Variables: {format} {player} {message}
global-format
:
"&6&lG&r &7\u00bb &r{format}"