Skocz do zawartości
  • 0

SZUKAM SKRYPTY NA /PREZENT


Kwiecien1337

Pytanie

Szukam osoby która napisze mi skrypt na prezenty chodzi mi o takie komendy:

/prezent - po wpisaniu gracz otrzymuje x3 skrzynki pod nazwa PREZENT raz na 6h

/giveprezent - komenda tylko dla administratora

/prezentinfo- informacje o co chodzi w tych prezentach (sam sobie napisze)

Drop:

1 diaxowy miecz

2 5 diax

3 1 emerald

4 nametag

5 jedzenie

64 cobla

procenty takie srednie

gdy gracz ma juz skrzynke wtedy klika i wyswietla sie komunikat na chacie gracz otworzył prezent

dziekuje

Odnośnik do komentarza
Udostępnij na innych stronach

3 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
19 minut temu, Kwiecien1337 napisał:

Szukam osoby która napisze mi skrypt na prezenty chodzi mi o takie komendy:

/prezent - po wpisaniu gracz otrzymuje x3 skrzynki pod nazwa PREZENT raz na 6h

/giveprezent - komenda tylko dla administratora

/prezentinfo- informacje o co chodzi w tych prezentach (sam sobie napisze)

Proszę, skrypt nietestowany.

on right click:
	player's tool is chest named "PREZENT"
	chance of 5%:
		drop 1 diamond sword at player
	chance of 5%:
		drop (random integer between 2 and 5) of diamonds at player
	chance of 5%:
		drop (random integer between 1 and 3) of emeralds at player
	chance of 5%:
		drop 4 nametags at player
	chance of 5%:
		drop 5 cooked beef at player
	chance of 5%:
		drop 64 cobblestone at player
	broadcast "&6%player% &fotworzył prezent!"
		
on place:
	player's tool is chest named "PREZENT"
	cancel event
	
command /prezent:
	executable by: players
	cooldown: 6 hours
	cooldown message: &cNie możesz jeszcze odebrać prezentów!
	cooldown storage: {cooldown::prezent::%player%}
	trigger:
		give player 3 chest named "PREZENT"
		send "&aOtrzymałeś 3 prezenty!" to player
		
command /giveprezent:
	trigger:
		give player 3 chest named "PREZENT"
		send "&aOtrzymałeś 3 prezenty!" to player
		
command /prezentinfo:
	trigger:
		send "twoja" to sender
		send "informacja" to sender
		send "o" to sender
		send "prezentach" to sender

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
32 minuty temu, Kormic napisał:

Proszę, skrypt nietestowany.


on right click:
	player's tool is chest named "PREZENT"
	chance of 5%:
		drop 1 diamond sword at player
	chance of 5%:
		drop (random integer between 2 and 5) of diamonds at player
	chance of 5%:
		drop (random integer between 1 and 3) of emeralds at player
	chance of 5%:
		drop 4 nametags at player
	chance of 5%:
		drop 5 cooked beef at player
	chance of 5%:
		drop 64 cobblestone at player
	broadcast "&6%player% &fotworzył prezent!"
		
on place:
	player's tool is chest named "PREZENT"
	cancel event
	
command /prezent:
	executable by: players
	cooldown: 6 hours
	cooldown message: &cNie możesz jeszcze odebrać prezentów!
	cooldown storage: {cooldown::prezent::%player%}
	trigger:
		give player 3 chest named "PREZENT"
		send "&aOtrzymałeś 3 prezenty!" to player
		
command /giveprezent:
	trigger:
		give player 3 chest named "PREZENT"
		send "&aOtrzymałeś 3 prezenty!" to player
		
command /prezentinfo:
	trigger:
		send "twoja" to sender
		send "informacja" to sender
		send "o" to sender
		send "prezentach" to sender

 

Dzięki

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