Configuration for PwnChat

The configuration for PwnChat will be automatically generated the first time your server is loaded with the PwnChat plugin installed.

The configuration file is located in your server's Plugins folder: /plugins/PwnChat/config.yml

Default config.yml

settings:
  bungeecord: true # To enable / disable bungeecord cross-server chat
  factions: true # FUTURE: This will enable dynamic creation of Faction chat channels.
  pwnfilter: true # FUTURE: This will hook chat into the PwnFilter API, to allow swear / advertising filtering
channels:
  admin: #This is the name of the channel that will show in lists.
    # Friendly description of the channel to be shown in /pchat list
    description: Admin-only channel
    # The prefix can be used in the chat display, eg:
    # [A]<Sage905> Hey admins!
    prefix: A
    # If a shortcut is specified, all player chat that starts with this character
    # will be sent to the channel.  Eg: !Hi Admins.
    # [A]<Sage905> Hi admins.
    shortcut: '!'
    # This flag changes the behaviour of how messages are sent to players.
    # Setting this flag to true will set the message cancelled, which stops
    # it from appearing in IRC if using CraftIRC.
    privacy: true
    # Players require this permission to listen / talk on this channel.
    permission: pwnchat.channel.admin
  global:
    description: Global Channel
    prefix: G
    privacy: false
    permission: pwnchat.channel.global
  staff:
    description: Staff-only channel
    prefix: '@'
    shortcut: '@'
    privacy: true
    permission: pwnchat.channel.staff

NOTE: In order for a player to be able to listen or talk on a channel, they must have the matching permission.

NOTE: Any servers that are connected via Bungeecord that have the same channels configured will receive and forward received messages to players who are listening to that channel. Thus, if the "admin" channel is configured on server A and B, players who have the admin privilege on either server will be able to send/receive messages sent to that channel.


Comments

Posts Quoted:
Reply
Clear All Quotes