Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

How to make ORelio Minecraft Console Client move player every 5 minutes

I'm using ORelio's Minecraft Console Client to bring my alternate accounts onto a server. I have written a windows batch file that can open the client, log into my account, and then connect to a ...
Craze's user avatar
  • 1
0 votes
1 answer
107 views

Failed Build When Trying To Build Eclipse With Gradlew (Environment Variable)

So I'm trying to get into Minecraft modding, and I've ran into a problem. I have a batch file with the text: gradlew eclipse this is supposed to setup eclipse instead (it closes really fast) it says ...
BeastCoder's user avatar
1 vote
1 answer
2k views

Batch File Automation issues

So, I want to create a batch file for my Minecraft Server to startup and then restart the server at the end of each day (midnight, preferably, but 24-hour period works as well) This is my startup ...
Fire Dragon's user avatar
1 vote
0 answers
951 views

Safely make running .BAT script accessible via SSH/Telnet

Before I start, I'd like to say that what I'll describe here is being done using consumer grade electronics and personal computers, not proper server hardware. My Windows 10 machine runs a Minecraft ...
Manchineel's user avatar
  • 1,041
0 votes
1 answer
12k views

How to launch minecraft 1.8.5 from Command Line

I'm working on a custom MC Launcher, but I can't find a way to run Minecraft (1.8.5) from the command line. I saw some other examples which used to work fine on 1.7.2, but I can't get that code to ...
user avatar
-1 votes
1 answer
219 views

Your AHK script for javaw priority?

I would like to know something for minecraft. Following your post here : How can I automatically change the priority of Javaw.exe when loading Minecraft? . Which AHK script you used for change the ...
Ben's user avatar
  • 11
1 vote
1 answer
2k views

Launch Minecraft 1.7.2 From Batch File and change Username

Near the start of the year I made a series of little batch scripts allowing people to run minecraft off of their usbs and not leave anything on the computer (symlink from %appdata%/.minecraft to ./....
ibrokemypie's user avatar
4 votes
1 answer
27k views

Download a file from the latest stable Jenkins build

Using a batch file and wget/curl, how can I download the Multiverse-Core-.jar from here? http://ci.onarandombox.com/job/Multiverse-Core/lastStableBuild/artifact/target/ I want to use the timestamping ...
Craft1n3ss's user avatar
1 vote
1 answer
425 views

wait after call command minecraft

I'm trying to create a batch file for a friend because he has some problems on minecraft. He needs to launch minecraft 80 times without closing java error... I have 2 batches, one with a while, and an ...
smeagogol's user avatar