Skip to content

Commit

Permalink
Changed default spigot jar to version 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterdebot committed Jun 21, 2021
1 parent 563590c commit dd0e49d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ dependencies {
//shadow 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
//shadow 'org.spigotmc:spigot-api:1.14.2-R0.1-SNAPSHOT'
//shadow 'org.spigotmc:spigot-api:1.15.2-R0.1-SNAPSHOT'
shadow 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
//shadow 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
shadow 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT'
shadow 'com.github.MilkBowl:VaultAPI:1.7'
compile name: 'anvilgui-1.5.1-SNAPSHOT'
compile name: 'BiomeMapping-1.1'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/gmail/val59000mc/UhcCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
public class UhcCore extends JavaPlugin{

private static final int MIN_VERSION = 8;
private static final int MAX_VERSION = 17;
private static final int MAX_VERSION = 19;

private static UhcCore pl;
private static int version;
Expand Down

0 comments on commit dd0e49d

Please sign in to comment.