Skip to content

Commit 0bd4c24

Browse files
JRoymdcfe
andauthored
Update dump url (EssentialsX#6283)
new site doesn't require .html extension, we can avoid the redirect. Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
1 parent 18233d3 commit 0bd4c24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Essentials/src/main/java/com/earth2me/essentials/commands/Commandessentials.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ private void runDump(Server server, CommandSource sender, String commandLabel, S
461461
final CompletableFuture<PasteUtil.PasteResult> future = PasteUtil.createPaste(files);
462462
future.thenAccept(result -> {
463463
if (result != null) {
464-
final String dumpUrl = "https://essentialsx.net/dump.html?bytebin=" + result.getPasteId();
464+
final String dumpUrl = "https://essentialsx.net/dump?bytebin=" + result.getPasteId();
465465
sender.sendTl("dumpUrl", dumpUrl);
466466
// pastes.dev doesn't support deletion keys
467467
//sender.sendTl("dumpDeleteKey", result.getDeletionKey());

0 commit comments

Comments
 (0)