Ever thought: "I NEED to talk to my friends on Roblox while playing this server" ...yeah, you probably didnt
BUT not to worry! This plugin fixes that issue!
Bloxxer is a cross-communication plugin that allows you to host communication between your Roblox game and your Minecraft server. It can be useful if you want a platform with multiple different types of games and want to enable cross communication!
Bloxxer is my first plugin made soooo... if its bad... oops?
Download Bloxxer in the Releases page.
Thank you and enjoy ❤️
- Import the
.jar
file into your plugins folder - This will create a
config.yml
file for Bloxxer - Open the
config.yml
for Bloxxer and it should somewhat like this:
# BLOXXER
# ROBLOX - MINECRAFT CONNECTION
# by Sam Perillo (@imacodr)
#====== IMPORTANT!!!!! =======
#PLEASE SET AN API KEY FOR YOUR SERVER TO PROTECT FROM DDOS ATTACKS AND UNAUTHORIZED MESSAGES
api_key: "EXAMPLE-KEY-1411341=" # Please generate a secure key for authorization
# Your Roblox Open Cloud API Key from the console
roblox_api_key: "YOUR_KEY"
# The universe hosting the server
universe_id: 1
- Join your Minecraft server. Then run
/bloxxer regenerate
to generate a new API Key for Bloxxer. This is your MC Server Key! DO NOT SHARE - Make sure you save that key somewhere safe
- Go to Roblox Creator Dashboard
- Go to Open Cloud and API Keys
- Create a new API Key
- Add the
messagingservice
API System (Photo below)
- Pick an experience to use Bloxxer and add this Experience Operation (Photo below)
- Set IP security to either your MC server IP Address or
0.0.0.0/0
if you don't care - Create the API Key and copy that
- Add that to the MC server
config.yml
- Go to the experience you selected for Bloxxer and copy the
Universe ID
- Put that in
config.yml
Still In-Development