channels/README.md

43 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2014-07-21 02:19:04 -07:00
channels
========
2014-07-21 02:20:18 -07:00
License: WTFPL
2014-07-21 02:19:04 -07:00
This modification for Minetest adds a channel feature.
2014-07-21 02:19:04 -07:00
You can join and leave channels to create:
* Teamchats
* Silence because nobody else in the chat
* Ignoring people
* Annoy people who think you are evil because you don't answer
2014-07-21 02:19:04 -07:00
How to use
----------
There is one chat command to manage everything.
* Online players in your channel: `/channel online`
2014-07-21 02:19:04 -07:00
* Join or switch your channel: `/channel join <channel>`
2014-07-21 02:19:35 -07:00
* Leave the current channel: `/channel leave`
2014-07-21 02:19:35 -07:00
* Invite player to you channel: `/channel invite <playername>`
Additionally, players with `basic_privs` priviledge can also use
* Send message to all players: `/channel wall <message ...>`
Settings
--------
2014-07-21 02:19:35 -07:00
* `channels.allow_global_channel` - set to `true` to allow a global channel.
* if `false`, and `suggested_channel` is not nil, a reminder is sent by chat every 5 minutes to players suggesting a main channel
* else no reminder is sent
* default is `true`
* `channels.suggested_channel` - suggests a channel for everybody to chat in
* default is nil
2018-12-29 10:03:09 -08:00
* `channels.disable_private_messages` - set to `true` to disable private messages.
* default is `false`