@@ -24,14 +24,14 @@ mappings will be available.
24
24
<dependency >
25
25
<groupId >cloud.commandframework</groupId >
26
26
<artifactId >cloud-bukkit</artifactId >
27
- <version >1.6.1 </version >
27
+ <version >1.7.0-SNAPSHOT </version >
28
28
</dependency >
29
29
```
30
30
31
31
** gradle** :
32
32
``` groovy
33
33
dependencies {
34
- implementation 'cloud.commandframework:cloud-bukkit:1.6.1 '
34
+ implementation 'cloud.commandframework:cloud-bukkit:1.7.0-SNAPSHOT '
35
35
}
36
36
```
37
37
@@ -93,14 +93,14 @@ mappings are available even without commodore present.
93
93
<dependency >
94
94
<groupId >cloud.commandframework</groupId >
95
95
<artifactId >cloud-paper</artifactId >
96
- <version >1.6.1 </version >
96
+ <version >1.7.0-SNAPSHOT </version >
97
97
</dependency >
98
98
```
99
99
100
100
** gradle** :
101
101
``` groovy
102
102
dependencies {
103
- implementation 'cloud.commandframework:cloud-paper:1.6.1 '
103
+ implementation 'cloud.commandframework:cloud-paper:1.7.0-SNAPSHOT '
104
104
}
105
105
```
106
106
@@ -118,14 +118,14 @@ BungeeCord mappings for cloud.
118
118
<dependency >
119
119
<groupId >cloud.commandframework</groupId >
120
120
<artifactId >cloud-bungee</artifactId >
121
- <version >1.6.1 </version >
121
+ <version >1.7.0-SNAPSHOT </version >
122
122
</dependency >
123
123
```
124
124
125
125
** gradle** :
126
126
``` groovy
127
127
dependencies {
128
- implementation 'cloud.commandframework:cloud-bungee:1.6.1 '
128
+ implementation 'cloud.commandframework:cloud-bungee:1.7.0-SNAPSHOT '
129
129
}
130
130
```
131
131
@@ -150,14 +150,14 @@ cloud mappings for Velocity 1.1.0.
150
150
<dependency >
151
151
<groupId >cloud.commandframework</groupId >
152
152
<artifactId >cloud-velocity</artifactId >
153
- <version >1.6.1 </version >
153
+ <version >1.7.0-SNAPSHOT </version >
154
154
</dependency >
155
155
```
156
156
157
157
** gradle** :
158
158
``` groovy
159
159
dependencies {
160
- implementation 'cloud.commandframework:cloud-velocity:1.6.1 '
160
+ implementation 'cloud.commandframework:cloud-velocity:1.7.0-SNAPSHOT '
161
161
}
162
162
```
163
163
@@ -181,14 +181,14 @@ cloud mappings for CloudBurst 1.0.0-SNAPSHOT.
181
181
<dependency >
182
182
<groupId >cloud.commandframework</groupId >
183
183
<artifactId >cloud-cloudburst</artifactId >
184
- <version >1.6.1 </version >
184
+ <version >1.7.0-SNAPSHOT </version >
185
185
</dependency >
186
186
```
187
187
188
188
** gradle** :
189
189
``` groovy
190
190
dependencies {
191
- implementation 'cloud.commandframework:cloud-velocity:1.6.1 '
191
+ implementation 'cloud.commandframework:cloud-velocity:1.7.0-SNAPSHOT '
192
192
}
193
193
```
194
194
@@ -212,7 +212,7 @@ cloud mappings for the Fabric mod loader for Minecraft 1.16+
212
212
** gradle** :
213
213
``` groovy
214
214
dependencies {
215
- modImplementation 'cloud.commandframework:cloud-fabric:1.6.1 '
215
+ modImplementation 'cloud.commandframework:cloud-fabric:1.7.0-SNAPSHOT '
216
216
}
217
217
```
218
218
0 commit comments