
Bellisimo
Rainbow bridge official funny CC: Tweaked peripherals for the rainbow bridge minecraft server
About this Mod
Bellisimo
The rainbow bridge offical funny
A working yet teribly made CC: Tweaked mod for the Rainbow Bridge Server
Feel free to use this mod on your own server or modpack but this mod is developed for the server and may not work properly on other servers
Table of Contents
Chat Peripheral
If you want to recieve chat messages from a turtle you need to put the peripheral in the world like the turtle is a regular computer. This will be fixed later
The chat peripheral lets you send and recieve chat messages
| Function | Description |
|---|---|
| open() | Opens the peripheral for listening for messages |
| close() | Closes the peripheral and stops listening |
| send(string msg) | Sends a message |
When open computer will start recieving a chat_message event that returns the message and the person who sent the message.
Whenever another computer sends a message the sender would be Computer <id>. You also do not get a chat_message event for messages sent from the same computer
Example
-- DO NOT RUN THIS ON MANY COMPUTERS doing so will cause both computer to respond to eachother and not be good
local chat = peripheral.find("chat_peripheral") -- get a reference to the chat_peripheral
chat.open() -- start listening for chat messages
while true do
local _, message, sender = os.pullEvent("chat_message") -- recieve the chat message event
chat.send(sender .. " sent " .. message)
end
This will send a message in chat whenever someone sends a message
Bellisimo Command
This mod adds a /bellisimo command
this command has two sub command. say and stop
Say
/bellisimo say takes two arguments, a id and a message. This will send a message that only the givin computer can see
Stop
/bellisimo stop takes one optional argument and is op only and lets you prevent a computer from sending messages
This is a toggle. If you run /bellisimo stop on a computer twice then that computer can send messages again
if you provide no arguments then it stops every computer from sending messages. If this is on then no computer can send a message. Even if you run /bellisimo stop on a computer that computer cannot send messages until you run /bellisimo stop with no arguments again.
Available Versions
How to Install Bellisimo on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.20.6).
Install Mod
Open the mod browser in the dashboard and search for "Bellisimo". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.20.6
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Bellisimo server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.20.6). You can switch loaders with one click in the panel.
Is Bellisimo compatible with fabric?
Bellisimo officially supports fabric for Minecraft 1.20.6. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Bellisimo – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Bellisimo consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Bellisimo with just one click on your server.