Suggestion Closed · Implemented

[Suggestion] Option to toggle banned items/blocks being checked only on entering the dungeon

#3220 opened by Unknown 4 years ago

Unknownreported this suggestion

The plugin checks for the banned items even in the dungeon which is inconvenient since I have objectives that involve said items. I think it would be nice to have an option to make it only check for the items on entering rather than the entire run.

Unknowncommented

Good suggestion, I hadn't even thought of that. Three new config options have been added under the Rules section of the dungeon config. You can check it out in the latest dev build.

  # Toggles whether banned items can be picked up if they are on the ground in the dungeon.
  AllowPickupBannedItems: false
  # Toggles whether banned items can be crafted while inside the dungeon.
  AllowCraftBannedItems: false
  # Toggles whether banned items can be placed in or removed from storage in the dungeon.
  AllowStorageBannedItems: false

You can add these to the bottom of your dungeon config.

Sign in to join the discussion.