We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458daaa commit 22450e7Copy full SHA for 22450e7
BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/plugin/commands/Commands.java
@@ -644,7 +644,7 @@ public int debugDumpCommand(CommandContext<S> context) {
644
final CommandSource source = commandSourceInterface.apply(context.getSource());
645
646
try {
647
- Path file = plugin.getBlueMap().getConfig().getCoreConfig().getData().resolve("dump.json.gz");
+ Path file = plugin.getBlueMap().getConfig().getCoreConfig().getData().resolve("dump.json");
648
StateDumper.global().dump(file);
649
650
source.sendMessage(Text.of(TextColor.GREEN, "Dump created at: " + file));
0 commit comments