Skip to content

Tutorial

CyberKitsune edited this page May 11, 2020 · 4 revisions

Channels

Chatting in KitsuneChat is channel based. Talking normally will send your message to your current "default" channel.

If you "prefix" your message in chat with a specific character, you can send that message to the channel belonging to that prefix.

By default KitsuneChat ships with the following channels (defined by prefix):

  • ! - global: This channel goes to everyone in the server. (or whole bungee, if bungee support is enabled.)
  • $ - party: This channel goes to everyone in your current chat party, more on that below.
  • # - world: This channel goes to only other players in your world.
  • % - local: This channel only goes to other players nearby you in game. By default the radius is 64 blocks.
  • ^ - staff: This channel goes to only people with the staff permission.
  • @ - admin: This channel goes to only people with the admin permission.

To quickly send a message to another channel, prefix your message with the channel prefix.

For example, to send a message to global chat, even if it's not my default, I'd write:

!Hello everybody :)

In chat. If I wanted to set your default channel to global chat, I would do:

/kc channel !

Where ! is the prefix for global chat. See all the prefixes by running /kc channel

Parties

Using parties are simple. You can join one in three steps.

  1. Do /kc party join <partyname> where <partyname> is the name of the party you'd like to join or create.

  2. Do /kc channel $ (or whatever your set party prefix is.)

  3. Talk :)

It's that easy! To invite another user to your party, simply type /kc party invite <player>

Clone this wiki locally