Skocz do zawartości
  • 0

scoreboard


pepek1122583

Pytanie

Witam

Posiadam niecodzienny problem w tym że skript omija mi skrypt
skrypt wyglada tak

command /tablica:
	description: Usuwa i tworzy na nowo scoreboard.
	trigger:
		execute console command "/scoreboard objectives remove Stone"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Dirt"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Sand"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Gravel"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Log"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Log2"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Coal"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Iron"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Gold"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Diamond"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Obsidian"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Glowstone"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Death"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Jump"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Sneak"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove MobKills"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Time"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Bed"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Enchant"
		wait 1 real seconds
		execute console command "/scoreboard objectives remove Fish"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Stone stat.mineBlock.minecraft.Stone Ilosc wykopanego kamienia"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Dirt stat.mineBlock.minecraft.Dirt Ilosc wykopanego dirtu"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Sand stat.mineBlock.minecraft.Sand Ilosc wykopanego piasku"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Gravel stat.mineBlock.minecraft.Gravel Ilosc wykopanego zwiru"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Log stat.mineBlock.minecraft.Log Dab, Swierk, Brzoza, Junglowe"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Log2 stat.mineBlock.minecraft.Log2 Ciemny dab, Akacja"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Coal stat.mineBlock.minecraft.Coal_ore Ilosc wykopanego wegla"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Iron stat.mineBlock.minecraft.Iron_ore Ilosc wykopanego zelaza"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Gold stat.mineBlock.minecraft.Gold_ore Ilosc wykopanego zlota"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Diamond stat.mineBlock.minecraft.Diamond_ore Ilosc wykopanych diamentow"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Obsidian stat.mineBlock.minecraft.Obsidian Ilosc wykopanego obsydianu"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Glowstone stat.mineBlock.minecraft.Glowstone Ilosc wykopanego glowstone"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Death stat.deaths Ilosc smierci"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Jump stat.jump Ilosc skokow"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Sneak stat.sneakTime Ile czasu spedzonego na kucaniu"
		wait 1 real seconds
		execute console command "/scoreboard objectives add MobKills stat.mobKills Ilosc zabitych mobow"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Time stat.playOneMinute Czas gry"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Bed stat.sleepInBed Ilosc spania w lozku"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Enchant stat.itemEnchanted Ilosc zenchantowanych itemow"
		wait 1 real seconds
		execute console command "/scoreboard objectives add Fish stat.treasureFished Ilosc wylowionych rzeczy"

a logi wygladaja tak

[19:39:05 INFO]: Pepek112: /tablica
[19:39:05 INFO]: No objective was found by the name 'Stone'
[19:39:06 INFO]: No objective was found by the name 'Dirt'
[19:39:07 INFO]: No objective was found by the name 'Sand'
[19:39:08 INFO]: No objective was found by the name 'Gravel'
[19:39:09 INFO]: No objective was found by the name 'Log'
[19:39:10 INFO]: No objective was found by the name 'Log2'
[19:39:11 INFO]: No objective was found by the name 'Coal'
[19:39:12 INFO]: No objective was found by the name 'Iron'
[19:39:13 INFO]: No objective was found by the name 'Gold'
[19:39:14 INFO]: No objective was found by the name 'Diamond'
[19:39:15 INFO]: No objective was found by the name 'Obsidian'
[19:39:16 INFO]: No objective was found by the name 'Glowstone'
[19:39:17 INFO]: Removed objective 'Death' successfully
[19:39:18 INFO]: Removed objective 'Jump' successfully
[19:39:19 INFO]: Removed objective 'Sneak' successfully
[19:39:20 INFO]: Removed objective 'MobKills' successfully
[19:39:21 INFO]: Removed objective 'Time' successfully
[19:39:22 INFO]: Removed objective 'Bed' successfully
[19:39:23 INFO]: Removed objective 'Enchant' successfully
[19:39:24 INFO]: No objective was found by the name 'Fish'
[19:39:25 INFO]: Usage: Invalid objective criteria type 'stat.mineBlock.minecraft.Stone'
[19:39:26 INFO]: Usage: Invalid objective criteria type 'stat.mineBlock.minecraft.Dirt'
[19:39:27 INFO]: Usage: Invalid objective criteria type 'stat.mineBlock.minecraft.Sand'
[19:39:28 INFO]: Usage: Invalid objective criteria type 'stat.mineBlock.minecraft.Gravel'
[19:39:29 INFO]: Usage: Invalid objective criteria type 'stat.mineBlock.minecraft.Log'
[19:39:30 INFO]: Usage: Invalid objective criteria type 'stat.mineBlock.minecraft.Log2'
[19:39:31 INFO]: Usage: Invalid objective criteria type 'stat.mineBlock.minecraft.Coal_ore'
[19:39:32 INFO]: Usage: Invalid objective criteria type 'stat.mineBlock.minecraft.Iron_ore'
[19:39:33 INFO]: Usage: Invalid objective criteria type 'stat.mineBlock.minecraft.Gold_ore'
[19:39:34 INFO]: Usage: Invalid objective criteria type 'stat.mineBlock.minecraft.Diamond_ore'
[19:39:35 INFO]: Usage: Invalid objective criteria type 'stat.mineBlock.minecraft.Obsidian'
[19:39:36 INFO]: Usage: Invalid objective criteria type 'stat.mineBlock.minecraft.Glowstone'
[19:39:37 INFO]: Added new objective 'Death' successfully
[19:39:38 INFO]: Added new objective 'Jump' successfully
[19:39:39 INFO]: Added new objective 'Sneak' successfully
[19:39:40 INFO]: Added new objective 'MobKills' successfully
[19:39:41 INFO]: Added new objective 'Time' successfully
[19:39:42 INFO]: Added new objective 'Bed' successfully
[19:39:43 INFO]: Added new objective 'Enchant' successfully
[19:39:44 INFO]: Usage: Invalid objective criteria type 'stat.treasureFished'

Ktoś coś z tego rozumie? T-T

Edit:: Ok doszedłem do wniosku co nie działało, bloki... z małej litery a nie z dużej...
Ale kwestia inna teraz. Czy stworzenie takiej pętli jest poprawne dla skiptu, dzialać działa ale czy nie zamuli serwera 
 

every 21 real minutes:
	execute console command "/scoreboard objectives setdisplay sidebar Stone"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Dirt"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Sand"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Gravel"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Log"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Log2"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Coal"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Iron"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Gold"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Diamond"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Obsidian"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Glowstone"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Death"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Jump"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Sneak"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar MobKills"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Time"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Bed"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Enchant"
	wait 1 real minutes
	execute console command "/scoreboard objectives setdisplay sidebar Fish"

 

Edytowane przez pepek1122583
Odnośnik do komentarza
Udostępnij na innych stronach

2 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

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ę...