3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-07-21 09:38:03 +02:00
If WE wants to add it as well, it's up to them. I asked but wiz was hostile about it.
Dieser Commit ist enthalten in:
dordsor21 2021-01-09 21:52:50 +00:00
Ursprung 6bc3dd2293
Commit aab9958932
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 1E53E88969FFCF0B

Datei anzeigen

@ -459,6 +459,16 @@ public final class WorldEdit {
return getConfiguration().getWorkingDirectoryPath().resolve(path);
}
//FAWE
/**
* Gets the path to the folder in which schematics are saved by default
*
* @return Path to the schematic folder
*/
public Path getSchematicsFolderPath() {
return getWorkingDirectoryPath(getConfiguration().saveDir);
}
/**
* Get the direction vector for a player's direction.
*