-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e8f0c7
commit 853c5ff
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -328,15 +328,18 @@ public void onEnable() { | |
|
||
/* Deprecated versions */ | ||
switch (version) { | ||
case "v1_8_R3": | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
ItzZisker
|
||
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; | ||
} | ||
|
||
|
Why did you remove this? 1.8.x should still be deprecated, same with 1.12.x