mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-16 07:35:43 +01:00
Add paste service
This commit is contained in:
parent
57c85d0aac
commit
e1a62156c2
@ -18,11 +18,11 @@ It is available for Bukkit, Forge, Sponge and Nukkit.
|
||||
|
||||
## Downloads
|
||||
### <1.12.2
|
||||
* [Download](https://incendo.org/download/)
|
||||
* [Download](https://empcraft.com/fawe/download/?bukkit)
|
||||
* [Jenkins](https://ci.athion.net/job/FastAsyncWorldEdit/)
|
||||
|
||||
### 1.13+
|
||||
* [Download](https://incendo.org/download/)
|
||||
* [Download](https://empcraft.com/fawe/download/?bukkit113)
|
||||
* [Jenkins](https://ci.athion.net/job/FastAsyncWorldEdit-1.13/)
|
||||
* [Repository](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13)
|
||||
|
||||
|
@ -23,7 +23,7 @@ public final class IncendoPaster {
|
||||
/**
|
||||
* Upload service URL
|
||||
*/
|
||||
public static final String UPLOAD_PATH = "https://incendo.org/paste/upload";
|
||||
public static final String UPLOAD_PATH = "https://athion.net/ISPaster/paste/upload";
|
||||
/**
|
||||
* Valid paste applications
|
||||
*/
|
||||
@ -235,7 +235,7 @@ public final class IncendoPaster {
|
||||
|
||||
if (jsonObject.has("created")) {
|
||||
final String pasteId = jsonObject.get("paste_id").getAsString();
|
||||
return String.format("https://incendo.org/paste/view/%s", pasteId);
|
||||
return String.format("https://athion.net/ISPaster/paste/view/%s", pasteId);
|
||||
} else {
|
||||
throw new IOException(String.format("Failed to create the debug paste: %s",
|
||||
jsonObject.get("response").getAsString()));
|
||||
|
@ -182,7 +182,7 @@ public class WorldEditCommands {
|
||||
@Command(
|
||||
aliases = {"debugpaste"},
|
||||
usage = "",
|
||||
desc = "Upload latest.log, config.yml and your message.yml to https://incendo.org",
|
||||
desc = "Upload latest.log, config.yml and your message.yml to https://athion.net/ISPaster/paste",
|
||||
min = 0,
|
||||
max = 0
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user