forked from michaelzangl/minebot
-
Notifications
You must be signed in to change notification settings - Fork 0
Settings
Michael Zangl edited this page Jan 4, 2016
·
1 revision
Minebot does not have a settings GUI. Instead, it can be tuned using a settings file.
You can use the following commands to edit it:
/minebot settings edit
This should open your system editor for json files. If you don't have an editor, an error message should be displayed
/minebot settings store
The settings file that is currently used is stored in .minecraft/minebot/minebot.json
. You can edit it there.
After editing, the file is automatically reloaded as soon as you start the next mine/...-command. Some global settings (movement speed) may take until the next minecraft start to take over.