Commit 8deff12 1 parent 873f0e5 commit 8deff12 Copy full SHA for 8deff12
File tree 2 files changed +3
-3
lines changed
java/eu/darkbot/popcorn/def
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ public void tickBehaviour() {
96
96
97
97
// Set module to work if there's any
98
98
if (main .module != this && hasAnyCaptchaBox ()) {
99
- maxActiveTime = System .currentTimeMillis () + 60_000 ; // 1 Minute max to solve
99
+ maxActiveTime = System .currentTimeMillis () + 30_000 ; // 30sec max to solve
100
100
main .setModule (this );
101
101
}
102
102
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Default plugin" ,
3
3
"author" : " Popcorn" ,
4
- "version" : " 1.7.0 " ,
4
+ "version" : " 1.7.1 " ,
5
5
"minVersion" : " 1.13.17 beta 56" ,
6
6
"supportedVersion" : " 1.13.17 beta 75" ,
7
7
"features" : [
12
12
" eu.darkbot.popcorn.def.UserAgentUpdater" ,
13
13
" eu.darkbot.popcorn.def.SampleModule"
14
14
],
15
- "download" : " https://github.com/darkbot-reloaded/DefaultPlugin/releases/download/v1.7.0 /DefaultPlugin.jar" ,
15
+ "download" : " https://github.com/darkbot-reloaded/DefaultPlugin/releases/download/v1.7.1 /DefaultPlugin.jar" ,
16
16
"update" : " https://raw.githubusercontent.com/darkbot-reloaded/DefaultPlugin/master/src/main/resources/plugin.json"
17
17
}
You can’t perform that action at this time.
0 commit comments