Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esploratori-dev/proximity-text-chat
Ever wanted to have proximity chat on your server, realm or world? To have players chatting only if they are close enough one to another just like in real life? Then this addon is the solution for you!
https://github.com/esploratori-dev/proximity-text-chat
bedrock bedrock-addons bedrock-dedicated-server chat proximity-chat
Last synced: about 2 months ago
JSON representation
Ever wanted to have proximity chat on your server, realm or world? To have players chatting only if they are close enough one to another just like in real life? Then this addon is the solution for you!
- Host: GitHub
- URL: https://github.com/esploratori-dev/proximity-text-chat
- Owner: Esploratori-Dev
- License: mit
- Created: 2024-02-07T22:02:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T17:17:14.000Z (about 2 months ago)
- Last Synced: 2024-10-27T20:16:17.491Z (about 2 months ago)
- Topics: bedrock, bedrock-addons, bedrock-dedicated-server, chat, proximity-chat
- Language: JavaScript
- Homepage: https://discord.gg/SQpmgngTcB
- Size: 229 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Bedrock Proximity Text Chat
Hello! Ever wanted to have proximity chat on your server, realm or world? To have players chatting only if they are close enough one to another just like in real life? Then this addon is the solution for you. Super light, easy to setup, simple to use!**Bedrock Proximity Text Chat** from [Esploratori-Development](https://discord.gg/A2SDjxQshJ) is extremely compact and light, and aims to provide this single functionality to your world, by solely using scripting.
## Setup
* Enable experiments on your world
* Install the addon
* run `/function proximity/menu` to open the menu
* run `/function proximity/addrank` to add a customized rank to a player### Chat-Rank
* The messages will appearance will be modelled according to the template:
* `$t` rank-rag (starting with `rank:`)
* `$u` username of the sender
* `$n` nametag of the sender
* `$m` message content
* `$c` tag color## Q&A
* *Does it work also on single worlds and Realms?* Yes, it does!
* *Does it need experiments on?* Yes, in order to work this pack requires experiments on.
* *Can anyone change the proximity-distance?* Yes! and no... When you first install the addon anyone can change it, but you can edit it so that only people with a certain tag can do that. How? read below!
* *Wait, so players can't chat at all?* Well, not entirely, they can still use commands (if they know about them) such as /me, or /say. Still having long chats that way it's pretty hard... much better come closer!
* *Where can I get help?* just come to visit us on the [official discord server](https://discord.gg/A2SDjxQshJ)!
* *Does it work with voice?* Nope, that's voice proximity, and we are still working on it.