Bellisimo

Quick rating

Bellisimo

No reviews yet

Rainbow bridge official funny CC: Tweaked peripherals for the rainbow bridge minecraft server

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
Creative Commons Zero v1.0 Universal
Latest Version
1.0.1

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

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

  1. Chat Peripheral
  2. Bellisimo Command

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.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works