-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsettings.gradle
More file actions
62 lines (59 loc) · 1.84 KB
/
settings.gradle
File metadata and controls
62 lines (59 loc) · 1.84 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
/*
* Copyright (C) 2016 Florian Stober
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
rootProject.name = 'data-parent'
include 'api'
include 'minecraft'
include 'bukkit'
include 'bukkit:api'
include 'bukkit:vault'
include 'bukkit:vanishnopacket'
include 'bukkit:supervanish'
include 'bukkit:simpleclans'
include 'bukkit:playerpoints'
include 'bukkit:multiverse'
include 'bukkit:factionsuuid'
include 'bukkit:factionsuuid05'
include 'bukkit:factions'
include 'bukkit:essentials'
include 'bukkit:askyblock'
include 'bukkit:cmi'
include 'bungee'
include 'bungee:api'
include 'bungee:bungeeperms2'
include 'bungee:bungeeperms3'
include 'bungee:luckperms'
include 'bungee:luckperms5'
include 'bungee:bungeeonlinetime30'
include 'bungee:bungeeonlinetime31'
include 'bungee:bungeeonlinetime43'
include 'bungee:bungeeonlinetime53'
include 'bungee:bungeeonlinetime55'
include 'bungee:bungeeonlinetime61'
include 'bungee:bungeeonlinetime70'
include 'bungee:bungeeonlinetime83'
include 'bungee:protocolsupportbungee'
include 'bungee:pafclans'
include 'bungee:proxycore'
include 'bungee:premiumvanish'
include 'sponge'
include 'sponge:api'
include 'sponge:sponge5'
include 'sponge:sponge7'
include 'velocity'
include 'velocity:api'
include 'velocity:luckperms'
include 'velocity:luckperms5'