Problem/Bug Can't remove [world] prefix

Discussion in 'Bukkit Help' started by JaydenWhat, Apr 20, 2017.

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

    JaydenWhat

    My server chat has a [world] prefix and after an hour of trying to mess with config, I am unaware of how to fix this issue. Need help!


    Plugins I am running include CoreProtect,EssentialsX,Factions,GAListener,GroupManagerX,MassiveCore,MultiverseCore2,PerWorldChatPlus,PrivateChest,SignShop,VanishNoPacket,iDisguise,mcMMO,perworldinventory,Votifier,WorldEdit
     
  2. Offline

    yPedx

    @JaydenWhat
    Use this command in-game; /mv config prefixchat false
    Should remove the [world]

    If that doesn't work, check your PerWorldChatPlus for the [world] prefix.
     
  3. Offline

    JaydenWhat

  4. Offline

    Iasonsyk

    I had the same problem


    from :
    Code:
    Format:
      Enabled: true
      Format:
        Default: '[%world%] %player% : %message%'
        Global: '%global% [%world%] %player% : %message%'
    edit to :
    Code:
    Format:
      Enabled: true
      Format:
        Default: '%player% : %message%'
        Global: '%global% %player% : %message%'
    I still cant figure ou thow to add the prefix bcs it still isnt working for me xD
     
    JaydenWhat likes this.
  5. Offline

    yPedx

    JaydenWhat likes this.
  6. Offline

    JaydenWhat

    Iasonsyk likes this.
Thread Status:
Not open for further replies.

Share This Page