Skocz do zawartości
  • 0

Zrobi/podeśle ktoś DZIAŁAJĄCY skrypt na brush? 1.17.1


Pytanie

podeśle ktoś lub zrobi plugin/skrypt na brush na wersje 1.17.1? proszę 😀

edit

jak narazie tyle zrobiłem dalej się zaciąłem permissie zapomniałem jak się dawało i  nwm jak zrobić żeby blok przed i rogi kopało dlatego kilka ostatnich linijek nie zadziała jeżeli ktoś by poprawił bym był bardzo wdzięczny

options:
    kod : 123789
command /give-brush:
    trigger:
        if arg 1 is set:
            if arg 1 is {@kod}:
                give 1 of blaze rod named "&6&lBrush 4x4x1" to player
                send "&c&lBrush dla cb"
            else:
                send "&4Podano zly kod"
        else:
            send : :&4Nie podales kodu!:
        
on leftclick holding blaze rod:
    player's tool's name is "&6&lBrush 4x4x1":
        targeted block is not bedrock:
            targeted block is stone:
                set targeted block to air
                drop 1 of cobblestone at location of targeted block                                         
            targeted block is grass:
                set targeted block to air
                drop 1 of dirt at location of targeted block                                                 
            targeted block is dirt:
                set targeted block to air
                drop 1 of dirt at location of targeted block
                
        block right targeted block is not bedrock:
            block right targeted block is stone:
                set block right targeted block to air
                drop 1 of cobblestone at location of targeted block                                         
            block right targeted block is dirt:
                set block right targeted block to air
                drop 1 of dirt at location of targeted block     

        block left targeted block is not bedrock:
            block left targeted block is stone:
                set block left targeted block to air
                drop 1 of cobblestone at location of targeted block                                         
            block left targeted block is dirt:
                set block left targeted block to air
                drop 1 of dirt at location of targeted block     

        block behind targeted block is not bedrock:
            block behind targeted block is stone:
                set block behind targeted block to air
                drop 1 of cobblestone at location of targeted block                                         
            block behind targeted block is dirt:
                set block behind targeted block to air
                drop 1 of dirt at location of targeted block     

        block before targeted block is not bedrock:
            block before targeted block is stone:
                set block before targeted block to air
                drop 1 of cobblestone at location of targeted block                                         
            block before targeted block is dirt:
                set block before targeted block to air
                drop 1 of dirt at location of targeted block

                                            

Notro

Wstawiam kod w code.

Notatka dodana przez Notro

Odnośnik do komentarza
https://skript.pl/temat/50936-zrobipode%C5%9Ble-kto%C5%9B-dzia%C5%82aj%C4%85cy-skrypt-na-brush-1171/
Udostępnij na innych stronach

2 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 1
options:
	kod : "123789"
command /give-brush <text>:
	permission: x
	trigger:
		if arg 1 is set:
			if arg 1 is {@kod}:
				give 1 of blaze rod named "&6&lBrush 4x4x1" to player
				send "&c&lBrush dla cb"
			else:
				send "&4Podano zly kod"
		else:
			send "&4Nie podales kodu!"
			
on leftclick holding blaze rod:
	player's tool's name is "&6&lBrush 4x4x1":
		targeted block is not bedrock:
			targeted block is stone:
				set targeted block to air
				drop 1 of cobblestone at location of targeted block 										
			targeted block is grass:
				set targeted block to air
				drop 1 of dirt at location of targeted block 												
			targeted block is dirt:
				set targeted block to air
				drop 1 of dirt at location of targeted block
				
		block right targeted block is not bedrock:
			block right targeted block is stone:
				set block right targeted block to air
				drop 1 of cobblestone at location of targeted block 										
			block right targeted block is dirt:
				set block right targeted block to air
				drop 1 of dirt at location of targeted block 	

		block left targeted block is not bedrock:
			block left targeted block is stone:
				set block left targeted block to air
				drop 1 of cobblestone at location of targeted block 										
			block left targeted block is dirt:
				set block left targeted block to air
				drop 1 of dirt at location of targeted block 	

		block behind targeted block is not bedrock:
			block behind targeted block is stone:
				set block behind targeted block to air
				drop 1 of cobblestone at location of targeted block 										
			block behind targeted block is dirt:
				set block behind targeted block to air
				drop 1 of dirt at location of targeted block 	

		block forward targeted block is not bedrock:
			block forward targeted block is stone:
				set block forward targeted block to air
				drop 1 of cobblestone at location of targeted block 										
			block forward targeted block is dirt:
				set block forward targeted block to air
				drop 1 of dirt at location of targeted block

 

Odnośnik do komentarza
https://skript.pl/temat/50936-zrobipode%C5%9Ble-kto%C5%9B-dzia%C5%82aj%C4%85cy-skrypt-na-brush-1171/#findComment-314405
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ę...