Chyba cos takiego bledow nie wyswietla.
command /ustawopis:
trigger:
if player has permission "essentials.sklep":
send "&8» &fNapisz na czacie Twoj opis sklepu" to player
set {opisnaczacie::%player%} to true
stop
on chat:
if {opisnaczacie::%player%} is true:
cancel event
set {_message::*} to player's message
set {_ilosc} to size of {_message::*}
if {_ilosc} < 30:
send "&8» &fUstawiono opis na: &%{_message::*}%" to player
clear {opisnaczacie::%player%}
set {opissklepu::%player%::*} to {_message::*}
else:
if {_ilosc} > 30:
send "&8» &fZa duza ilosc znakow, sprobuj jeszcze raz %{_ilosc}%" to player
stop