Skip to content

waiting in the shuffle #2091

Answered by milutinke
Kocimietka7192 asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Open MinecraftClient.ini in Notepad or some text editor
  2. Find [ScriptScheduler] using CTRL + F (or whatever is the key binding for search in your editor)
  3. Set enabled to true
  4. Set tasksfile to tasks.ini

It should be like this:

[ScriptScheduler]
# Schedule commands and scripts to launch on various events such as server join, date/time or time interval
# See README > 'Using the Script Scheduler' for more info
enabled=true
tasksfile=tasks.ini
  1. Create a tasks.ini file.
  2. Open it up and add this:
[Task]
triggerOnLogin=true
script=on-login.txt
  1. Save it and close.

  2. Create a on-login.txt

  3. Add the following:

wait 30
send /login yourpasswordhere
  1. Save and close.
  2. Fire up the MCC

Replies: 2 comments

Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ORelio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants