Country Chat

Discussion in 'Archived: Plugin Requests' started by ZeaL_BG, Nov 15, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    ZeaL_BG

    Plugin category: Chat Related

    Suggested name: Country Filter

    What I want: I want chat plugin with channels. You can join created channels (created from the config). When you join the channel only the other player in it can see you and what you chat.
    I want to have multi world support, too.

    Admins can see everything and everybady can see admins and what admins are chatting if he is in player channel. If he is in admin channel, only other admins will be able to see what he chat.

    Per channel messages? Why not?

    Default config for Global, English and Admin Chat:
    Code:
    global:
    name: Global // the name of the channel and prefix with [] before the player name. For me:[Global] [Owner] ZeaL_BG
    admin: false // is it admin channel
    worlds: // in what worlds it will work
    - lobby
    - survival
    default: true // is it the default chat on join
    messageTime: 60 // spam random message every 60 secs.
    messagePrefix: &4[Swag] // Message prefix with color support.
    Messages:
    - '&4Choose your language!'
    - '&mblq blq blq!'
     
    english:
    name: English
    admin: false
    worlds:
    - lobby
    - survival
    default: false
    messageTime: 60 // spam random message every 60 secs.
    messagePrefix: &4[Swag] // Message prefix with color support.
    Messages:
    - '&4You are in english chat!'
    - '&mblq blq blq!'
     
    admin:
    name: Admin
    admin: true // now only other admins will be able to see admins who chat here. They have to leave if they want to chat with other players.
    worlds:
    - lobby
    - survival
    default: false
    messageTime: 60 // spam random message every 60 secs.
    messagePrefix: &4[Swag] // Message prefix with color support.
    Messages: // no messages
    - ''
    You are able to create as much as you want channels!

    Ideas for commands: /cchat join [channelName] ;

    Ideas for permissions:
    cchat.admin - with this permission you are able to join admin channel.

    When I'd like it by: ASAP
     
  2. Offline

    ZeaL_BG

  3. Offline

    bob0310

    Why not just use herochat and make channels for each country/language
     
Thread Status:
Not open for further replies.

Share This Page