Remove MCL and OITQP from the stats page
This commit is contained in:
parent
0a458c150f
commit
ca68b59ba2
@ -172,7 +172,7 @@ public enum Achievement
|
||||
AchievementCategory.UHC),
|
||||
|
||||
//MC League
|
||||
MC_LEAGUE_STRIKE("First Strike", 600,
|
||||
/*MC_LEAGUE_STRIKE("First Strike", 600,
|
||||
new String[] {"MC League.FirstStrike"},
|
||||
new String[] {"Earn 30 First Bloods"},
|
||||
new int[] {30},
|
||||
@ -206,7 +206,7 @@ public enum Achievement
|
||||
new String[] {"MC League.SavingUp"},
|
||||
new String[] {"Craft a Diamond Chestplate"},
|
||||
new int[] {1},
|
||||
AchievementCategory.MC_LEAGUE),
|
||||
AchievementCategory.MC_LEAGUE),*/
|
||||
|
||||
//UHC
|
||||
WIZARDS_WINS("Supreme Wizard", 600,
|
||||
@ -1006,7 +1006,7 @@ public enum Achievement
|
||||
AchievementCategory.SPEED_BUILDERS),
|
||||
|
||||
// OITQP
|
||||
QUIVER_PAYLOAD_BLOSSOM("Flowering Blossom", 2000,
|
||||
/*QUIVER_PAYLOAD_BLOSSOM("Flowering Blossom", 2000,
|
||||
new String[]{"One in the Quiver Payload.Blossom"},
|
||||
new String[]{"Get 4 kills with a single Pyromancer ultimate."},
|
||||
new int[]{1},
|
||||
@ -1034,7 +1034,7 @@ public enum Achievement
|
||||
new String[]{"One in the Quiver Payload.Bow"},
|
||||
new String[]{"Get 10 kills in a single game without firing an arrow."},
|
||||
new int[]{1},
|
||||
AchievementCategory.ONE_IN_THE_QUIVER_PAYLOAD),
|
||||
AchievementCategory.ONE_IN_THE_QUIVER_PAYLOAD),*/
|
||||
|
||||
// Skyfall
|
||||
SKYFALL_GAMES_WINS("Skyfaller", 600,
|
||||
|
@ -49,9 +49,9 @@ public enum AchievementCategory
|
||||
new StatDisplay[] { StatDisplay.WINS, StatDisplay.GAMES_PLAYED, StatDisplay.KILLS, StatDisplay.DEATHS, StatDisplay.GEMS_EARNED },
|
||||
Material.GOLDEN_APPLE, 0, GameCategory.SURVIVAL, "None", false, GameDisplay.UHC.getGameId()),
|
||||
|
||||
MC_LEAGUE("MC League", null,
|
||||
/*MC_LEAGUE("MC League", null,
|
||||
new StatDisplay[] { StatDisplay.WINS, StatDisplay.GAMES_PLAYED, StatDisplay.KILLS, StatDisplay.DEATHS, StatDisplay.GEMS_EARNED },
|
||||
Material.IRON_CHESTPLATE, 0, GameCategory.SURVIVAL, "None", true, GameDisplay.Minecraft_League.getGameId()),
|
||||
Material.IRON_CHESTPLATE, 0, GameCategory.SURVIVAL, "None", true, GameDisplay.Minecraft_League.getGameId()),*/
|
||||
|
||||
WIZARDS("Wizards", null,
|
||||
new StatDisplay[] { StatDisplay.WINS, StatDisplay.GAMES_PLAYED, StatDisplay.KILLS, StatDisplay.DEATHS, StatDisplay.GEMS_EARNED },
|
||||
@ -171,9 +171,9 @@ public enum AchievementCategory
|
||||
new StatDisplay[] {StatDisplay.WINS, StatDisplay.GAMES_PLAYED, StatDisplay.GEMS_EARNED, null, new StatDisplay("Perfect Builds", "PerfectBuild")},
|
||||
Material.QUARTZ_BLOCK, 0, GameCategory.CLASSICS, null, false, GameDisplay.SpeedBuilders.getGameId()),
|
||||
|
||||
ONE_IN_THE_QUIVER_PAYLOAD("One in the Quiver Payload", null,
|
||||
/*ONE_IN_THE_QUIVER_PAYLOAD("One in the Quiver Payload", null,
|
||||
new StatDisplay[] {StatDisplay.WINS, StatDisplay.GAMES_PLAYED, StatDisplay.GEMS_EARNED},
|
||||
Material.EXPLOSIVE_MINECART, 0, GameCategory.CLASSICS, "Sky Warrior Kit", false, GameDisplay.QuiverPayload.getGameId()),
|
||||
Material.EXPLOSIVE_MINECART, 0, GameCategory.CLASSICS, "Sky Warrior Kit", false, GameDisplay.QuiverPayload.getGameId()),*/
|
||||
|
||||
SKYFALL("Skyfall", null,
|
||||
new StatDisplay[] {StatDisplay.WINS, StatDisplay.GAMES_PLAYED, StatDisplay.KILLS, StatDisplay.DEATHS, StatDisplay.GEMS_EARNED, null, new StatDisplay("Booster Rings", "Rings"),
|
||||
|
Loading…
Reference in New Issue
Block a user