AdminChat - Config

adminchat:
    allprefix: "&a(&7ALL&a)"
    allmasked: "&3ADMIN"
    
    adminprefix: "&a(&7ADMINS&a)"
    toadminprefix: "&a(&7TO ADMINS&a)"
    
    usecustomconsolename: true
    customconsolename: "&7[&6CONSOLE&7]"
    
    listeninchat: true
    
    rawprefixadmin: "@"
    rawprefixall: "@@"
    
    notifyonversion: true

The above is what AdminChat ships with in terms of configuration options. Let's see what they all do:

adminchat.allprefix: (String) The prefix that users see when an ALL message is sent adminchat.allmasked: (String) The name players without the adminchat.send.all permission see when an ALL message is sent

adminchat.adminprefix: (String) The prefix that users see when an ADMIN message is sent (provided they have the permission adminchat.view.admin) adminchat.toadminprefix: (String) The prefix that users who lack the adminchat.view.admin permission see when they send a message to admins

adminchat.usecustomconsolename: (Boolean) When true, allows you to set a custom display name when admin/all messages are sent from console adminchat.customconsolename: (String) [Only applicable if UseCustomConsoleName = true] The custom name to display when console sends an admin/all message

adminchat.listeninchat: (Boolean) Should AdminChat listen for chat triggers? [Defined below]

adminchat.rawprefixadmin: (String) The chat trigger for an admin message: Example: someone types "@Hello" and that message will be sent via Admin Chat adminchat.rawprefixall: (String) The chat trigger for an all message: Example: someone types "@@Hello" and that message will be send via All Chat

notifyonversion: (Boolean) When true, notifies all users with the adminchat.notify permission of updates for the plugin

Please note that the following options are colour compatible:

  • AdminChat.AllPrefix
  • AdminChat.AllMasked
  • AdminChat.AdminPrefix
  • AdminChat.ToAdminPrefix
  • AdminChat.CustomConsoleName

Comments

Posts Quoted:
Reply
Clear All Quotes