Chat Plugin

Discussion in 'Bukkit Help' started by CoderRevolq, Mar 18, 2014.

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

    CoderRevolq

    Does anyone know of anyone plugins that dosn't use Essentials, I want to use Group Manager but it needs Essentials. Is there a way I can use group manager or PEX without using Essentials.
    Pleas reply!
     
  2. Offline

    Evildude221

  3. Offline

    CoderRevolq

    Evildude221
    But when I use GM or PEX and I add a prefix or a suffix it dosn't work.
     
  4. Offline

    Evildude221

    CoderRevolq

    Here's the setup i used that worked:

    Groupmanager groups.yml example:
    Code:
    groups:
      Example:
        default: false
        permissions:
        - Permission.Permission
        inheritance: []
        info:
          prefix: '&f[&4Example&f] '
          build: true
          suffix: '&4'
    
    Royalchat config.yml example:

    Code:
    chat:
      default-chat-format: "{prefix}{dispname}:{suffix} {message}" //This is really all that matters
      me-format: "&d * &b{dispname}&d {message}"
      say-format: "&d[Server] {message}"
      admin-chat-format: "&b[Admin] {dispname}:&3 {message}"
      capitalize-first-letter: false


    Full royalchat config:

    Code:
    general:
      # Relative to plugins/RoyalChat/
      language-file: "lang/en_us.properties"
     
    # The defaults are all commented out just to show how these are specified.
    players:
      prefixes:
        #"*": "&c"
        groups:
          #Mod: "[&2Moderator&r]"
          #Admin: "[&4Admin&r]"
        players:
          #jkcclemens: "[&kGod&r]"
      suffixes:
        #"*": "&r"
        groups:
          #Admin: ", the great&r"
        players:
          #jkcclemens: ", the sexiest&r"
     
    chat:
      default-chat-format: "{prefix}{dispname}:{suffix} {message}"
      me-format: "&d * &b{dispname}&d {message}"
      say-format: "&d[Server] {message}"
      admin-chat-format: "&b[Admin] {dispname}:&3 {message}"
      capitalize-first-letter: false
      character-whitelist:
        enabled: false
        # This matches almost all (if not all) characters on a US keyboard. If you use a different locale, you may need to
        # tweak this regex.
        character-regex: "[!-~ ]"
      remove-all-caps:
        enabled: false
        # The amount of capital letters in the message must be greater than this percentage in order to be removed.
        # Emoticons are counted as lowercase.
        # HELlo = 60% caps
        # HI! = 100% caps
        # hey = 0% caps
        percent-for-remove: 75
      highlights:
        players:
          enabled: true
          poof-smoke: true
        urls: true
     
    channels:
      use-channels: false
      default:
        default: true
        chat-format: "[d]{dispname}: {message}"
        radius: 0
        omnipresent: true
        multiworld: true
      local:
        default: false
        chat-format: "[l]{dispname}: {message}"
        radius: 35
        omnipresent: false
        multiworld: false
      coolkids:
        default: false
        chat-format: "[ck]{dispname}: {message}"
        radius: 0
        omnipresent: false
        multiworld: true
        password: "jkcclemens"
     
    # These messages all support VanishNoPacket
    # Set a message to "" to disable it.
    # Set a message to "no-handle" to prevent RoyalChat from handling it.
    game-messages:
      join: "&e{name} has joined."
      quit: "&e{name} has quit."
      kick: "&e{name} was kicked for {message}!"
      world:
        message: "&e{name} joined {world} from {fromworld}."
        # Only display the message when the player is moving to the following worlds.
        display-whitelist:
          enabled: false
          list:
          - world
          - world_nether
     
  5. Offline

    LandonTheGeek

    CoderRevolq
    If you are asking what I think you are asking, you need to have a chat management plugin like EssentialsChat, HeroChat, etc. every time you use an essentials plugin IF you want to incorporate prefixes and suffixes.
     
  6. Offline

    CoderRevolq

    HelpfulBeast I installed HeroChat but when i type in chat my chat is green or something like that, are there any other chat plugins like EssentialsChat that you know of?
     
Thread Status:
Not open for further replies.

Share This Page