Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4a921cd

Browse files
authored
Update dump url
new site doesn't require .html extension, we can avoid the redirect.
1 parent7bc91f1 commit4a921cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎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
finalCompletableFuture<PasteUtil.PasteResult>future =PasteUtil.createPaste(files);
462462
future.thenAccept(result -> {
463463
if (result !=null) {
464-
finalStringdumpUrl ="https://essentialsx.net/dump.html?bytebin=" +result.getPasteId();
464+
finalStringdumpUrl ="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)

[8]ページ先頭

©2009-2025 Movatter.jp