on join: if file "plugins/Zapisy/%player%.yml" doesn't exists: create file "plugins/Zapisy/%player%.yml" set "Ostatnie wejscie" to "%now%" in yaml file "plugins/Zapisy/%player%.yml" else: set "Ostatnie wejscie" to "%now%" in yaml file "plugins/Zapisy/%player%.yml" on quit: if file "plugins/Zapisy/%player%.yml" doesn't exists: create file "plugins/Zapisy/%player%.yml" set "Ostatnie wyjscie" to "%now%" in yaml file "plugins/Zapisy/%player%.yml" else: set "Ostatnie wyjscie" to "%now%" in yaml file "plugins/Zapisy/%player%.yml"