#Author: https://www.youtube.com/channel/UCrLRi1agFOXTG4GIZSmINOQ #Discord: https://dc.SzalonaMasakra.PL/ options: permission: &cNie posidasz uprawnien do tej komendy! # <-------- Wiadomość Permissji tmsg: &8&l» &7Zmieniono godzine na # <---------- Wiadomość komendy day i night cmsg1: &8&l» &7Usunięto przedmioty z twojego ekwpipunku! cmsg2: &8&l» &7Usunięto przedmioty z ekwpipunku gracza inlair: &8&l» &cMusisz coś trzymać w ręku! # <----- Wiadomość wysyłana w tedy kiedy podacz zmieniania nazwy lub opisu przedmiotu nic nie trzymasz w ręku inmsg: &8&l» &7Pomyślnie dodano Nazwe! ilmsg: &8&l» &7Pomyślnie dodano Opis! command /night: aliases: noc permission: szalonamasakra.time permission message: {@permission} trigger: set time to 23:00 send "{@tmsg} &6NOC" command /day: aliases: dzien permission: szalonamasakra.time permission message: {@permission} trigger: set time to 06:00 send "{@tmsg} &6DZIEN" command /kosz: trigger: set {_kosz} to chest inventory with 4 row named "&f&lKOSZ" open {_kosz} to player command /c []: permission: clear.admin permission message: {@permission} aliases: clear, usun, wyczysc, eclear trigger: if arg 1 is not set: clear player's inventory send "{@cmsg1}" if arg 1 is set: clear arg 1's inventory send "{@cmsg2}: %arg 1%" command /itemname []: permission: name.add permission message: {@permission} trigger: if player's tool is air: send "{@inlair}" if player's tool is not empty: set name of player's tool to "%colored arg 1%" send "{@inmsg}" command /itemlore []: permission: lore.add permission message: {@permission} trigger: if player's tool is air: send "{@inlair}" if player's tool is not empty: set lore of player's tool to "%colored arg 1%" send "{@ilmsg}"