Skocz do zawartości
  • 0

Islandworld spolszczenie


Brandon18 21
 Udostępnij

Pytanie

Prosiłbym o skrypt spolszczenie komend pluginu IslandWorld

Przykładowo: zamiast /is create byłaby komenda /stworz, zamiast /is byłaby /wyspa itd.

Zamiast /is create byłaby /stworz

Zamiast /is home byłaby /dom

Zamiast /is fixhome byłaby /naprawdom

Zamiast /is open offline byłaby /otworz offline

Zamiast /is open byłaby /otworz

Zamiast /is close byłaby /zamknij

Zamiast /is visit byłaby /odwiedz

Zamiast /add byłaby /dodaj

Byłbym bardzo wdzięczny :D 

Odnośnik do komentarza
Udostępnij na innych stronach

5 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
command /stworz:
	trigger:
    	execute player command "is create"
command /dom:
	trigger:
    	execute player command "is home"
command /naprawdom:
	trigger:
    	execute player command "is fixhome"
command /otworz [<text>]:
	trigger:
    	if arg 1 is not set:
        	execute player command "is open"
    	if arg 1 is "offline"
    		execute player command "is open offline"
command /zamknij:
	trigger:
    	execute player command "is close"
command /odwiedz [<text>]:
	trigger:
    	if arg 1 is set:
    		execute player command "is visit %arg 1%"
command /dodaj [<text>]:
	trigger:
    	if arg 1 is set:
    		execute player command "is add %arg 1%"

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
8 minut temu, xVendrome napisał:
command /stworz:
	trigger:
    	execute player command "is create"
command /dom:
	trigger:
    	execute player command "is home"
command /naprawdom:
	trigger:
    	execute player command "is fixhome"
command /otworz [<text>]:
	trigger:
    	if arg 1 is not set:
        	execute player command "is open"
    	if arg 1 is "offline"
    		execute player command "is open offline"
command /zamknij:
	trigger:
    	execute player command "is close"
command /odwiedz [<text>]:
	trigger:
    	if arg 1 is set:
    		execute player command "is visit %arg 1%"
command /dodaj [<text>]:
	trigger:
    	if arg 1 is set:
    		execute player command "is add %arg 1%"

 

Nie działa :/

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

Zepsuły się taby ;x

command /stworz:
	trigger:
		execute player command "is create"
command /dom:
	trigger:
		execute player command "is home"
command /naprawdom:
	trigger:
		execute player command "is fixhome"
command /otworz [<text>]:
	trigger:
		if arg 1 is not set:
			execute player command "is open"
		if arg 1 is "offline"
			execute player command "is open offline"
command /zamknij:
	trigger:
		execute player command "is close"
command /odwiedz [<text>]:
	trigger:
		if arg 1 is set:
			execute player command "is visit %arg 1%"
command /dodaj [<text>]:
	trigger:
		if arg 1 is set:
			execute player command "is add %arg 1%"

Zobacz teraz

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
14 minut temu, xVendrome napisał:

Zepsuły się taby ;x

command /stworz:
	trigger:
		execute player command "is create"
command /dom:
	trigger:
		execute player command "is home"
command /naprawdom:
	trigger:
		execute player command "is fixhome"
command /otworz [<text>]:
	trigger:
		if arg 1 is not set:
			execute player command "is open"
		if arg 1 is "offline"
			execute player command "is open offline"
command /zamknij:
	trigger:
		execute player command "is close"
command /odwiedz [<text>]:
	trigger:
		if arg 1 is set:
			execute player command "is visit %arg 1%"
command /dodaj [<text>]:
	trigger:
		if arg 1 is set:
			execute player command "is add %arg 1%"

Zobacz teraz

A możesz zrobić ustaw dom usun dom itp.?

Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
 Udostępnij

  • Ostatnio przeglądający   0 użytkowników

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