File tree Expand file tree Collapse file tree
worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 */
100100public 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 ;
You can’t perform that action at this time.
0 commit comments