Stránka 1 z 1

Join message

Napsal: 28 črc 2015, 14:57
od miminkek
93.91.250.124:27504
Ahoj, nevíte jak udělat aby když se hráč připojí na server tak aby to napsalo místo has joined to game se připojil? :).

Re: Join message

Napsal: 28 črc 2015, 15:06
od TheAmazingCave
môžeš v essentials :) alebo v customservermessages - pluginy :)
myslím že to ide aj v spigot.yml a bukit :) ale to som si neni istý :)

Essentials od riadku 368

Kód: Vybrat vše

# You can set a custom join message here, set to "none" to disable.
# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
custom-join-message: "none" #miesto none daš správu keď sa hrač pripojí
 
# You can set a custom quit message here, set to "none" to disable.
# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
custom-quit-message: "none" #miesto none dáš správu keď sa hrač odpojí

Re: Join message

Napsal: 28 črc 2015, 19:10
od LuckyLuke_CZ