Skip to content

Commit

Permalink
chore(forge): update default config
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Nov 30, 2021
1 parent 9a16323 commit 8e65915
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class PokeRemovalConfig extends AbstractYamlConfig {
private Map<String, RemovalSetting> removalSettings = ImmutableMap.of(
"one", new RemovalSetting(
"Pokemon", RemovalType.WHITELIST, Lists.newArrayList("pixelmon:pixelmon"),
Lists.newArrayList("shiny:false", "boss:false"), true,
Lists.newArrayList("!shiny", "boss:false"), true,
Lists.newArrayList(
" ",
"&c&l!!! INACTIVE POKEMON WERE JUST CLEARED FROM THE WORLD (%amount%) !!!",
Expand Down

0 comments on commit 8e65915

Please sign in to comment.