Stránka 1 z 1

Essentials - Nový hráč

Napsal: 06 úno 2013, 23:35
od MrOrindz
Server: IP:93.91.250.139:27561


Dobrý den,
Mám takhle správně nastavené essentials aby když příjde nový hráč aby to napsalo že je na serveru poprvé ?

Kód: Vybrat vše

############################################################
# +------------------------------------------------------+ #
# |            Essentials Spawn / New Players            | #
# +------------------------------------------------------+ #
############################################################

newbies:
  # Should we announce to the server when someone logs in for the first time?
  # If so, use this format, replacing {DISPLAYNAME} with the player name.
  # If not, set to ''
  announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'

  # When we spawn for the first time, which spawnpoint do we use?
  # Set to "none" if you want to use the spawn point of the world.
  spawnpoint: newbies

  # Do we want to give users anything on first join? Set to '' to disable
  # This kit will be given regardless  of cost, and permissions.
  #kit: ''
  kit: tools

Re: Essentials - Nový hráč

Napsal: 07 úno 2013, 02:23
od trx
Ano, zde máš řádek který se upravuje

Kód: Vybrat vše

announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'

Přepíšeš tam pouze 'Welcome' a 'to the server!' na to, co chceš ať jim to píše když se poprvé připojí.

Re: Essentials - Nový hráč

Napsal: 07 úno 2013, 15:24
od MrOrindz
Ale jinak to špatně nastavené není ne ? Že by to mělo psát že je na serveru nový hráč ..

Re: Essentials - Nový hráč

Napsal: 07 úno 2013, 15:26
od MrOrindz
A tohle je správně nastavené ?

Kód: Vybrat vše

 # Do we want to give users anything on first join? Set to '' to disable
  # This kit will be given regardless  of cost, and permissions.
  #kit: ''
  kit: tools

Re: Essentials - Nový hráč

Napsal: 07 úno 2013, 20:04
od nejento
Pokud chceš aby ze začátku dostali nějaký kit, tak ano.