Skip to content

Commit

Permalink
Correct key
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Sep 8, 2024
1 parent 29d025f commit 7eef1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cn/dreeam/surf/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static void initConfig() {
antiIllegalCheckIllegalBlockEnabled = Surf.configManager().getBoolean("anti-illegal.check-illegal-block.enabled", true, """
Should remove illegal blocks when placed
You can define illegal blocks in anti-illegal.checks.illegal-block-list""");
antiIllegalCheckRemoveBlockEnchantsEnabled = Surf.configManager().getBoolean("anti-illegal.check-illegal-block.remove-block-enchants", true, """
antiIllegalCheckRemoveBlockEnchantsEnabled = Surf.configManager().getBoolean("anti-illegal.remove-block-enchants", true, """
Whether remove all enchantments on blocks directly
Disable it to check illegal enchants for block like other normal items.""");
antiIllegalCheckIllegalBlockMessage = Surf.configManager().getString("anti-illegal.check-illegal-block.message", "&6You can not use this illegal block.");
Expand Down

0 comments on commit 7eef1f6

Please sign in to comment.