MineRTC allows for Vanilla clients to talk to each other through proximity chat using their browsers. This is done through WebRTC connections and WebSockets.
This plugin is compatible with Bukkit-based servers (Bukkit, Spigot, Paper).
MineCraft version ports are currently WIP.
Usage
Server
- Place the latest jar in your plugins folder
- Start your Bukkit-based server
- Configure your server IP and port in
plugins/MineRTC/config.yml - Re-start your server
Note: Using port 443 (or 80) requires the server be started with root permissions.
In game
- Type
/connectand open the provided link in your browser - On the warning page, click on
Advanced -> proceed to [server ip] - Allow for audio input
- Chat with your friends!
Why the security warning?
Modern browsers do not allow for voice and video media to be used on non-HTTPS websites. This is remedied by mimicking HTTPS with a fake (self-signed) SSL certificate that is the same for all servers, hence triggering the SSL certificate warning.

