-
Notifications
You must be signed in to change notification settings - Fork 83
/
.poggit.yml
33 lines (33 loc) · 998 Bytes
/
.poggit.yml
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
--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/thebigsmileXD/MagicWE2
projects:
MagicWE2:
path: ""
icon: "resources/magicwe_icon_square_small.png"
excludeFiles:
- "resources/magicwe_icon_square.png"
- "resources/magicwe_icon_square_small.png"
- "resources/magicwe_icon_wide.png"
lint:
phpstan: false
libs:
- src: BlockHorizons/libschematic/libschematic
version: ^2.0.0
- src: thebigsmilexd/customui/customui
version: ^4.0.0
branch: PM4
- src: thebigsmilexd/apibossbar/apibossbar
version: ^0.1.3
branch: PM4
- src: CortexPE/Commando/Commando
version: ^3.0.0
branch: PM4
- src: muqsit/invmenu/InvMenu
version: ^4.0.1
branch: "4.0"
- src: thebigsmilexd/libstructure/libstructure
version: ^0.1.1
branch: mcstructure
- src: buchwasa/ScoreFactory/ScoreFactory
version: ^3.0.1
branch: pm4
...