Minecraft başlatıcı tek başına çalışan oyuna giriş yapmayı ve oyunun indirilmesine yarayan bir istemcidir. Ana Java paketlerini indirmekten sorumludur, bunların içinde oyunun kodlarını, dokuları gibi kaynak dosyalarını barındıran minecraft.jar ve LWJGL de vardır. Ayrıca ilk kez çalıştığında kullanıcıyı ücretli bir hesaba giriş yapmaya zorlayarak, basit ve kolayca aşılamaz bir bir kopyalama koruması gibi davranır. Başlatıcı Minecraft'ın neredeyse tüm versiyonlarını çalıştırmak için kullanılabilir, ancak bazı versiyonlar başlatıcıda hala bulunmuyor, Indev, Minecraft 2.0 ve Beta 1.9 ön sürümleri. Şuanki başlatıcı Minecraft için altıncı başlatıcıdır ve bunların ikincisi kendini otomatik olarak güncelleyecek şekilde yapıldı.
Daha önce giriş yapılmamış bir başlatıcının giriş ekranı.
Başlatıcı her başladığında Minecratt'ın bulunduğu .minecraft dosyasını kontrol eder. Kimlik bilgileri için "launcher_profiles.json" dosyasını kontrol eder. Dosyalar bulunamazsa, bozulmuşsa ya da hiçbir kullanıcı giriş yapmamışsa, kullanıcıdan bir premium hesaba giriş yapmasını ister aksi takdirde kulanıcıyı demo sürümü oynamaya ya da oyunu satın almaya yönlendirir.
Giriş yapılırken başlatıcı ilk olarak girişi doğrulamayı dener. Eğer geçerli bir "launcher_profiles.json" dosyası var fakat internet bağlantısı yoksa, başlatıcı eğer son kapatıldığında bir oyuncu giriş yapmışsa "Çevrimdışı Oyna" modu sunar. Eğer bağlantı başarılı ise, başlatıcı ondan sonra profil ayarlarına bağlı olarak sunucu tarafından gönderilen son sürümü son "sürümler" dizinindeki son sürüm ile karşılaştırır. Eğer seçilmiş sürüm mevcut değil ise ya da "En son ana sürüm" seçilmiş iken yüklü olan sürüm artık son sürüm değilse, başlatıcı tüm Minecraft bileşenlerini ve Java binary dosyalarını indirir. Ayrıca Assets dosyasındaki herşeyi senkronize eder (Kaynak paketleri sayfasına bakın).
Sonunda, başarılı bir güncelleme ya da yüklemenin ardından, başlatıcı ("javaw.exe" ile, Oracle'ın Java Sanal Makine çalıştırıcısı.)Minecraft jar'ı çalıştırır. Ancak eksik ".jar" dosyaları olabilir, bu durumda başlatıcı bunları otomatik olarak değiştirmeyi deneyecektir ama eğer ki bağlantı yoksa duracaktır.
Şu anda, Minecraft başlatıcısı 57 dil destekliyor.
Özellikler
Başlatıcı
Manage multiple profiles (stored in "launcher_profiles.json"). Each profile can control:
Game version. Includes access to outdated development builds and previous releases. You can also add older/custom versions manually[1]. See this video for instructions.
Mojang account used to play the game
Command line arguments for Java (such as heap size)
Game Directory (where the game files are saved on disk)
Edit profile pictures or custom made ones
The launcher doesn't store your password locally. Instead of this, it uses a 'refresh token'.
The launcher supports multiple instances (as the game also does).
Automatic updates for launcher.
Ability to update libraries, such as LWJGL.
Offline mode. (The first time launch requires an Internet connection to download required resources)
57 Languages avaliable
Crashes can be reported to Mojang, through Hopper.
Crashes are indexed through a database for information on how to fix the issue.
Launcher Settings.
Switching Accounts or logging off.
Changing Skins.
Downloads servers on versions.
Help button.
Tiny Creeper face button (when you click it, it glows but it does nothing).
Shows you the launcher version information when you click the launcher version.
Zaman Makinesi
A profile with Alpha and Beta versions enabled
The Minecraft launcher has the ability to play old Alpha and Beta versions of the game. Currently, snapshots, Alpha, Beta, and all Release versions are available to play. Four Pre-classic versions, four Classic versions, and an Infdev version are already added under the names "old-alpha version".[2]
However, Indev is still missing.
To enable the old versions either click the "Launch Options" then turn the "Historical Versions" on then open your profile or make a new one, next select any of Alpha/Beta versions on the Version box then click "Save" button.
However, these versions are very out of date and may be unstable. Any bugs, glitches, missing features, or crashes that result from instability will never be resolved as only later versions are supported. Mojang strongly recommends that you play them in separate directories than your other saves to avoid corruption.[3]
Dokular
Skin options in the launcher
You can change or add your custom skin within the Minecraft Launcher. To change or add your skin click the "Skins" button, then click the "Browse" button to navigate through your file system for your skin file. The file must have a resolution of 64×64 in order for the launcher to accept it as a skin file. Additionally, the skin file must be in a .png format. After you have found the skin file, click the "Save" button to confirm your in-game skin.
You can reset your skin to the Steve or Alex defaults by clicking "Click to reset".
You can choose between player models - either Classic (Steve) or Slim (Alex).
Profiller
When you open the launcher for first time, it creates a profile that selects the latest version of Minecraft - it cannot be removed.
However, you may create a game profile of your own in the launcher. Click on the "Launch Options" button, then click "Add New" to create one. After this, name your profile as you want it. If you leave it, it will be named "Unnamed Configuration". Then, optionally, select a profile picture from the launcher or a custom one. However, it must be a 128×128 .png picture. Select the version you wish to play, and click "Save" to confirm your profile. If you want to edit a profile, just click it. The same applies if you wish to delete a profile. Simply click the profile you want to delete and then click the "Delete [X]" button to remove it.
You can download server versions by clicking "Download Server".
If you want to resize the game, turn "Resolution" on to change the game window size.
You can turn "Advanced Settings" on to show more profile options.
If you want to change the .minecraft file path, turn the on the "Game directory" option. Now, navigate to the folder where you wish to relocate the .minecraft folder. You can also open the Minecraft profile by clicking the green arrow-shaped "Go to folder" button.
If you turned "Snapshot Versions" on, it creates a "Latest Snapshot" profile automatically.
Beginning with the launcher released with Minecraft 1.6.1, there are other commands for the launcher. These can be seen by running java -jar Minecraft.jar -help.
The new (2.0) launcher has a command-line parameter to change the working directory from .minecraft to any directory of the user's choice: Minecraft_staging.exe --workDir "D:\Users\Administrator\AppData\Roaming\.minecraft". This is especially helpful for users who would like to keep their .minecraft folder off a certain drive, for example, their solid-state drive. The --workDir parameter is available for Windows, Linux, and macOS.
Geçmiş
alpha
1.0.0
Initial release. In this version users can choose not only the current version but also Infdev.
The client requires an internet connection on the first run and for updates, but after that the game supports playing offline.
Command line arguments are accepted to launch the game. Using the format java -cp Minecraft.jar net.minecraft.LauncherFrame usernamepassword will allow login without joining a server, while the format java -cp minecraft.jar net.minecraft.LauncherFrame usernamepasswordserveraddress:portnumber allows joining a server.
Released in Şubat 21, 2011.[4] A technical sneak preview was published by Notch on Şubat 18, 2011.[5]Added capability of automatic login to the game and/or server by command line arguments.
Added smarter update system that only updates changed files, prompts the user to update, allows HTTPS logins for a more secure connection, and offers general UI improvements.
Link to the Minecraft install directory for easy access.
Add Force Update button under the Options dialog.
The launcher also featured an inline "changelog" via a Tumblr called MCUpdate, and supports command-line arguments.[6]
Added the new Minecraft logo.
Added official links, community links and Mojang on Twitter links.
release
1.2.1
Properly selects 64-bit Java installations for Mac OS X users.[7]
1.3.2
Added ability to launch demo mode for non-premium users.
1.6.1
13w16a
New launcher added. See launcher history below.
Minecraft Başlatıcı
Launcher version
Release date
Summary of changes
2.0.934
13 Haziran 2017
Bilinmiyor
2.0.895
30 Mayıs 2017
Yeni çeviriler ve "Hazırlanıyor" bölümünde takılma/çökme sorunu düzeltildi.[8]
2.0.847
10 Nisan 2017
Bilinmiyor
2.0.834 (macOS)
10 Mart 2017
Bilinmiyor
2.0.833
10 Mart 2017
Bilinmiyor
2.0.806
9 Şubat 2017
Bilinmiyor
2.0.774-stage
8 Şubat 2017
Bilinmiyor
2.0.760-stage
3 Şubat 2017
Bilinmiyor
2.0.757-stage
3 Şubat 2017
Bilinmiyor
2.0.726-stage
1 Şubat 2017
Güncelleme işlemi ile ilgili bazı sorunlar düzeltildi.
2.0.710-stage
31 Ocak 2017
Modlar ile ilgili bazı sorunlar düzeltildi.
2.0.700-stage
31 Ocak 2017
Bilinmiyor
2.0.673-stage
27 Ocak 2017
Bilinmiyor
1.6.73-j
26 Ocak 2017
Bilinmiyor
2.0.663-stage
25 Ocak 2017
Mac için artık güvenlik popupları yok.
2.0.581-stage
18 Ocak 2017
Başlatıcı versiyonu sekmesi eklendi, Linux desteği.
2.0.580-stage (macOS)
18 Ocak 2017
Başlatıcı versiyonu sekmesi eklendi.
2.0.511-stage (macOS)
3 Ocak 2017
Yazı tipi Minecraft varsayılanından Segoe UI'ya çevrildi.
2.0.510-stage
3 Ocak 2017
Yazı tipi Minecraft varsayılanından Segoe UI'ya çevrildi.
Başlatıcı ayarı ya da pencere boyutu gözetmeksizin çözünürlüğün 2304x1202 olmasına sebep olan bir sorun çözüldü.
2.0.497-stage
29 Aralık 2016
Daha çok dil eklendi.
2.0.490-stage
27 Aralık 2016
Bilinmiyor
2.0.465-stage (macOS)
8 Aralık 2016
Bilinmiyor
2.0.464-stage
8 Aralık 2016
Bilinmiyor
2.0.455-stage
7 Aralık 2016
Bilinmiyor
2.0.447-stage
6 Aralık 2016
"1.11 En son ana sürüm" ya da altı haricinde herhangi bir minecraft.jar çalıştırılınca çökme sorunu çözüldü.[citation needed]
2.0.429-stage
1 Aralık 2016
Bilinmiyor
2.0.425-stage
30 Kasım 2016
Bilinmiyor
2.0.24-stage
29 Kasım 2016
Bilinmiyor
2.0.414-stage
28 Kasım 2016
Başlatıcının 'Yükleniyor...'da takılması sorunu çözüldü.[9]
"assets" folder; stores resources such as language packs and sounds.
All music discs now use .ogg format instead of .mus format.
"library" folder; stores Java libraries such as LWJGL and jinput.jar.
"versions" folder; there are file "versions.json" (meta data) and folders that stores minecraft.jar for each versions (but its name is same as its version. e.g. for 13w16a, "versions/13w16a/13w16a.jar").
The launcher is an executable.
Galeri
The first Minecraft launcher.
The second Minecraft launcher. You can see old Minecraft logo.
The third Minecraft launcher.
The fourth Minecraft launcher.
The fifth Minecraft launcher version 1.6.
The sixth and current Minecraft launcher version 2.0.
The Launcher Log tab after the Launcher starts
The Local Version Editor (NYI) tab (replaced by Time Machine)
Error message that is displayed if a development launcher is outdated
Error message that is displayed if you open an old launcher after using the 2.0 launcher
Profile icons selection from launcher.
Launcher in offline mode
The Help page
GameCrashinNewLauncher.jpg
Game crash
GameisAlreadyRunninginNewLauncher.jpg
Launcher warns you to run another minecraft if you ran it already
Gereksiz Bilgi
Before beta testing on the new launcher, it was supposed to select launcher language in left front, after that it was replaced by creeper face button that does nothing, just glows.
If you stay long enough on the "Play" button, some mobs will appear on the corner.