Skip to content

Commit d073248

Browse files
authored
Remove legacy <1.13 warning from Bukkit plugin (#2894)
1 parent df49f12 commit d073248

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/WorldEditPlugin.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,6 @@
9999
*/
100100
public class WorldEditPlugin extends JavaPlugin implements TabCompleter {
101101

102-
// This must be before the Logger is initialized, which fails in 1.8
103-
static {
104-
if (PaperLib.getMinecraftVersion() < 13) {
105-
throw new IllegalStateException(
106-
"""
107-
**********************************************
108-
** This Minecraft version (%s) is not supported by this version of WorldEdit.
109-
** Please download an OLDER version of WorldEdit which does.
110-
**********************************************
111-
""".formatted(Bukkit.getVersion())
112-
);
113-
}
114-
}
115-
116102
private static final Logger LOGGER = LogManagerCompat.getLogger();
117103
public static final String CUI_PLUGIN_CHANNEL = "worldedit:cui";
118104
private static WorldEditPlugin INSTANCE;

0 commit comments

Comments
 (0)