Skip to content

Commit 07ac6d8

Browse files
tastybentoclaude
andcommitted
Move BentoBox to first position in addon polling order
BentoBox is polled in round-robin; being last meant up to 192 min before a new release was detected. First position ensures it is checked on the very first cron tick after startup. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 242283d commit 07ac6d8

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

config.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
{
22
"addons": [
3+
{
4+
"name": "BentoBox",
5+
"github": "BentoBoxWorld/BentoBox",
6+
"ci": "BentoBoxWorld/BentoBox",
7+
"description": "BentoBox",
8+
"gamemode": false,
9+
"versions": {
10+
"26.1.1": "3.15.0",
11+
"1.21.11": "3.15.0",
12+
"1.21.10": "3.15.0",
13+
"1.21.6": "3.15.0",
14+
"1.21.5": "3.15.0",
15+
"1.21.4": "3.5.0",
16+
"1.21.3": "3.3.0",
17+
"1.21.1": "2.7.0",
18+
"1.20.6": "2.6.0",
19+
"1.19": "1.23.1",
20+
"1.18": "1.21.1",
21+
"1.17": "1.20.1",
22+
"1.16": "1.16.2",
23+
"1.16-Java16": "1.16.6",
24+
"1.15": "1.14.2"
25+
}
26+
},
327
{
428
"name": "AcidIsland",
529
"github": "BentoBoxWorld/AcidIsland",
@@ -680,30 +704,6 @@
680704
"1.21.11": "1.19.0",
681705
"26.1.1": "1.19.0"
682706
}
683-
},
684-
{
685-
"name": "BentoBox",
686-
"github": "BentoBoxWorld/BentoBox",
687-
"ci": "BentoBoxWorld/BentoBox",
688-
"description": "BentoBox",
689-
"gamemode": false,
690-
"versions": {
691-
"26.1.1": "3.15.0",
692-
"1.21.11": "3.15.0",
693-
"1.21.10": "3.15.0",
694-
"1.21.6": "3.15.0",
695-
"1.21.5": "3.15.0",
696-
"1.21.4": "3.5.0",
697-
"1.21.3": "3.3.0",
698-
"1.21.1": "2.7.0",
699-
"1.20.6": "2.6.0",
700-
"1.19": "1.23.1",
701-
"1.18": "1.21.1",
702-
"1.17": "1.20.1",
703-
"1.16": "1.16.2",
704-
"1.16-Java16": "1.16.6",
705-
"1.15": "1.14.2"
706-
}
707707
}
708708
],
709709
"presets": [

0 commit comments

Comments
 (0)