Skocz do zawartości
  • 0

Nie działają craftingi


kamilpocwiard

Pytanie

Mam problem ponieważ nie działają mi craftingi. Nie pokazuje żadnego błędu ale na serwerze nie mogę tego craftowac. Jaki jest problem ?

on load:	new Recipe {_spawn}	{_spawn}.Recipe.registerIngredient{1, 1 none};	{_spawn}.Recipe.registerIngredient{2, 1 emerald};	{_spawn}.Recipe.registerIngredient{3, 1 none};	{_spawn}.Recipe.registerIngredient{4, 1 none};	{_spawn}.Recipe.registerIngredient{5, 1 stick};	{_spawn}.Recipe.registerIngredient{6, 1 none};	{_spawn}.Recipe.registerIngredient{7, 1 none};	{_spawn}.Recipe.registerIngredient{8, 1 stick};	{_spawn}.Recipe.registerIngredient{9, 1 none};	{_spawn}.Recipe.setResult{1 Stick of Unbreaking 10  named "&3Rozdzka teleportacji"};	{_spawn}.Recipe.register{};	new Recipe {_stone}	{_stone}.Recipe.registerIngredient{1, 1 stone};	{_stone}.Recipe.registerIngredient{2, 1 stone};	{_stone}.Recipe.registerIngredient{3, 1 stone};	{_stone}.Recipe.registerIngredient{4, 1 stone};	{_stone}.Recipe.registerIngredient{5, 1 redstone};	{_stone}.Recipe.registerIngredient{6, 1 stone};	{_stone}.Recipe.registerIngredient{7, 1 stone};	{_stone}.Recipe.registerIngredient{8, 1 stone};	{_stone}.Recipe.registerIngredient{9, 1 stone};	{_stone}.Recipe.registerResult{1 end stone};
Odnośnik do komentarza
Udostępnij na innych stronach

7 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

nigdzie

on load:	new Recipe {_spawn}	{_spawn}.Recipe.registerIngredient{1, 1 none};	{_spawn}.Recipe.registerIngredient{2, 1 emerald};	{_spawn}.Recipe.registerIngredient{3, 1 none};	{_spawn}.Recipe.registerIngredient{4, 1 none};	{_spawn}.Recipe.registerIngredient{5, 1 stick};	{_spawn}.Recipe.registerIngredient{6, 1 none};	{_spawn}.Recipe.registerIngredient{7, 1 none};	{_spawn}.Recipe.registerIngredient{8, 1 stick};	{_spawn}.Recipe.registerIngredient{9, 1 none};	{_spawn}.Recipe.setResult{1 Stick of Unbreaking 10  named "&3Rozdzka teleportacji"};	{_spawn}.Recipe.register{};command /settp:	trigger:		player has permission "easyhard.ustawspawn":			set {y} to x-location of player			set {z} to z-location of player			set {spawn.punkt} to location of player			message "&9Spawn ustawiony :)"		else:			send "&9Brak uprawnien do ustawiania punktu spawnu :)"on respawn:	wait 1 tick	teleport player to {spawn.punkt}on damage of player:	if {spawn.teleport.%victim%} is true:		send "&7Teleport na spawn anulowany" to victim		set {spawn.teleport.%victim%} to falsevariables:	{tp.%player%} = falseon drop:	if {tp.%player%} is true:		cancel event		send "&7Nie mozesz wyrzucac przedmiotow podczas teleportacji!"		stopon right click holding stick:	if name of the player's tool is "&3Rozdzka teleportacji":		set {tp.%player%} to true		send "&7Za &65 sekund&7 zostaniesz przeteleportowany na spawn!"		set {tp} to location of player		wait 1 second		if {tp} isn't location of player:			send "&7Teleportacja zostala przerwana!"			set {tp.%player%} to false			stop		wait 1 second		if {tp} isn't location of player:			send "&7Teleportacja zostala przerwana!"			set {tp.%player%} to false			stop		wait 1 second		if {tp} isn't location of player:			send "&7Teleportacja zostala przerwana!"			set {tp.%player%} to false			stop		wait 1 second		if {tp} isn't location of player:			send "&7Teleportacja zostala przerwana!"			set {tp.%player%} to false			stop		wait 1 second		if {tp} isn't location of player:			send "&7Teleportacja zostala przerwana!"			set {tp.%player%} to false			stop		teleport player to {spawn.punkt}		send "&7Zostales przeteleportowany na spawn!"		remove stick of knockback 2 from player		set {tp.%player%} to false		stopcommand /vspawn:	trigger:		if player has permission "easyhard.vspawn":			set {tp.%player%} to true			send "&7Za &65 sekund&7 zostaniesz przeteleportowany na spawn!"			set {tp} to location of player			wait 1 second			if {tp} isn't location of player:				send "&7Teleportacja zostala przerwana!"				set {tp.%player%} to false				stop			wait 1 second			if {tp} isn't location of player:				send "&7Teleportacja zostala przerwana!"				set {tp.%player%} to false				stop			wait 1 second			if {tp} isn't location of player:				send "&7Teleportacja zostala przerwana!"				set {tp.%player%} to false				stop			wait 1 second			if {tp} isn't location of player:				send "&7Teleportacja zostala przerwana!"				set {tp.%player%} to false				stop			wait 1 second			if {tp} isn't location of player:				send "&7Teleportacja zostala przerwana!"				set {tp.%player%} to false				stop			teleport player to {spawn.punkt}			send "&7Zostales przeteleportowany na spawn!"			set {tp.%player%} to false			stop		else:			send "&cNie masz permisji do tego"
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

to ma byc cos takiego ?

on load:	set {_spawn} to "spawn"	new Recipe {_spawn}	{_spawn}.Recipe.registerIngredient{1, 1 none};	{_spawn}.Recipe.registerIngredient{2, 1 emerald};	{_spawn}.Recipe.registerIngredient{3, 1 none};	{_spawn}.Recipe.registerIngredient{4, 1 none};	{_spawn}.Recipe.registerIngredient{5, 1 stick};	{_spawn}.Recipe.registerIngredient{6, 1 none};	{_spawn}.Recipe.registerIngredient{7, 1 none};	{_spawn}.Recipe.registerIngredient{8, 1 stick};	{_spawn}.Recipe.registerIngredient{9, 1 none};	{_spawn}.Recipe.setResult{1 Stick of Unbreaking 10  named "&3Rozdzka teleportacji"};	{_spawn}.Recipe.register{};
Odnośnik do komentarza
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ę...