Files
tldr/pages.tr/common/minetest.md
2024-10-02 12:37:58 +02:00

22 lines
514 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# minetest
> Çok oyunculu sınırsız dünyalı bloklu sandbox oyun motoru.
> Ayrıca `minetestserver` sayfasına bakılması önerilir.
> Daha fazla bilgi için: <https://wiki.minetest.org/Minetest>.
- Minetest'i kullanıcı modunda başlat:
`minetest`
- Minetest'i belirtilen dünyayı host edecek şekilde sunucu modunda başlat:
`minetest --server --world {{isim}}`
- Belirtilmiş bir dosyaya geçmişi yaz:
`minetest --logfile {{örnek/dosya}}`
- Hataları yalnızca konsola yaz:
`minetest --quiet`