forked from BG-Software-LLC/WildTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
43 lines (43 loc) · 1.23 KB
/
gradle.properties
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
# Maven related settings
# Used to access to the private-repository
mavenUsername=''
mavenPassword=''
# Compiling settings
# You can turn-off compiling of specific modules here by setting them to `false`
nms.compile_v1_7=true
nms.compile_v1_8=true
nms.compile_v1_12=true
nms.compile_v1_16=true
nms.compile_v1_17=true
nms.compile_v1_18=true
nms.compile_v1_19=true
hook.compile_chunkcollectors=false
hook.compile_chunkhoppers=true
hook.compile_cmi=false
hook.compile_economyshopgui=true
hook.compile_essentials215=true
hook.compile_essentials216=true
hook.compile_factionsuuid02=true
hook.compile_factionsuuid05=true
hook.compile_factionsx=true
hook.compile_griefprevention=true
hook.compile_guishop=true
hook.compile_lands=false
hook.compile_massivefactions=true
hook.compile_mcmmo1=false
hook.compile_mcmmo2=false
hook.compile_mergedspawner=true
hook.compile_newtshop=true
hook.compile_quantumshop=false
hook.compile_residence=false
hook.compile_rosestacker=true
hook.compile_savagefactions=true
hook.compile_shopguiplus=false
hook.compile_silkspawners5=true
hook.compile_silkspawners6=true
hook.compile_supermobcoins=false
hook.compile_towny=true
hook.compile_vault=true
hook.compile_villagers=true
hook.compile_wildchests=true
hook.compile_wildstacker=true