-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
106 lines (99 loc) · 1.99 KB
/
settings.json
File metadata and controls
106 lines (99 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"bot_account": {
"username": "KFC",
"password": "",
"type": "offline"
},
"server": {
"ip": "germ1.sodiumnodes.org",
"port": 8056,
"version": "1.12.1"
},
"position": {
"enabled": false,
"x": 0,
"y": 0,
"z": 0
},
"utils": {
"random_afk": {
"enabled": true
},
"auto_auth": {
"enabled": false,
"password": ""
},
"anti_afk": {
"enabled": true,
"sneak": true,
"rotate": true,
"jump": true,
"swing_arm": true,
"interval": 10
},
"chat_messages": {
"enabled": true,
"repeat": true,
"repeat_delay": 25,
"messages": [
"I have 6 pack with a layer of fat",
"I'm basically Herobrine's cousin"
]
},
"combatLogger": {
"enabled": true
},
"chatGuard": {
"enabled": true,
"autoReply": true,
"whitelist": [
"KFC"
]
},
"inventory_manager": {
"enabled": true,
"auto_equip": true,
"auto_unequip": true,
"auto_equip_delay": 1000,
"auto_unequip_delay": 1000,
"auto_equip_items": [
"diamond_sword",
"diamond_pickaxe",
"diamond_axe",
"diamond_shovel",
"diamond_helmet",
"diamond_chestplate",
"diamond_leggings",
"diamond_boots"
]
},
"chat_log": true,
"auto_reconnect": true,
"auto_recconect_delay": 5000
},
"modules": {
"autoRoast": true,
"randomAfk": true,
"antiStuck": true,
"combatLogger": true,
"inventoryManager": true,
"autoEat": true,
"autoFish": true,
"autoFarm": true,
"autoMine": true,
"autoCook": true,
"autoEquip": true,
"autoBuild": true,
"autoDefend": true,
"autoTrade": true,
"autoExplore": true,
"autoSleep": true,
"autoHunt": true,
"autoRepair": true,
"autoEnchant": true,
"missionRunner": true,
"chatGuard": true,
"playerTracker": true,
"pvpPractice": true
}
}