Adding to the config

This is the basic code for a config

Please follow the comments below

g: #This is the name of the channel. It will be used when a player switches channels.
        type: global #This is the type of channel. more info on channel types below.
        prefix: §0[§6G§0] #This will show up before the message in chat. Where it shows up is configurable using Essentials Chat.
        format: §6 #This will be inserted before each message. It is generally used to change colors of the text in different channels.
        description: Anyone can see messages sent in this channel. #Description that will be shown when a player types /bdchat list.

Channel Types

There are currently four different channel types:

  • global: This will be seen by anyone
  • local_range: This will be seen by anyone within 150m of the sender
  • local_world: This will only be seen by people in the same world as the sender
  • faction_only: This will be seen by anyone in the same faction as the sender (Uses the Factions plugin)

Notes

When using the local_range channel type the config will also contain a fifth field for that channel. This field sets how far away people can be and still see messages in that channel. To set this field put "range: 100" in a new line after the channel name. For an example look at channel "l" in the default config. You can change the 100 to whatever range you choose.

Updated for v3.0 (Beta)

Comments

Posts Quoted:
Reply
Clear All Quotes