Skip to content

Commit

Permalink
chore: update incomp plugin list
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Mar 3, 2024
1 parent e552440 commit 451840d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class EnvironmentChecker {
private static final List<String> UNSUPPORTED_PLUGINS =
List.of("BedrockTechnology", "SlimefunFix", "SlimefunBugFixer", "Slimefunbookfix", "MiraiMC");
List.of("BedrockTechnology", "SlimefunFix", "SlimefunBugFixer", "Slimefunbookfix", "PlaceItemsOnGroundRebuilt");

static boolean checkIncompatiblePlugins(@Nonnull Logger logger) {
List<String> plugins = UNSUPPORTED_PLUGINS.stream()
Expand Down

0 comments on commit 451840d

Please sign in to comment.