Multiverse Help Please

Discussion in 'Bukkit Help' started by jakehuskey00, Oct 21, 2014.

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

    jakehuskey00

    Im Having an issue with multiverse, at least I think it's multiverse that's doing this. Whenever i type something in chat it shows this extremely long prefix and i was wondering how to remove it. I dont want any prefixes other than the groups. For me it should just say [Owner]Jakehuskey00: etc.

    Anyway here is a Picture of the trouble in chat. Minecraft Chat.PNG
     
  2. Offline

    tcvs

    jakehuskey00 There is a prefix option in the main configuration. You should be able to disable it.
     
  3. Offline

    jakehuskey00

    the prefix option is set to false, i'm not even sure if this has to do with multiverse. I was just taking a guess
     
  4. Offline

    SinnerKills

    Might be essentials and your group/permissions plugin working together you will need to go into your essentials.yml

    If you have it...
     
  5. Offline

    jakehuskey00

    Of course i have essentials:p i use group manager for my permissions btw. And This Just started happening if you were wondering, i don't know why its giving me this annoying prefix. and thank you for the responses
     
  6. Offline

    RockyMan13

    Your multiverse config, Should be set like this >
    Code:
    #  -------------------------------------------------------------------------  #
    # This is the MV2 Config. If you mess it up, copy the values out              #
    # delete it, and it will be regenerated. Then use the ingame interface        #
    # to add your values back via the "/mv conf" command.                        #
    # When in-game, simply type: "/mv conf ?" for help.                          #
    # A config with explanations can be found here:                              #
    # https://github.com/Multiverse/Multiverse-Core/wiki/config.yml              #
    #                                                                            #
    #                                                                            #
    #  IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT  #
    #                                                                            #
    # Do NOT delete this line from your config!!!!                                #
    # ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration            #
    #                                                                            #
    #  IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT  #
    #  -------------------------------------------------------------------------  #
     
    multiverse-configuration:
      ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
      enforceaccess: 'false'
      prefixchat: 'false'
      prefixchatformat: '[%world%]%chat%'
      useasyncchat: 'true'
      teleportintercept: 'true'
      firstspawnoverride: 'true'
      displaypermerrors: 'true'
      globaldebug: '0'
      silentstart: 'false'
      messagecooldown: '5000'
      version: '2.9'
      firstspawnworld: world
      teleportcooldown: '1000'
      defaultportalsearch: 'false'
      portalsearchradius: '128'
    

    Also, I see you are using Herochat. So you might want to edit your config to this

    Code:
    moderator-permissions:
      can-kick: true
      can-ban: true
      can-mute: true
      can-remove-channel: true
      can-modify-nick: true
      can-modify-color: true
      can-modify-distance: true
      can-modify-password: true
      can-modify-format: false
      can-modify-shortcut: false
      can-modify-verbose: true
      can-modify-focusable: false
      can-modify-crossworld: false
      can-color-messages: true
      can-view-info: true
      can-focus: true
    default-channel: Global
    censors: []
    format:
      default: '{color}[{nick}] &f{prefix}{sender}{suffix}{color}: {msg}'
      announce: '{color}[{nick}] {msg}'
      emote: '{color}[{nick}] * {msg}'
      private-message: '&d{convoaddress} {convopartner}&d: {msg}'
    use-channel-emotes: true
    locale: en_US
    log-chat: true
    log-to-bukkit: true
    twitter-style-private-messages: true
    Just copy and paste, Hope this helps :)
    jakehuskey00
     
Thread Status:
Not open for further replies.

Share This Page