Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Mar 6, 2024
1 parent d30b6d3 commit 3aa6dc5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ public CustomNBTFilter() {
shouldEnable();
Config config = AnarchyExploitFixes.getConfiguration();
config.addComment("illegals.nbt.ban-custom-tags.enable",
"Reverts 32ks / 255s that have been created using nbt tags instead of illegal enchants.");
"Deletes items that have one or more of the configured tags.\n" +
"Bypass permission: " + AEFPermission.BYPASS_ILLEGAL_NBT_CUSTOM.get());
this.delete = config.getBoolean("illegals.nbt.ban-custom-tags.delete-item", true);
this.checkStored = config.getBoolean("illegals.nbt.ban-custom-tags.check-stored-items", false);
this.illegalTags = new HashSet<>(config.getList("illegals.nbt.ban-custom-tags.tags", List.of("dmg"),
Expand Down

0 comments on commit 3aa6dc5

Please sign in to comment.