This commit is contained in:
Jesse Boyd
2017-08-10 16:46:51 +10:00
parent c36ef1d237
commit c3759f8963
6 changed files with 68 additions and 16 deletions

View File

@ -1,6 +1,8 @@
package com.plotsquared.bukkit.util;
public class BukkitVersion {
public static int[] v1_12_1 = {1, 12, 1};
public static int[] v1_12_0 = {1, 12, 0};
public static int[] v1_11_0 = {1, 11, 0};
public static int[] v1_10_2 = {1, 10, 2};
public static int[] v1_10_0 = {1, 10, 0};