License: WTFPL
This modification for Minetest adds a channel feature.
You can join and leave channels to create:
There is one chat command to manage everything.
Online players in your channel: /channel online
Join or switch your channel: /channel join <channel>
Leave the current channel: /channel leave
Invite player to you channel: /channel invite <playername>
Additionally, players with basic_privs
priviledge can also use
/channel wall <message ...>
channels.allow_global_channel
- set to true
to allow a global channel.false
, and suggested_channel
is not nil, a reminder is sent by chat every 5 minutes to players suggesting a main channeltrue
channels.suggested_channel
- suggests a channel for everybody to chat inchannels.disable_private_messages
- set to true
to disable private messages.false