mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-09 09:17:39 +00:00
Merge branch 'merge' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into merge
This commit is contained in:
commit
10322a736c
@ -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.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("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("strings.json", readFile(new File(Fawe.imp().getDirectory(), "lang/strings.json"))));
|
||||||
// incendoPaster.addFile(new PasteFile("commands.yml", readFile(new File(Fawe.imp().getDirectory(), "commands.yml"))));
|
|
||||||
|
|
||||||
final String rawResponse;
|
final String rawResponse;
|
||||||
try {
|
try {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"fawe.prefix": "&8(&4&lHELLO&8)&7 ",
|
"fawe.prefix": "&8(&4&lFAWE&8)&7 ",
|
||||||
"fawe.error": "&c{0}",
|
"fawe.error": "&c{0}",
|
||||||
"fawe.info": "&7{0}",
|
"fawe.info": "&7{0}",
|
||||||
"fawe.debug": "&3{0}",
|
"fawe.debug": "&3{0}",
|
||||||
@ -670,4 +670,4 @@
|
|||||||
|
|
||||||
"worldedit.cli.stopping": "Stopping!",
|
"worldedit.cli.stopping": "Stopping!",
|
||||||
"worldedit.cli.unknown-command": "Unknown command!"
|
"worldedit.cli.unknown-command": "Unknown command!"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user