command /plik []: trigger: if arg 1 is "create": if file "plugins/Folder/plik.yaml" doesn't exists: create file "plugins/Folder/plik.yaml" send "Utworzono plik!" if arg 1 is "remove": if file "plugins/Folder/plik.yaml" is exists: delete file "plugins/Folder/plik.yaml" send "Usunięto plik!" command /folder []: trigger: if arg 1 is "create": if folder "plugins/Folder" doesn't exists: create folder "plugins/Folder" send "Stworzono folder!" if arg 1 is "remove": if folder "plugins/Folder" is exists: delete folder "plugins/Folder" send "Usunięto folder!" command /write []: trigger: if file "plugins/Folder/plik.yaml" is exists: set yaml value "Notatka" from file "plugins/Folder.plik.yaml" to "%arg 1%" send "Dodałeś notatkę w pliku!" command /read: trigger: if file "plugins/Folder/plik.yaml" is exists: set {zmienna} to yaml value "Notatka" from file "plugins/Folder/plik.yaml" send "%{zmienna}%"