Skocz do zawartości
  • 0

Info-board


Babciak

Pytanie

Siemano kolano. Otoz zakladam swoj serwer i  przyda mi sie info-board w sensie

<ping>

<online>

<zabic>

<smierci>:

 Moglby ktos mi to zrobic? wysle mi config info-board i to bym skopiowal. Chyba ze ktos zna jakis plugin na ScoreBoards oprocz ScoreBoardsStats nie nawidze tego.

 

I jeszcze 1 skrypt w sensie, że nie można wpisac na serwerze /ignore psotek2 &cnie mozesz ignorowac tej osoby!

Edytowane przez Babciak
Odnośnik do komentarza
https://skript.pl/temat/20206-info-board/
Udostępnij na innych stronach

5 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
on command "ignore":
	if arguments contains "psotek2":
		cancel event
		send "&8» &cNie mozesz ignorowac tej osoby" to the player
		damage player by 0 hearts
		

Scoreboard do pluginu skript

Dodatki: WildSkript + SkQuery

skrypt > 

# eBoard
command /scoreb:
	trigger:
		display board named "&3scoreboard" to player
		make score "&6ONLINE: &a%size of all players%" in board of player to 3
		make score "&6KILLS: &c%{kills::%player%}%" in board of player to 2
		make score "&6DEATHS: &4%{deaths::%player%}%" in board of player to 1
		move display of player to sidebar
on join:
	loop all players:
		make loop-player execute command "scoreb"
on quit:
	loop all players:
		make loop-player execute command "scoreb"
variables:
	{kills::%player%} = "0"
	{deaths::%player%} = "0"
on death:
	if victim is a player:
		if attacker is a player:
			add 1 to {kills::%attacker%}
			add 1 to {deaths::%victim%}
			make victim execute command "scoreb"
			make attacker execute command "scoreb"

Mimo , że rozwiązanie jest popaprane oraz nie ma pingu gracza to jest ok XD

Może @KrejzolekPRO Ci pomoże :D

Odnośnik do komentarza
https://skript.pl/temat/20206-info-board/#findComment-137351
Udostępnij na innych stronach

  • 0
4 minuty temu, McKoxu napisał:

Po co zabierasz graczowi 0 serc ? To nie jest w ogóle potrzebne 

Eh... potrzebne czy nie , fajny efekt według mnie :P

 

# eBoard
command /scoreb:
	trigger:
		display board named "&3scoreboard" to player
		make score "&6ONLINE: &a%size of all players%" in board of player to 4
		make score "&6KILLS: " in board of player to 3
		make score "&c%{kills::%player%}%" in board of player to 2
		make score "&6DEATHS: " in board of player to 1
		make score "&4%{deaths::%player%}%" in board of player to 0
		move display of player to sidebar
on join:
	loop all players:
		make loop-player execute command "scoreb"
on quit:
	loop all players:
		make loop-player execute command "scoreb"
variables:
	{kills::%player%} = "0"
	{deaths::%player%} = "0"
on death:
	if victim is a player:
		if attacker is a player:
			add 1 to {kills::%attacker%}
			add 1 to {deaths::%victim%}
			make victim execute command "scoreb"
			make attacker execute command "scoreb"

 

Odnośnik do komentarza
https://skript.pl/temat/20206-info-board/#findComment-137358
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...