Stránka 1 z 1

Multiverse-Core - odstranění názvů světů při chatu

Napsal: 11 kvě 2015, 11:37
od AlfaCraft
IP: 93.91.250.145:27404
Ahoj, prosím nevěděk by někdo, jak odtranit v pluginu Multiverse-Core názvy světů, které se zobrazují před nickem při psaní hráčem v chatu?. Např. pokud je hráč v endu, má před nickem world_the_end. Když v pluginu nastavím prefixchat: 'true' na prefixchat: 'false', tak se to po restartu zase vrátí do původní hodnoty.
Děkuji za případné rady.

Kód: Vybrat vše

#  -------------------------------------------------------------------------  #
# 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: 'true'
  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'

Re: Multiverse-Core - odstranění názvů světů při chatu

Napsal: 11 kvě 2015, 11:41
od panChemicky
Tady máš

Kód: Vybrat vše

prefixchat: 'true'

Tak to dej na false

Kód: Vybrat vše

prefixchat: 'false'

Re: Multiverse-Core - odstranění názvů světů při chatu

Napsal: 11 kvě 2015, 11:50
od ypxo
1. Vypni server
2. Nastav prefix na false
3. Zapni server

Re: Multiverse-Core - odstranění názvů světů při chatu

Napsal: 11 kvě 2015, 11:56
od AlfaCraft
ypxo píše:1. Vypni server
2. Nastav prefix na false
3. Zapni server



Super, funguje, děkuju moc. :P