Skip to content

Commit

Permalink
Update deprecated versions (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgeiss0702 authored Apr 17, 2022
1 parent 7e8f0c7 commit 853c5ff
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,15 +328,18 @@ public void onEnable() {

/* Deprecated versions */
switch (version) {
case "v1_8_R3":

This comment has been minimized.

Copy link
@NoJokeFNA

NoJokeFNA May 18, 2022

Why did you remove this? 1.8.x should still be deprecated, same with 1.12.x

This comment has been minimized.

Copy link
@ItzZisker

ItzZisker Jun 28, 2022

Why did you remove this? 1.8.x should still be deprecated, same with 1.12.x

no

This comment has been minimized.

Copy link
@NoJokeFNA

NoJokeFNA Jun 28, 2022

But why?

This comment has been minimized.

Copy link
@NoJokeFNA

NoJokeFNA Jun 28, 2022

Screenshot_20220628-074106_Chrome
It's still supported

This comment has been minimized.

Copy link
@Eradiator

Eradiator Jun 28, 2022

Why did you remove this? 1.8.x should still be deprecated, same with 1.12.x

hey you dummy most of the Servers run on 1.8.9 or 1.12.2 or 1.16.5 (Minigames)

This comment has been minimized.

Copy link
@NoJokeFNA

NoJokeFNA Jun 28, 2022

Why be directly offensive? That was a very simple question

case "v1_9_R1":
case "v1_9_R2":
case "v1_10_R1":
case "v1_11_R1":
case "v1_12_R1":
case "v1_13_R2":
case "v1_14_R1":
case "v1_15_R1":
case "v1_16_R1":
case "v1_16_R2":
registerEvents(new InvisibilityPotionListener());
Bukkit.getScheduler().runTaskLater(this,
() -> System.out.println("\u001B[31m[WARN] BedWars1058 may drop support for this server version in the future.\nPlease consider upgrading to a newer paper/spigot version.\u001B[0m"), 40L);
() -> System.out.println("\u001B[31m[WARN] BedWars1058 may drop support for this server version in the future.\nSee: https://wiki.andrei1058.dev/docs/BedWars1058/compatibility \u001B[0m"), 40L);
break;
}

Expand Down

0 comments on commit 853c5ff

Please sign in to comment.