funko fusion

Survival [SK] ItemName

  • Thread starter Thread starter LilDevil2000
  • Rozpoczęty Rozpoczęty
L

LilDevil2000

Gość
Hej. Dziś wam przedstawię również bardzo prosty skrypt, mianowicie skrypt służy do zmieniania nazwy przedmiotom.
Kod:
command /Itemname [<text>]:
trigger:
  if player has permission "essentialsskript.clear or itemname.*":
   if arg 1 is set:
    set name of the player's tool to "%coloured argument 1%"
    send "&fPomyslnie zmieniono nazwe na %coloured arg 1%"
    stop
   else:
    send "&fPodaj nazwe przedmiotu."
    stop
 
Ostatnio edytowane przez moderatora:
Back
Do góry