This commit is contained in:
Jesse Boyd 2019-11-23 17:50:52 +00:00
commit 10322a736c
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
2 changed files with 3 additions and 4 deletions

View File

@ -243,8 +243,7 @@ public final class IncendoPaster implements Paster {
incendoPaster.addFile(new PasteFile("config.yml", readFile(new File(Fawe.imp().getDirectory(), "config.yml"))));
incendoPaster.addFile(new PasteFile("config-legacy.yml", readFile(new File(Fawe.imp().getDirectory(), "config-legacy.yml"))));
incendoPaster.addFile(new PasteFile("message.yml", readFile(new File(Fawe.imp().getDirectory(), "message.yml"))));
// incendoPaster.addFile(new PasteFile("commands.yml", readFile(new File(Fawe.imp().getDirectory(), "commands.yml"))));
incendoPaster.addFile(new PasteFile("strings.json", readFile(new File(Fawe.imp().getDirectory(), "lang/strings.json"))));
final String rawResponse;
try {

View File

@ -1,5 +1,5 @@
{
"fawe.prefix": "&8(&4&lHELLO&8)&7 ",
"fawe.prefix": "&8(&4&lFAWE&8)&7 ",
"fawe.error": "&c{0}",
"fawe.info": "&7{0}",
"fawe.debug": "&3{0}",
@ -670,4 +670,4 @@
"worldedit.cli.stopping": "Stopping!",
"worldedit.cli.unknown-command": "Unknown command!"
}
}