File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
commandapi-platforms/commandapi-bukkit
commandapi-bukkit-nms/commandapi-bukkit-1.21
commandapi-bukkit-plugin-mojang-mapped
commandapi-bukkit-shade-mojang-mapped Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3030 <properties >
3131 <minecraft .mappings>1.21-R0.1-SNAPSHOT</minecraft .mappings>
3232 <spigot .version>1.21-R0.1-SNAPSHOT</spigot .version>
33- <paper .version>1.20.6 -R0.1-SNAPSHOT</paper .version>
33+ <paper .version>1.21 -R0.1-SNAPSHOT</paper .version>
3434 </properties >
3535
3636 <repositories >
Original file line number Diff line number Diff line change 121121 <pattern >org.bukkit.craftbukkit.v1_20_R4</pattern >
122122 <shadedPattern >org.bukkit.craftbukkit</shadedPattern >
123123 </relocation >
124+ <relocation >
125+ <pattern >org.bukkit.craftbukkit.v1_21_R1</pattern >
126+ <shadedPattern >org.bukkit.craftbukkit</shadedPattern >
127+ </relocation >
124128 </relocations >
125129 <transformers >
126130 <transformer implementation =" org.apache.maven.plugins.shade.resource.AppendingTransformer" >
Original file line number Diff line number Diff line change 8888 <pattern >org.bukkit.craftbukkit.v1_20_R4</pattern >
8989 <shadedPattern >org.bukkit.craftbukkit</shadedPattern >
9090 </relocation >
91+ <relocation >
92+ <pattern >org.bukkit.craftbukkit.v1_21_R1</pattern >
93+ <shadedPattern >org.bukkit.craftbukkit</shadedPattern >
94+ </relocation >
9195 </relocations >
9296 </configuration >
9397 </execution >
You can’t perform that action at this time.
0 commit comments