File tree Expand file tree Collapse file tree 5 files changed +26
-15
lines changed
CommandWhitelistWaterfall Expand file tree Collapse file tree 5 files changed +26
-15
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >eu.endermite.commandwhitelist</groupId >
8
8
<artifactId >CommandWhitelist</artifactId >
9
- <version >2.2.6 </version >
9
+ <version >2.3.0 </version >
10
10
</parent >
11
11
12
12
<artifactId >Bukkit</artifactId >
95
95
<version >4.1.0</version >
96
96
<scope >compile</scope >
97
97
</dependency >
98
+ <dependency >
99
+ <groupId >net.kyori</groupId >
100
+ <artifactId >adventure-text-minimessage</artifactId >
101
+ <version >4.10.1</version >
102
+ <scope >compile</scope >
103
+ </dependency >
98
104
<dependency >
99
105
<groupId >eu.endermite.commandwhitelist</groupId >
100
106
<artifactId >Common</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >eu.endermite.commandwhitelist</groupId >
8
8
<artifactId >CommandWhitelist</artifactId >
9
- <version >2.2.6 </version >
9
+ <version >2.3.0 </version >
10
10
</parent >
11
11
12
12
<artifactId >Common</artifactId >
85
85
<version >1.1.0</version >
86
86
<scope >provided</scope >
87
87
</dependency >
88
+ <dependency >
89
+ <groupId >net.kyori</groupId >
90
+ <artifactId >adventure-text-minimessage</artifactId >
91
+ <version >4.10.1</version >
92
+ <scope >provided</scope >
93
+ </dependency >
88
94
<dependency >
89
95
<groupId >io.papermc.paper</groupId >
90
96
<artifactId >paper-api</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >eu.endermite.commandwhitelist</groupId >
8
8
<artifactId >CommandWhitelist</artifactId >
9
- <version >2.2.6 </version >
9
+ <version >2.3.0 </version >
10
10
</parent >
11
11
12
12
<artifactId >Velocity</artifactId >
65
65
66
66
<repositories >
67
67
<repository >
68
- <id >velocitypowered-repo </id >
69
- <url >https://repo.velocitypowered.com/releases /</url >
68
+ <id >papermc </id >
69
+ <url >https://papermc.io/repo/repository/maven-public /</url >
70
70
</repository >
71
71
<repository >
72
72
<id >minecraft-libraries</id >
82
82
<dependency >
83
83
<groupId >com.velocitypowered</groupId >
84
84
<artifactId >velocity-api</artifactId >
85
- <version >3.0.1 </version >
85
+ <version >3.1.2-SNAPSHOT </version >
86
86
<scope >provided</scope >
87
87
</dependency >
88
88
<dependency >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >eu.endermite.commandwhitelist</groupId >
8
8
<artifactId >CommandWhitelist</artifactId >
9
- <version >2.2.6 </version >
9
+ <version >2.3.0 </version >
10
10
</parent >
11
11
12
12
<artifactId >Waterfall</artifactId >
97
97
<version >4.1.0</version >
98
98
<scope >compile</scope >
99
99
</dependency >
100
+ <dependency >
101
+ <groupId >net.kyori</groupId >
102
+ <artifactId >adventure-text-minimessage</artifactId >
103
+ <version >4.10.1</version >
104
+ <scope >compile</scope >
105
+ </dependency >
100
106
<dependency >
101
107
<groupId >org.bstats</groupId >
102
108
<artifactId >bstats-bungeecord</artifactId >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >eu.endermite.commandwhitelist</groupId >
8
8
<artifactId >CommandWhitelist</artifactId >
9
- <version >2.2.6 </version >
9
+ <version >2.3.0 </version >
10
10
<modules >
11
11
<module >CommandWhitelistCommon</module >
12
12
<module >CommandWhitelistBukkit</module >
67
67
</repository >
68
68
</repositories >
69
69
70
-
71
70
<dependencies >
72
71
<dependency >
73
72
<groupId >net.kyori</groupId >
74
73
<artifactId >adventure-api</artifactId >
75
74
<version >4.10.1</version >
76
75
<scope >compile</scope >
77
76
</dependency >
78
- <dependency >
79
- <groupId >net.kyori</groupId >
80
- <artifactId >adventure-text-minimessage</artifactId >
81
- <version >4.10.1</version >
82
- <scope >compile</scope >
83
- </dependency >
84
77
</dependencies >
85
78
</project >
You can’t perform that action at this time.
0 commit comments