Skocz do zawartości
  • 0

[ZLECENIE] SKRYPT NA CHAT!


Usunięty#25637

Pytanie

3 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
options:
	prefix: &2[SHIBAMC]
command /chat [<text>]:
	permission: *
	trigger:
		if arg is "clear" or "c":
			loop 100 times:
				send "" to all players
			send "{@prefix} &7Admin: &a%player% &7wyczyscil chat!" to all players
			stop
		if arg is "on":
			set {chat} to true
			send "{@prefix} &7Admin: &a%player% &awlaczyl chat!" to all players
			stop
		if arg is "off":
			set {chat} to false
			send "{@prefix} &7Admin: &a%player% &cwylaczyl chat!" to all players
			stop
		send "&7/chat <c/on/off>"
on chat:
	if player has permission "*":
		stop
	if {chat} is false:
		cancel event
		send "{@prefix} &7Chat jest wylaczony!"

 

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