У нас вы можете посмотреть бесплатно The ZipKrowd SeedFinder или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
The ZipKrowd SeedFinder is a program to search seeds for Minecraft by different criteria. New Version! • The ZipKrowd SeedFinder Version 1.2 and Bi... Java 8 download: http://www.oracle.com/technetwork/jav... How to use plugins (and doc seed plugin): • ZipKrowd SeedFinder - How to use plugins a... How to use advanced settings: • ZipKrowd SeedFinder - Advanced Settings SeedFinder downloads: http://zipkrowd.com/tools.htm#seedfinder Please report any bugs you find to me, thanks! Thanks a lot to bbinme for helping with the program: / bbinme2005 You can also start the program from the command line. You'll have to add arguments for the options though. (works in V1.1_02+) The command would be java -jar SeedFinder.jar pluginName mode modeArgs The mode can be: RANGE for range of seeds mode, SINGLE for single seed mode, LIST for list of seeds mode, RANGELIST for list of seed ranges mode The modeArgs are: RANGE startSeed seedsToCheck SINGLE startSeed LIST listFileName RANGELIST listFileName So if you want to say check 10 billion seeds starting from seed 12345 you start the program like this: java -jar SeedFinder.jar "Quad Witch Hut 1.7.x" range 12345 10b Also you can set the properties: radius useLargeBiome maximumDistanceToBestThreshold numberOfStructuresThreshold totalSpawningAreaThreshold To do this you'll have to start the program as the conole version, as explained above and add an args.txt file to the same folder the program is in. The format of the file should look something like this: property1:value property2:value ...