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
|
## Downloads
|
||||||
### <1.12.2
|
### <1.12.2
|
||||||
* [Download](https://incendo.org/download/)
|
* [Download](https://empcraft.com/fawe/download/?bukkit)
|
||||||
* [Jenkins](https://ci.athion.net/job/FastAsyncWorldEdit/)
|
* [Jenkins](https://ci.athion.net/job/FastAsyncWorldEdit/)
|
||||||
|
|
||||||
### 1.13+
|
### 1.13+
|
||||||
* [Download](https://incendo.org/download/)
|
* [Download](https://empcraft.com/fawe/download/?bukkit113)
|
||||||
* [Jenkins](https://ci.athion.net/job/FastAsyncWorldEdit-1.13/)
|
* [Jenkins](https://ci.athion.net/job/FastAsyncWorldEdit-1.13/)
|
||||||
* [Repository](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13)
|
* [Repository](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13)
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ public final class IncendoPaster {
|
|||||||
/**
|
/**
|
||||||
* Upload service URL
|
* 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
|
* Valid paste applications
|
||||||
*/
|
*/
|
||||||
@ -235,7 +235,7 @@ public final class IncendoPaster {
|
|||||||
|
|
||||||
if (jsonObject.has("created")) {
|
if (jsonObject.has("created")) {
|
||||||
final String pasteId = jsonObject.get("paste_id").getAsString();
|
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 {
|
} else {
|
||||||
throw new IOException(String.format("Failed to create the debug paste: %s",
|
throw new IOException(String.format("Failed to create the debug paste: %s",
|
||||||
jsonObject.get("response").getAsString()));
|
jsonObject.get("response").getAsString()));
|
||||||
|
@ -182,7 +182,7 @@ public class WorldEditCommands {
|
|||||||
@Command(
|
@Command(
|
||||||
aliases = {"debugpaste"},
|
aliases = {"debugpaste"},
|
||||||
usage = "",
|
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,
|
min = 0,
|
||||||
max = 0
|
max = 0
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user