File tree Expand file tree Collapse file tree
src/main/java/me/focusvity/itemizerx Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <groupId >me.focusvity</groupId >
88 <artifactId >itemizerx</artifactId >
9- <version >1.7 </version >
9+ <version >1.8 </version >
1010 <packaging >jar</packaging >
1111
1212 <properties >
3030 <dependency >
3131 <groupId >org.spigotmc</groupId >
3232 <artifactId >spigot</artifactId >
33- <version >1.19.3 -R0.1-SNAPSHOT</version >
33+ <version >1.19.4 -R0.1-SNAPSHOT</version >
3434 <scope >provided</scope >
3535 </dependency >
3636 <dependency >
5252 <plugin >
5353 <groupId >org.apache.maven.plugins</groupId >
5454 <artifactId >maven-compiler-plugin</artifactId >
55- <version >3.10.1 </version >
55+ <version >3.11.0 </version >
5656 <configuration >
5757 <encoding >${project.build.sourceEncoding} </encoding >
5858 </configuration >
Original file line number Diff line number Diff line change 55import net .minecraft .world .item .ItemStack ;
66import org .apache .commons .lang .StringUtils ;
77import org .bukkit .ChatColor ;
8- import org .bukkit .craftbukkit .v1_19_R2 .inventory .CraftItemStack ;
8+ import org .bukkit .craftbukkit .v1_19_R3 .inventory .CraftItemStack ;
99import org .bukkit .entity .Player ;
1010
1111import java .util .ArrayList ;
You can’t perform that action at this time.
0 commit comments